1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Update to 5.9.1:

- gtags-parser(1) removed, globash(1) added
- jQuery library used for hypertext ouptput

PR:		ports/149171
Submitted by:	Frederic Culot <frederic_AT_culot dot org>
This commit is contained in:
Cheng-Lung Sung 2010-08-16 06:26:49 +00:00
parent 8153ebd48c
commit ef029fd90e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259341
3 changed files with 36 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= global
PORTVERSION= 5.7.7
PORTVERSION= 5.9.1
CATEGORIES= devel
MASTER_SITES= GNU
@ -16,7 +16,7 @@ COMMENT= A source code tag system
GNU_CONFIGURE= yes
USE_PERL5= yes
MAN1= global.1 gozilla.1 gtags.1 gtags-cscope.1 gtags-parser.1 htags.1
MAN1= global.1 globash.1 gozilla.1 gtags.1 gtags-cscope.1 htags.1
INFO= global
post-patch:

View File

@ -1,3 +1,3 @@
MD5 (global-5.7.7.tar.gz) = a2805a315b5fe8432e36d019f2822ee0
SHA256 (global-5.7.7.tar.gz) = 9978548447cda1ff9f42ed8fc8506a4266ce58bd0434d92275574c83f8b542c6
SIZE (global-5.7.7.tar.gz) = 764191
MD5 (global-5.9.1.tar.gz) = eaeba27e23f9a0518c4ce66f4797accf
SHA256 (global-5.9.1.tar.gz) = 0d6e63aefef918493c9d710db0a4cd6f6ac1e374ac1f8c85c428a54f3f44af42
SIZE (global-5.9.1.tar.gz) = 1135370

View File

@ -1,8 +1,8 @@
bin/global
bin/globash
bin/gozilla
bin/gtags
bin/gtags-cscope
bin/gtags-parser
bin/htags
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
@ -13,10 +13,14 @@ bin/htags
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/THANKS
lib/gtags/exuberant-ctags.a
lib/gtags/exuberant-ctags.la
lib/gtags/exuberant-ctags.so
share/gtags/BOKIN_MODEL
share/gtags/BOKIN_MODEL_FAQ
share/gtags/DONORS
share/gtags/bless.sh.tmpl
share/gtags/completion.cgi.tmpl
share/gtags/ghtml.cgi.tmpl
share/gtags/global.cgi.tmpl
share/gtags/globash.rc
@ -24,6 +28,7 @@ share/gtags/gtags.conf
share/gtags/gtags.el
share/gtags/gtags.pl
share/gtags/gtags.vim
share/gtags/gtags-cscope.vim
share/gtags/icons/back.png
share/gtags/icons/bottom.png
share/gtags/icons/c.png
@ -43,7 +48,32 @@ 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.gif
share/gtags/jquery/images/folder-closed.gif
share/gtags/jquery/images/minus.gif
share/gtags/jquery/images/plus.gif
share/gtags/jquery/images/treeview-black.gif
share/gtags/jquery/images/treeview-black-line.gif
share/gtags/jquery/images/treeview-default.gif
share/gtags/jquery/images/treeview-default-line.gif
share/gtags/jquery/images/treeview-famfamfam.gif
share/gtags/jquery/images/treeview-famfamfam-line.gif
share/gtags/jquery/images/treeview-gray.gif
share/gtags/jquery/images/treeview-gray-line.gif
share/gtags/jquery/images/treeview-red.gif
share/gtags/jquery/images/treeview-red-line.gif
share/gtags/jquery/jquery.js
share/gtags/jquery/jquery.suggest.css
share/gtags/jquery/jquery.suggest.js
share/gtags/jquery/jquery.treeview.css
share/gtags/jquery/jquery.treeview.js
share/gtags/jscode_suggest.tmpl
share/gtags/jscode_treeview.tmpl
share/gtags/style.css
@dirrm lib/gtags
@dirrm share/gtags/icons
@dirrm share/gtags/jquery/images
@dirrm share/gtags/jquery
@dirrm share/gtags
%%PORTDOCS%%@dirrm %%DOCSDIR%%