pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update global to 4.8, from Kailash Sethuraman in P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/174d204bd971
branches:  trunk
changeset: 481044:174d204bd971
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Sep 24 19:25:38 2004 +0000

description:
Update global to 4.8, from Kailash Sethuraman in PR#27017

Changes since 4.7:

August 26 2004, Shigio Yamaguchi  <shigio%gnu.org@localhost>

        * 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@localhost>

        * 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:

 devel/global/Makefile |  7 ++++---
 devel/global/PLIST    |  5 ++++-
 devel/global/distinfo |  6 +++---
 doc/CHANGES           |  4 +++-
 4 files changed, 14 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 9cd7c1ace534 -r 174d204bd971 devel/global/Makefile
--- a/devel/global/Makefile     Fri Sep 24 19:09:10 2004 +0000
+++ b/devel/global/Makefile     Fri Sep 24 19:25:38 2004 +0000
@@ -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@localhost
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
 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 -r 9cd7c1ace534 -r 174d204bd971 devel/global/PLIST
--- a/devel/global/PLIST        Fri Sep 24 19:09:10 2004 +0000
+++ b/devel/global/PLIST        Fri Sep 24 19:25:38 2004 +0000
@@ -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/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 -r 9cd7c1ace534 -r 174d204bd971 devel/global/distinfo
--- a/devel/global/distinfo     Fri Sep 24 19:09:10 2004 +0000
+++ b/devel/global/distinfo     Fri Sep 24 19:25:38 2004 +0000
@@ -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
diff -r 9cd7c1ace534 -r 174d204bd971 doc/CHANGES
--- a/doc/CHANGES       Fri Sep 24 19:09:10 2004 +0000
+++ b/doc/CHANGES       Fri Sep 24 19:25:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7234 2004/09/24 19:09:10 reed Exp $
+$NetBSD: CHANGES,v 1.7235 2004/09/24 19:26:09 abs Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4413,3 +4413,5 @@
        Updated SDL_gfx to 2.0.12 [adam 2004-09-24]
        Updated pkglint to 3.91 [wiz 2004-09-24]
        Updated fbdesk to 1.2.1 [reed 2004-09-24]
+       Updated global to 4.8 [abs 2004-09-24]
+



Home | Main Index | Thread Index | Old Index