Commit Graph

14 Commits (16207fae35a8c7e6568e3d812765a5287c8c9b18)

Author SHA1 Message Date
Arne Jørgensen eedbd26470 global: Rebuild PHP parser for GNU GLOBAL.
GNU GLOBAL is distributed with a PHP parser generated with an older
version of flex(1). That parser has some limitation (see
http://comments.gmane.org/gmane.comp.gnu.global.bugs/1439).

Added a rebuild of the PHP parser to the install target.

Closes Homebrew/homebrew#13814.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 12:32:11 -07:00
Brett Koonce 5e7e4afb08 (gnu) global 6.2.4
Closes Homebrew/homebrew#13683.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:54:49 -07:00
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
dengzhp 05048cb4ea global 6.2
Closes Homebrew/homebrew#10090.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-11 14:11:27 -06:00
Jack Nagel 83fcafb5aa Add mirrors for GNU formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30 12:56:07 -06:00
Jack Nagel 6480ffda14 GNU global: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 20:42:01 -05:00
muddletoes 3e8cc71901 GNU global 6.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16 20:42:01 -05:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg 53c8262edb Update global to 5.8.1 2010-03-16 11:40:07 -07:00
Martin Kühl fa9902ca71 Fix incorrect MD5 in `global`
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-16 19:35:55 +01:00
Martin Kuehl fbdd6ed809 Updated Formula: global 5.8
Also remove erroneous call to `Pathname#rm`.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-24 22:18:39 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
David Höppner 77a777e8a2 GNU Global formula
GNU GLOBAL is a source code tagging system that works the same way across
diverse environments (emacs, vi, less, bash, web browser, etc). You can locate
specified objects in source files and move there easily. It is useful for
hacking a large project containing many subdirectories, many #ifdef and many
main() functions. It is similar to ctags or etags but is different from them
at the point of independence of any editor. It runs on a UNIX(POSIX)
compatible operating system like GNU and BSD.
2009-09-14 20:33:46 +01:00