pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/global Update global from 5.2 to 5.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e448f706814b
branches:  trunk
changeset: 526190:e448f706814b
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Mar 03 05:03:26 2007 +0000

description:
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:

 devel/global/Makefile |  4 ++--
 devel/global/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r e98539ef1e51 -r e448f706814b devel/global/Makefile
--- a/devel/global/Makefile     Fri Mar 02 23:44:13 2007 +0000
+++ b/devel/global/Makefile     Sat Mar 03 05:03:26 2007 +0000
@@ -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 -r e98539ef1e51 -r e448f706814b devel/global/distinfo
--- a/devel/global/distinfo     Fri Mar 02 23:44:13 2007 +0000
+++ b/devel/global/distinfo     Sat Mar 03 05:03:26 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index