Thu Jun 12 09:06:39 2014 UTC ()
Update to 6.3:

Version 6.3 - June 9 2014

[CHANGES]
New facilities:
o htags-server: A private HTTP/CGI web server for a hyper-text
  generated by htags(1).
o gtags.conf: New project based configuration mechanism.
  You can make a configuration file for each project.
  This is Leo Liu's idea.
o gtags, htags: New environment variables which have default
  options for each command: GTAGS_OPTIONS, HTAGS_OPTIONS
o global: Added support of GREP_COLORS environment variable.
o global: Added new options:
  -F (--first-match), -M (--match-case), -E (--extended-regexp)

[DEPRECATED FEATURES]
The following features of htags(1) are now deprecated.
They will be removed in the future.
o The -c (--compact) option.
o The --system-cgi option.
o The --overwrite-key option.
o The -x (--xhtml[=version]) option.
  All files will be 1.0.
o The following configuration variables:
  colorize-warned-line (substitute: --colorize-warned-line)
  gzipped_suffix
  htags_options (substitute: HTAGS_OPTIONS)
  ncol (substitute: -n, --line-number [n])
  normal_suffix (will be always '.html')
  no_order_list (substitute: --no-order-list)
  script_alias
  tabs (substitute: --tabs n)
  xhtml_version (will be always 1.0)

[FIXED BUGS]
o global: The highlight of symbols in library paths does not
  work. Now it works.
o htags: Htags with the --suggest option didn't find GTAGS
  in the obj directories. Now it works.


(wiz)
diff -r1.43 -r1.44 pkgsrc/devel/global/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/global/PLIST
diff -r1.18 -r1.19 pkgsrc/devel/global/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/devel/global/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/global/Makefile 2014/05/29 23:35:35 1.43
+++ pkgsrc/devel/global/Makefile 2014/06/12 09:06:39 1.44
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.43 2014/05/29 23:35:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2014/06/12 09:06:39 wiz Exp $
2 2
3DISTNAME= global-6.2.12 3DISTNAME= global-6.3
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNU:=global/} 5MASTER_SITES= ${MASTER_SITE_GNU:=global/}
7 6
8MAINTAINER= uebayasi@NetBSD.org 7MAINTAINER= uebayasi@NetBSD.org
9HOMEPAGE= http://www.gnu.org/software/global/ 8HOMEPAGE= http://www.gnu.org/software/global/
10COMMENT= Source code tag system including web browser output 9COMMENT= Source code tag system including web browser output
11LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
12 11
13PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
14 13
15GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
16CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 15CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
17CONFIGURE_ARGS+= --with-posix-sort=${SORT:Q} 16CONFIGURE_ARGS+= --with-posix-sort=${SORT:Q}

cvs diff -r1.17 -r1.18 pkgsrc/devel/global/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/global/PLIST 2014/01/27 20:20:02 1.17
+++ pkgsrc/devel/global/PLIST 2014/06/12 09:06:39 1.18
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1@comment $NetBSD: PLIST,v 1.17 2014/01/27 20:20:02 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.18 2014/06/12 09:06:39 wiz Exp $
2bin/global 2bin/global
3bin/globash 3bin/globash
4bin/gozilla 4bin/gozilla
5bin/gtags 5bin/gtags
6bin/gtags-cscope 6bin/gtags-cscope
7bin/htags 7bin/htags
 8bin/htags-server
8info/global.info 9info/global.info
9lib/gtags/exuberant-ctags.la 10lib/gtags/exuberant-ctags.la
10lib/gtags/user-custom.la 11lib/gtags/user-custom.la
11man/man1/global.1 12man/man1/global.1
12man/man1/globash.1 13man/man1/globash.1
13man/man1/gozilla.1 14man/man1/gozilla.1
14man/man1/gtags-cscope.1 15man/man1/gtags-cscope.1
15man/man1/gtags.1 16man/man1/gtags.1
 17man/man1/htags-server.1
16man/man1/htags.1 18man/man1/htags.1
17share/gtags/AUTHORS 19share/gtags/AUTHORS
18share/gtags/BOKIN_MODEL 20share/gtags/BOKIN_MODEL
19share/gtags/BOKIN_MODEL_FAQ 21share/gtags/BOKIN_MODEL_FAQ
20share/gtags/BUILD_TOOLS 22share/gtags/BUILD_TOOLS
21share/gtags/COPYING 23share/gtags/COPYING
22share/gtags/COPYING.LIB 24share/gtags/COPYING.LIB
23share/gtags/ChangeLog 25share/gtags/ChangeLog
24share/gtags/DONORS 26share/gtags/DONORS
25share/gtags/FAQ 27share/gtags/FAQ
26share/gtags/INSTALL 28share/gtags/INSTALL
27share/gtags/LICENSE 29share/gtags/LICENSE
28share/gtags/NEWS 30share/gtags/NEWS

cvs diff -r1.18 -r1.19 pkgsrc/devel/global/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/global/distinfo 2014/04/11 18:08:23 1.18
+++ pkgsrc/devel/global/distinfo 2014/06/12 09:06:39 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2014/04/11 18:08:23 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2014/06/12 09:06:39 wiz Exp $
2 2
3SHA1 (global-6.2.12.tar.gz) = 1fc0948ee76185d38733750567a2bdb6b9b07304 3SHA1 (global-6.3.tar.gz) = 01180de13918a29d4af62ed9c86dbe84ed16f550
4RMD160 (global-6.2.12.tar.gz) = dcf57146e60828d4342056b24e86bfdd9915ce2e 4RMD160 (global-6.3.tar.gz) = 94b18f8131bdce1251b52320b99825cec8bf4c8a
5Size (global-6.2.12.tar.gz) = 1356585 bytes 5Size (global-6.3.tar.gz) = 1365590 bytes