summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/global/DESCR27
-rw-r--r--devel/global/Makefile20
-rw-r--r--devel/global/PLIST32
-rw-r--r--devel/global/distinfo8
4 files changed, 49 insertions, 38 deletions
diff --git a/devel/global/DESCR b/devel/global/DESCR
index 2014c900b24..7fb5c80cb98 100644
--- a/devel/global/DESCR
+++ b/devel/global/DESCR
@@ -1,15 +1,14 @@
-GLOBAL is a source code tag system that works the same way across
-diverse environments. Currently, it supports the following:
+GNU GLOBAL is a source code tag system that works the same way across
+diverse environments. GNU GLOBAL has following features:
- 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).
+ * support C, C++, Yacc, Java and PHP4.
+ * work the same way across diverse environments. Currently, support
+ followings:
+ o Generic shell command line
+ o Bash shell
+ o Vi clone editor (nvi, elvis, vim)
+ o Emacs editor (emacs, mule, xemacs)
+ o Glimmer editor
+ o Less viewer
+ o Web browser (See UNIX kernel source tour!.)
+ o Doxygen documentation system
diff --git a/devel/global/Makefile b/devel/global/Makefile
index db5a6cc7848..a9c306612cc 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -1,26 +1,18 @@
-# $NetBSD: Makefile,v 1.22 2006/03/30 03:44:43 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/11/14 14:14:52 obache Exp $
#
-DISTNAME= global-4.8
+DISTNAME= global-5.2
CATEGORIES= devel
-MASTER_SITES= http://www.tamacom.com/global/
+MASTER_SITES= ${MASTER_SITE_GNU:=global/} \
+ http://tamacom.com/global/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.tamacom.com/global/
+HOMEPAGE= http://www.gnu.org/software/global/
COMMENT= Source code tag system including web browser output
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
+INFO_FILES= YES
USE_TOOLS+= perl:run
-INFO_FILES= # PLIST
-
-LDFLAGS+= -L../libutil
-MAKE_ENV+= LIBDIR="${PREFIX}/lib"
-MAKE_ENV+= MANDIR="${PREFIX}/man"
-MAKE_ENV+= LINTLIBDIR="${PREFIX}/libdata/lint"
-MAKE_ENV+= BINDIR="${PREFIX}/bin"
-
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/libdata/lint
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/global/PLIST b/devel/global/PLIST
index 1877bcface3..986bf947c48 100644
--- a/devel/global/PLIST
+++ b/devel/global/PLIST
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.10 2006/03/30 03:44:43 jlam Exp $
-bin/gctags
+@comment $NetBSD: PLIST,v 1.11 2006/11/14 14:14:52 obache Exp $
bin/global
bin/gozilla
bin/gtags
+bin/gtags-cscope
+bin/gtags-parser
bin/htags
-bin/htags.pl
info/global.info
-man/man1/gctags.1
man/man1/global.1
man/man1/gozilla.1
+man/man1/gtags-cscope.1
+man/man1/gtags-parser.1
man/man1/gtags.1
man/man1/htags.1
share/gtags/AUTHORS
@@ -27,7 +28,26 @@ share/gtags/gtags.conf
share/gtags/gtags.el
share/gtags/gtags.pl
share/gtags/gtags.vim
+share/gtags/icons/back.png
+share/gtags/icons/bottom.png
+share/gtags/icons/c.png
+share/gtags/icons/dir.png
+share/gtags/icons/first.png
+share/gtags/icons/help.png
+share/gtags/icons/index.png
+share/gtags/icons/last.png
+share/gtags/icons/left.png
+share/gtags/icons/n_bottom.png
+share/gtags/icons/n_first.png
+share/gtags/icons/n_last.png
+share/gtags/icons/n_left.png
+share/gtags/icons/n_right.png
+share/gtags/icons/n_top.png
+share/gtags/icons/pglobe.png
+share/gtags/icons/right.png
+share/gtags/icons/text.png
+share/gtags/icons/top.png
share/gtags/nvi-1.79-gtags.diff
+share/gtags/style.css
+@dirrm share/gtags/icons
@dirrm share/gtags
-@exec ${MKDIR} %D/libdata/lint
-@dirrm libdata/lint
diff --git a/devel/global/distinfo b/devel/global/distinfo
index 3bd0ae3280f..01784a5a3df 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 22:24:15 agc Exp $
+$NetBSD: distinfo,v 1.7 2006/11/14 14:14:52 obache Exp $
-SHA1 (global-4.8.tar.gz) = 4117c62cdb26c65bd5c8d115a02dd4e1dfaca54a
-RMD160 (global-4.8.tar.gz) = 84d41886e29c9dd10fc378691b0e168b5632b3a9
-Size (global-4.8.tar.gz) = 591811 bytes
+SHA1 (global-5.2.tar.gz) = 6e83c9eaa9d454fd3f2d8aaf6d9f27ad96d58a32
+RMD160 (global-5.2.tar.gz) = 064bbbd82bdcc41e8361a4ce54ee12e557dc6e74
+Size (global-5.2.tar.gz) = 717473 bytes