summaryrefslogtreecommitdiff
path: root/devel/global/pkg
diff options
context:
space:
mode:
authorabs <abs>1999-01-09 04:17:00 +0000
committerabs <abs>1999-01-09 04:17:00 +0000
commitbab8b88114ab49eb928763d1424d5701839cd13d (patch)
tree416c6a3b7b61cca3bc94c16bcee733fa6b1eb017 /devel/global/pkg
parent0aad3d3c685adf3002f011adc9cf5c90d06ed84b (diff)
downloadpkgsrc-bab8b88114ab49eb928763d1424d5701839cd13d.tar.gz
Add (and enable) global package
Diffstat (limited to 'devel/global/pkg')
-rw-r--r--devel/global/pkg/COMMENT1
-rw-r--r--devel/global/pkg/DESCR15
-rw-r--r--devel/global/pkg/PLIST18
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/global/pkg/COMMENT b/devel/global/pkg/COMMENT
new file mode 100644
index 00000000000..5287aa5033e
--- /dev/null
+++ b/devel/global/pkg/COMMENT
@@ -0,0 +1 @@
+Source code tag system including web browser output
diff --git a/devel/global/pkg/DESCR b/devel/global/pkg/DESCR
new file mode 100644
index 00000000000..2014c900b24
--- /dev/null
+++ b/devel/global/pkg/DESCR
@@ -0,0 +1,15 @@
+GLOBAL is a source code tag system that works the same way across
+diverse environments. Currently, it supports the following:
+
+ Shell command line
+ nvi editor
+ Web browser
+ emacs editor
+ elvis editor
+
+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. GLOBAL consists
+of global(1), gtags(1), btreeop(1), gctags(1), htags(1), extended
+vi(1), gtags.el and gozilla(1).
diff --git a/devel/global/pkg/PLIST b/devel/global/pkg/PLIST
new file mode 100644
index 00000000000..002c7a63623
--- /dev/null
+++ b/devel/global/pkg/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 1999/01/09 04:17:01 abs Exp $
+bin/btreeop
+bin/gctags
+bin/global
+bin/gtags
+bin/htags
+bin/systags
+lib/libgloutil.a
+lib/libgloutil_pic.a
+libdata/lint/llib-lgloutil.ln
+man/cat1/btreeop.0
+man/cat1/gctags.0
+man/cat1/global.0
+man/cat1/gtags.0
+man/man1/btreeop.1
+man/man1/gctags.1
+man/man1/global.1
+man/man1/gtags.1