pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/global



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 29 11:20:53 UTC 2017

Modified Files:
        pkgsrc/devel/global: Makefile distinfo

Log Message:
Updated global to 6.5.7.

Version 6.5.7 - 15 May 2016

[CHANGES]
o global: Now global(1) accept a file as --nearness option.
  If it is a file, tags in the file are shown first.
o global: Added aliases for MAKEOBJDIR and MAKEOBJDIRPREFIX.
  GTAGSOBJDIR: alias for MAKEOBJDIR
  GTAGSOBJDIRPREFIX: alias for MAKEOBJDIRPREFIX
  These aliases are given higher priority than the originals.
o global: New command --print=<name>.
  <name> may be one of: root, dbpath or conf.
  This is a generic version of the -p (--print-dbpath) command.
        'global -p' is equal to 'global --print=dbpath'
        'global -pr' is equal to 'global --print=root'
o gtags: Updated the built-in PHP parser to support namespaces and traits,
  which were introduced in PHP5. The following keywords have been removed:
        - failure: not a keyword
        - header: normal built-in function
        - is_array: normal built-in function
        - is_set: typo -> isset
        - printf: normal built-in function
        - setcookie: normal built-in function
        - success: not a keyword

[FIXED BUGS]
o globash: Echo command with -n option didn't work on some OS. Now it works.
o global: The --nearness option without -x option brought segmentation fault.
        $ global --nearness=. main
        Segmentation fault: 11
  Now it works.
o global: --from-here with -i option did not ignore case of function name
  in the context. Now it works.
        Input:
        [main.c]
        1: main() {
        2:         func();
        3:         Func();
        4: }
        5: func() {}
        6: Func() {}

        $ global -xi --from-here=6:main.c func
        (global-6.5.6)
        Func                6 main.c           Func() {}
        func                5 main.c           func() {}
        (global-6.5.7)
        Func                3 main.c            Func();
        func                2 main.c            func();

[INCOMPATIBLE CHANGES]
o gtags.conf: Added new candidate path.
        (1) --gtagsconf file
        (2) $GTAGSCONF
        (3) [project root]/gtags.conf
        (4) [project root]/[objdir]/gtags.conf       <- [NEW]
        (5) $HOME/.globalrc
        (6) /etc/gtags.conf
        (7) [sysconfdir]/gtags.conf

        The default of [objdir] is 'obj'. You can change it by
        the environment variables (GTAGSOBJDIR or MAKEOBJDIR).


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/global/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/global/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/global/Makefile
diff -u pkgsrc/devel/global/Makefile:1.65 pkgsrc/devel/global/Makefile:1.66
--- pkgsrc/devel/global/Makefile:1.65   Tue May  9 16:12:52 2017
+++ pkgsrc/devel/global/Makefile        Mon May 29 11:20:53 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2017/05/09 16:12:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2017/05/29 11:20:53 wiz Exp $
 
-DISTNAME=      global-6.5.6
-PKGREVISION=   1
+DISTNAME=      global-6.5.7
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=global/}
 

Index: pkgsrc/devel/global/distinfo
diff -u pkgsrc/devel/global/distinfo:1.31 pkgsrc/devel/global/distinfo:1.32
--- pkgsrc/devel/global/distinfo:1.31   Fri Dec 30 00:39:30 2016
+++ pkgsrc/devel/global/distinfo        Mon May 29 11:20:53 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2016/12/30 00:39:30 wiz Exp $
+$NetBSD: distinfo,v 1.32 2017/05/29 11:20:53 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
+SHA1 (global-6.5.7.tar.gz) = db215a871483edda6855e1cdd3a37eb297658c02
+RMD160 (global-6.5.7.tar.gz) = 2e03a959f8014103b009e889e8906c7b738c103a
+SHA512 (global-6.5.7.tar.gz) = 0d33f718839e5e00bdd6d042b415a69c5e1f232d843610870505f8f20635b445810149b1b84ea8b77881f5f64814783ebe3cdcab2f84b8a085223b64293a9045
+Size (global-6.5.7.tar.gz) = 2940567 bytes



Home | Main Index | Thread Index | Old Index