aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/global.rb
AgeCommit message (Collapse)Author
2015-04-04global: update 6.4 bottle.BrewTestBot
2015-04-04global 6.4Arne Jørgensen
Added new option `--with-sqlite3`. Closes #38130. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-22global: update 6.3.4 bottle.BrewTestBot
2015-02-22global: Use opt_prefix in install config file.Arne Jørgensen
Closes #37073. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-02-03global: update 6.3.4 bottle.BrewTestBot
2015-02-03global 6.3.4Arne Jørgensen
Closes #36476. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-28global: update 6.3.3 bottle.BrewTestBot
2015-01-28global 6.3.3Baptiste Fontaine
Closes #36306. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-22Deprecate appending the CVS module name to the URL stringJack Nagel
2014-12-18Prefer :using over made-up URL schemesJack Nagel
2014-10-26global: fewer conditional DSL elements, no load-time outputJack Nagel
2014-09-15global: add pygments parser option.Christian E. Hopps
Closes #32148.
2014-09-06global: update 6.3.2 bottle.BrewTestBot
2014-09-06global 6.3.2David Holm
Closes #32129. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-10global: update 6.3 bottle.BrewTestBot
2014-06-10global 6.3David Christenson
Update to latest stable release, use HTTPS on homepage and mirror, change single quotes to double. Closes #30037. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-01global: modernize autotools depsJack Nagel
2014-03-31global: add 6.2.12 bottle.BrewTestBot
Closes #28017. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-31global 6.2.12Arne Jørgensen
2014-03-12global 6.2.11Arne Jørgensen
Closes #27490. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-02-20global: add gtags.conf to #{etc}.Arne Jørgensen
Configure global to use #{etc} as sysconfdir instead of #{prefix}/etc. Closes #26868. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-18global: use spec depsJack Nagel
2014-01-16global: use build.with?Mike McQuaid
2014-01-16global 6.2.10, --HEADArne Jørgensen
Closes #25944. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-26Global 6.2.9Arne Jørgensen
Closes #22120. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-01global 6.2.8Arne Jørgensen
Closes #18153. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-27global: Update to 6.2.7Arne Jørgensen
Also removed option "without-rebuilding-php-parser". Option no longer needed as GNU Global is now distributed with the rebuild PHP parser by default. Closes #16759. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-12-22global: add option to enable exuberant ctagsyasuyk
GNU GLOBAL has a configure option of Exuberant Ctags. The option enable Exuberant Ctags as a plug-in parser. Closes #16651. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-14global 6.2.6Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-26global 6.2.5Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31global: Rebuild PHP parser for GNU GLOBAL.Arne Jørgensen
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 #13814. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28(gnu) global 6.2.4Brett Koonce
Closes #13683. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-02-11global 6.2dengzhp
Closes #10090. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16GNU global: remove unused configure switchJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-16GNU global 6.0muddletoes
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-03-16Update global to 5.8.1Adam Vandenberg
2010-03-16Fix incorrect MD5 in `global`Martin Kühl
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-24Updated Formula: global 5.8Martin Kuehl
Also remove erroneous call to `Pathname#rm`. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-14GNU Global formulaDavid Höppner
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.