diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-03-03 05:03:26 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-03-03 05:03:26 +0000 |
commit | 46d4a4a983547e2ac30f88e9d4516b001cd3c57d (patch) | |
tree | b1a173c181c2bb4d7fa37452e559f0312f1f05fc /devel | |
parent | 347ace0d1721984702636bbb64633280fb81b7d9 (diff) | |
download | pkgsrc-46d4a4a983547e2ac30f88e9d4516b001cd3c57d.tar.gz |
Update global from 5.2 to 5.4.
Version 5.4 - January 29 2007, by Shigio YAMAGUCHI
[INCOMPATIBLE CHANGES]
* Further compression of tag file (format version 5).
Though new global can read older tag file since version-5.0, older
global cannot read new format. It might say like follows:
"GTAGS seems new format. Please install the latest GLOBAL."
[OTHER CHANGES]
* global: Improved performance when the -x option is not specified.
* globash.rc: Added new option -l for tag search command (x,r,s,g,P,I,f).
This option invokes less(1) directly without tag stack.
* Verbose messages are unified.
P option file not found
<n> files located
others object not found
path format: <n> files located
other format:<n> objects located
[BUG FIXED]
* Gtags(1) and global(1) didn't work well in the system root directory('/').
Version 5.3 - November 20 2006, by Shigio YAMAGUCHI
[INCOMPATIBLE CHANGES]
* global: Changed not to locate other symbols (-s) in GTAGSLIBPATH.
This is the original specification of GLOBAL.
* global: Stop sorting when the -I(--idutils) option specified.
The output of gid(idutils) is sorted by the suitable way. Though the order is
slightly differ from global(1), it need not be sorted again.
[OTHER CHANGES]
* global: Added new option -O(--only-other).
* htags: Added some new options and new arguments which are synonyms of config variable.
This decreases dependence on configration file.
new option | config variable
------------------------+-------------------------
--disable-grep | disable_grep
--table-list | table_list
--tabs=<n> | tabs
--full-path | full_path
new argument | config variable
------------------------+-------------------------
--line-number [columns] | ncol
--func-header [position]| definition_header
--xhtml [version] | xhtml_version
(*=default)
position: before, right, *after
version: *1.0, 1.1
* htags: Changed to use each 'CVS/Repository' file to generate URLs if it is available.
* htags: Added '.gitignore' to the default skip file list.
* gtags.el:
- Shorten path names in [GTAGS SELECT MODE]:
If project directory is specified using 'gtags-visit-rootdir', gtags.el print path
using the relative path name from the project directory, else print absolute path name.
- Support dynamic completing-read of tag name.
gtags-make-complete-list is deprecated. You can enjoy tag name completetion without
invoking this command.
[BUG FIXED]
* gtags: gtags had exited when it encountered dead symbolic link.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index d4ffc978d9f..861fe3e64c5 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2007/02/22 19:01:17 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2007/03/03 05:03:26 uebayasi Exp $ # -DISTNAME= global-5.2 +DISTNAME= global-5.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} \ http://www.tamacom.com/global/ diff --git a/devel/global/distinfo b/devel/global/distinfo index 01784a5a3df..915fb86b145 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2006/11/14 14:14:52 obache Exp $ +$NetBSD: distinfo,v 1.8 2007/03/03 05:03:27 uebayasi Exp $ -SHA1 (global-5.2.tar.gz) = 6e83c9eaa9d454fd3f2d8aaf6d9f27ad96d58a32 -RMD160 (global-5.2.tar.gz) = 064bbbd82bdcc41e8361a4ce54ee12e557dc6e74 -Size (global-5.2.tar.gz) = 717473 bytes +SHA1 (global-5.4.tar.gz) = e1bfbce7a4166453a27d4fa0041babaff6ad8121 +RMD160 (global-5.4.tar.gz) = 94f4e1306d94ae4abcc16af4d2ef4bccab274c4a +Size (global-5.4.tar.gz) = 726176 bytes |