diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-06-28 09:04:13 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-06-28 09:04:13 +0800 |
commit | f854127489804bab0760db4ac216501605a1e7a0 (patch) | |
tree | ca9f3174a6be1a2ac8c97afa3c67f3060dcc8537 /devel/global/pkg-descr | |
parent | 2020cac0808f3fc2c318ba1a102d30b2d836df6c (diff) | |
download | freebsd-ports-gnome-f854127489804bab0760db4ac216501605a1e7a0.tar.gz freebsd-ports-gnome-f854127489804bab0760db4ac216501605a1e7a0.tar.zst freebsd-ports-gnome-f854127489804bab0760db4ac216501605a1e7a0.zip |
Import of Shigio Yamaguchi's GLOBAL, an enhanced ctags utility.
This was moved from the base system based on need and licensing
considerations.
Reviewed and approved by most of the current list, see the mail
logs for a lengthy discussion.
Diffstat (limited to 'devel/global/pkg-descr')
-rw-r--r-- | devel/global/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/global/pkg-descr b/devel/global/pkg-descr new file mode 100644 index 000000000000..994e0edda306 --- /dev/null +++ b/devel/global/pkg-descr @@ -0,0 +1,5 @@ +GLOBAL is a source code tag system that works the same way across diverse +environments. Supported languages are C/Yacc and Java. +You can locate a specified function in the source files and move there easily. +It is useful for hacking a large project containing many subdirectories, +many '#ifdef' and many main() functions, like MH, X or BSD kernel. |