pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/global Updated global to 6.5.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed250c159944
branches: trunk
changeset: 356331:ed250c159944
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 30 00:39:30 2016 +0000
description:
Updated global to 6.5.6.
Version 6.5.6 - December 19 2016
[CHANGES]
New facilities:
o htags-server: New --retry[=n] option.
If the port is already in use, retry n times with incrementing the port number.
The default of n is 20.
o htags: Changed the format of function header (--show-position) to make copying
text easier.
o geco.rc: Added 'fzf' as a selector candidate.
o gtags: New configuration variable 'gtags_hook'.
gtags_hook=<command line>
Specify a command line which should be executed at the beginning of gtags(1).
Leading "./" in any path is always means the project root directory, since
gtags(1) is always invoked there.
GTAGS_COMMANDLINE environment variable (read only)
You can get the effective command line of gtags(1) from the hook. It includes
both $GTAGS_OPTIONS and real arguments.
[Usage]
You can update 'gtags.files' before gtags(1) read it.
[gtags.conf]
+----------------------------------------
|...
|:gtags_hook=find src lib -print >gtags.files:
You can refer the effective arguments of gtags(1) from the hook using
environment variable GTAGS_COMMANDLINE.
[gtags.conf]
+----------------------------------------
|...
|:gtags_hook=./gen.sh:\
|:GTAGS_OPTIONS=-c:\
[gen.sh]
+----------------------------------------
|#!/bin/sh
|echo ">>> $GTAGS_COMMANDLINE" # show effective command line
$ gtags -O
>>> gtags -c -O
$ _
[INCOMPATIBLE CHANGES]
o htags: Now --cvsweb option always insert 'view=log' to the generated URLs.
Because it seems to be almost always a desirable specification.
[FIXED BUGS]
o gtags: Gtags often aborts with a message "buffer overflow. strlimcpy" when
it encounters a long token (> 152 bytes). Now gtags always ignores it with
a message "symbol name is too long. (Ignored)".
o htags: Old packages included two CGI scripts (completion.cgi, global.cgi)
generated in the release manager's machine by mistake. They have some literal
path like '/opt/local/bin/perl' which works only with MacPorts.
Now, they are generated in the target (your) machine.
diffstat:
devel/global/Makefile | 5 ++---
devel/global/PLIST | 5 ++---
devel/global/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r 4c8ababb7b85 -r ed250c159944 devel/global/Makefile
--- a/devel/global/Makefile Fri Dec 30 00:35:34 2016 +0000
+++ b/devel/global/Makefile Fri Dec 30 00:39:30 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2016/12/04 05:17:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2016/12/30 00:39:30 wiz Exp $
-DISTNAME= global-6.5.5
-PKGREVISION= 1
+DISTNAME= global-6.5.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=global/}
diff -r 4c8ababb7b85 -r ed250c159944 devel/global/PLIST
--- a/devel/global/PLIST Fri Dec 30 00:35:34 2016 +0000
+++ b/devel/global/PLIST Fri Dec 30 00:39:30 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2016/04/08 15:01:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2016/12/30 00:39:30 wiz Exp $
bin/global
bin/globash
bin/gozilla
@@ -20,8 +20,6 @@
man/man1/htags.1
man/man5/gtags.conf.5
share/gtags/AUTHORS
-share/gtags/BOKIN_MODEL
-share/gtags/BOKIN_MODEL_FAQ
share/gtags/BUILD_TOOLS
share/gtags/COPYING
share/gtags/COPYING.LIB
@@ -38,6 +36,7 @@
share/gtags/SERVERSIDE_HOWTO
share/gtags/THANKS
share/gtags/completion.cgi
+share/gtags/dot_htaccess
share/gtags/elvis-2.2_0.patch
share/gtags/elvis.rc
share/gtags/geco.rc
diff -r 4c8ababb7b85 -r ed250c159944 devel/global/distinfo
--- a/devel/global/distinfo Fri Dec 30 00:35:34 2016 +0000
+++ b/devel/global/distinfo Fri Dec 30 00:39:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2016/09/30 11:22:15 wiz Exp $
+$NetBSD: distinfo,v 1.31 2016/12/30 00:39:30 wiz Exp $
-SHA1 (global-6.5.5.tar.gz) = 3f1ef9ef0118d6b8c2b577cfc2a9bf5a02431479
-RMD160 (global-6.5.5.tar.gz) = 528a17f87478b107754d32e16ec99de21736173e
-SHA512 (global-6.5.5.tar.gz) = 5f8d09710f534f0ebfcdabb85e3a094402a6ef56b800d94eb5ba546b3aa5cbdeb664fa37edcd46530b34a734fc05a1271e4abc8bb13e24db2c5cb2dbb46a4481
-Size (global-6.5.5.tar.gz) = 2934542 bytes
+SHA1 (global-6.5.6.tar.gz) = a814b6387b19d29a0f75b801164f354daf302088
+RMD160 (global-6.5.6.tar.gz) = a1cbb904e4b09538cb5bd15a0f2d00e671c121f3
+SHA512 (global-6.5.6.tar.gz) = 55034cbe3893964fc8d546ed8ce806e69fbfeac6f77b86b80a1563d5a76627be9e5ee45c8901f25b62d96121437ed18ceeeb51111474737111863e17cb0a6855
+Size (global-6.5.6.tar.gz) = 2935032 bytes
Home |
Main Index |
Thread Index |
Old Index