f8b6696133
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.
6 lines
401 B
Text
6 lines
401 B
Text
$NetBSD: distinfo,v 1.31 2016/12/30 00:39:30 wiz Exp $
|
|
|
|
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
|