diff options
author | abs <abs> | 2004-09-24 19:25:38 +0000 |
---|---|---|
committer | abs <abs> | 2004-09-24 19:25:38 +0000 |
commit | 3b7a9c5be33542af922531e24b46431f37eb3bde (patch) | |
tree | 48dfb666b0c591d6fbea5e7cd9ae52a5d7498173 /devel/global | |
parent | a54e8d89584c22651aac5155a8c251b32cf7e256 (diff) | |
download | pkgsrc-3b7a9c5be33542af922531e24b46431f37eb3bde.tar.gz |
Update global to 4.8, from Kailash Sethuraman in PR#27017
Changes since 4.7:
August 26 2004, Shigio Yamaguchi <shigio@gnu.org>
* Moved function now() from gtags.c to libutil/date.c.
* htags: Changed so that the path passed to CGI might be encoded to %xx.
* htags: Rewritten in C language.
* htags: The use of the 'gtags --write' was stopped.
* die.c: New function sethandler() and warning() added.
* gctags/reserved.pl: The use of the --key-positions option of gperf(1)
was stopped. We need gperf-3.0.1 instead.
June 1 2004, Shigio Yamaguchi <shigio@gnu.org>
* htags: Function usable() was changed to the same specification
as usable() in libutil/usable().
* htags: Execution path of global(1) was changed to the absolute path.
* htags: Write FILEMAP file for reference from external system.
* conf.c: New config variable 'bindir' and 'datadir' added.
* w32/ directory removed.
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 7 | ||||
-rw-r--r-- | devel/global/PLIST | 5 | ||||
-rw-r--r-- | devel/global/distinfo | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index a573aaade46..d6831724b9b 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.17 2004/05/13 02:07:47 cjs Exp $ +# $NetBSD: Makefile,v 1.18 2004/09/24 19:25:38 abs Exp $ # -DISTNAME= global-4.7 +DISTNAME= global-4.8 CATEGORIES= devel MASTER_SITES= http://www.tamacom.com/global/ -MAINTAINER= abs@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.tamacom.com/global/ COMMENT= Source code tag system including web browser output +PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES GNU_CONFIGURE= YES INFO_FILES= global.info diff --git a/devel/global/PLIST b/devel/global/PLIST index 153860948e2..702436fd23e 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.8 2004/07/14 15:19:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/09/24 19:25:38 abs Exp $ bin/gctags bin/global bin/gozilla bin/gtags bin/htags +bin/htags.pl man/man1/gctags.1 man/man1/global.1 man/man1/gozilla.1 @@ -18,6 +19,8 @@ share/gtags/LICENSE share/gtags/NEWS share/gtags/README share/gtags/THANKS +share/gtags/bless.sh.tmpl +share/gtags/global.cgi.tmpl share/gtags/globash.rc share/gtags/gtags.conf share/gtags/gtags.el diff --git a/devel/global/distinfo b/devel/global/distinfo index 71dd48a0624..7dc976d82e2 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/05/13 02:07:47 cjs Exp $ +$NetBSD: distinfo,v 1.5 2004/09/24 19:25:38 abs Exp $ -SHA1 (global-4.7.tar.gz) = 843a3f4e71ac0e52e8d6ed727544f8c59e5eb949 -Size (global-4.7.tar.gz) = 508714 bytes +SHA1 (global-4.8.tar.gz) = 4117c62cdb26c65bd5c8d115a02dd4e1dfaca54a +Size (global-4.8.tar.gz) = 591811 bytes |