diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-17 16:31:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-17 16:31:32 +0000 |
commit | 63716b5c0550b420008638361f4543583d6be4bf (patch) | |
tree | 2e2248daa4907c2027f4a843159e8c6d46bf0373 /devel/global | |
parent | 1c371ad2098d220637478536f25639562e6db4ac (diff) | |
download | pkgsrc-63716b5c0550b420008638361f4543583d6be4bf.tar.gz |
Update to 6.3.1:
Version 6.3.1 - August 11 2014
[CHANGES]
New facilities:
o gtags.vim: New 'Gtagsa' (Gtags with append) command.
This command appends tags to the current tag list.
If you want to get a union of 'global -d foo' and
'global -r foo' then please do as follows:
:Gtags -d foo
:Gtagsa -r foo
o geco.rc: New command (Bash function).
You need bash, percol and less to use geco.
$ source /usr/local/share/gtags/geco.rc
$ geco --help # show help
$ geco mai[TAB] # auto completion
v
$ geco main [ENTER]
QUERY> init # narrowing down
(less's screen)
:tag -r main # tag jump again
The same options are available on the both prompts:
$ geco <options> arg
:tag <options> arg
[INCOMPATIBLE CHANGES]
o global: The following configuration variables were removed
since they will surely cause confusion.
GTAGSROOT, GTAGSDBPATH
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/PLIST | 3 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 26fbdab3eb9..2ee0e717a33 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2014/06/12 09:06:39 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2014/08/17 16:31:32 wiz Exp $ -DISTNAME= global-6.3 +DISTNAME= global-6.3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/PLIST b/devel/global/PLIST index 0830e427883..1ea22050f68 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2014/06/12 09:06:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2014/08/17 16:31:32 wiz Exp $ bin/global bin/globash bin/gozilla @@ -37,6 +37,7 @@ share/gtags/completion.cgi.tmpl share/gtags/ctags-5.8.patch share/gtags/elvis-2.2_0.patch share/gtags/elvis.rc +share/gtags/geco.rc share/gtags/ghtml.cgi.tmpl share/gtags/global.cgi.tmpl share/gtags/globash.rc diff --git a/devel/global/distinfo b/devel/global/distinfo index 3d97b42545b..cdaf3c3577e 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2014/06/12 09:06:39 wiz Exp $ +$NetBSD: distinfo,v 1.20 2014/08/17 16:31:32 wiz Exp $ -SHA1 (global-6.3.tar.gz) = 01180de13918a29d4af62ed9c86dbe84ed16f550 -RMD160 (global-6.3.tar.gz) = 94b18f8131bdce1251b52320b99825cec8bf4c8a -Size (global-6.3.tar.gz) = 1365590 bytes +SHA1 (global-6.3.1.tar.gz) = b1c5db20ed31978ce7e41bda8e7f1db9daba2f35 +RMD160 (global-6.3.1.tar.gz) = 69bbd5784b3e93fcb7ff3d67dc93b609bb8860a1 +Size (global-6.3.1.tar.gz) = 1369634 bytes |