From 77a777e8a2301c067daee7796f2bcb4984093643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com> Date: Mon, 14 Sep 2009 18:31:54 +0200 Subject: [PATCH] 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. --- Formula/global.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Formula/global.rb diff --git a/Formula/global.rb b/Formula/global.rb new file mode 100644 index 00000000000..b81f58a99a7 --- /dev/null +++ b/Formula/global.rb @@ -0,0 +1,15 @@ +require 'brewkit' + +class Global