diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 20:39:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 20:39:14 +0000 |
commit | a0dafb70b3087f8ac391e4bf0af218961f7dea18 (patch) | |
tree | 7f5ec8d5d4aa80428c461c4cd6ec2c919d30ee1d /devel/global | |
parent | 04838425556bc1279879edfffabca4abe4781f1c (diff) | |
download | pkgsrc-a0dafb70b3087f8ac391e4bf0af218961f7dea18.tar.gz |
Update to 6.2.9:
Version 6.2.9 - August 26 2013
[CHANGES]
New facilities:
o configure: New option --with-sitekeys-mode=MODE.
Changed:
o jquery.treeview.js: Removed effects on mouse over because they use time too much
to build a tree. Now it works faster than previous versions.
o htags: Added a loading message when the --tree-view option is specified.
[INCOMPATIBLE CHANGES]
o gtags-cscope: Though previous gtags-cscope ignored GTAGSROOT, GTAGSDBPATH when
the -d option was not specified, it was meaningless. Now it accepts both of them
always.
[BUG FIXED]
o gtags-cscope: Arrow keys didn't work after execution of external programs. Now it works.
o global: The -u option didn't work in a project whose path includes blanks. Now it works.
o htags: Fixed some bugs about --tree-view option.
- The type argument of --tree-view option didn't work in the top page. Now it works.
- Directory icons by --tree-view=filetree were not displayed. Now it works.
- On-line manual didn't say about the type argument. Now it is written.
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 6 | ||||
-rw-r--r-- | devel/global/PLIST | 32 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
3 files changed, 22 insertions, 24 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index fc66891bb7b..7f03e2c05fc 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2013/05/31 12:39:59 wiz Exp $ -# +# $NetBSD: Makefile,v 1.39 2013/09/09 20:39:14 wiz Exp $ -DISTNAME= global-6.2.8 -PKGREVISION= 1 +DISTNAME= global-6.2.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/PLIST b/devel/global/PLIST index d386e2a28fc..53cfa452ac5 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2012/12/08 23:51:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2013/09/09 20:39:14 wiz Exp $ bin/global bin/globash bin/gozilla @@ -59,21 +59,21 @@ share/gtags/icons/pglobe.png share/gtags/icons/right.png share/gtags/icons/text.png share/gtags/icons/top.png -share/gtags/jquery/images/file.gif -share/gtags/jquery/images/folder-closed.gif -share/gtags/jquery/images/folder.gif -share/gtags/jquery/images/minus.gif -share/gtags/jquery/images/plus.gif -share/gtags/jquery/images/treeview-black-line.gif -share/gtags/jquery/images/treeview-black.gif -share/gtags/jquery/images/treeview-default-line.gif -share/gtags/jquery/images/treeview-default.gif -share/gtags/jquery/images/treeview-famfamfam-line.gif -share/gtags/jquery/images/treeview-famfamfam.gif -share/gtags/jquery/images/treeview-gray-line.gif -share/gtags/jquery/images/treeview-gray.gif -share/gtags/jquery/images/treeview-red-line.gif -share/gtags/jquery/images/treeview-red.gif +share/gtags/jquery/images/file.png +share/gtags/jquery/images/folder-closed.png +share/gtags/jquery/images/folder.png +share/gtags/jquery/images/minus.png +share/gtags/jquery/images/plus.png +share/gtags/jquery/images/treeview-black-line.png +share/gtags/jquery/images/treeview-black.png +share/gtags/jquery/images/treeview-default-line.png +share/gtags/jquery/images/treeview-default.png +share/gtags/jquery/images/treeview-famfamfam-line.png +share/gtags/jquery/images/treeview-famfamfam.png +share/gtags/jquery/images/treeview-gray-line.png +share/gtags/jquery/images/treeview-gray.png +share/gtags/jquery/images/treeview-red-line.png +share/gtags/jquery/images/treeview-red.png share/gtags/jquery/jquery.js share/gtags/jquery/jquery.suggest.css share/gtags/jquery/jquery.suggest.js diff --git a/devel/global/distinfo b/devel/global/distinfo index c02cf5ba2df..7e1ad66066b 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2013/03/15 21:55:15 wiz Exp $ +$NetBSD: distinfo,v 1.15 2013/09/09 20:39:14 wiz Exp $ -SHA1 (global-6.2.8.tar.gz) = 2adabb332ecf31f0f7c951c3a6d260503a37c9ec -RMD160 (global-6.2.8.tar.gz) = e875dd799e6bc54fc43562f1ec7b37530501db1a -Size (global-6.2.8.tar.gz) = 1313627 bytes +SHA1 (global-6.2.9.tar.gz) = 036001a99da1ed9c8b7329df11929335375945b9 +RMD160 (global-6.2.9.tar.gz) = 7a0de48ca6e7b7f24dd937de75a1900cadb0f85a +Size (global-6.2.9.tar.gz) = 1314940 bytes |