summaryrefslogtreecommitdiff
path: root/devel/global/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-03-03 05:03:26 +0000
committeruebayasi <uebayasi>2007-03-03 05:03:26 +0000
commitf42a169cb1fe6cc9e39876e517048fe2389d5f5a (patch)
treeb1a173c181c2bb4d7fa37452e559f0312f1f05fc /devel/global/Makefile
parenta9ede6b48226f6bb9cef43c56049345f6e3b8589 (diff)
downloadpkgsrc-f42a169cb1fe6cc9e39876e517048fe2389d5f5a.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/global/Makefile')
-rw-r--r--devel/global/Makefile4
1 files changed, 2 insertions, 2 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/