aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/global.rb
AgeCommit message (Collapse)Author
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.