View | Details | Raw Unified | Return to bug 149171
Collapse All | Expand All

(-)global/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	global
8
PORTNAME=	global
9
PORTVERSION=	5.7.7
9
PORTVERSION=	5.9.1
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	GNU
11
MASTER_SITES=	GNU
12
12
Lines 16-22 Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_PERL5=	yes
17
USE_PERL5=	yes
18
18
19
MAN1=		global.1 gozilla.1 gtags.1 gtags-cscope.1 gtags-parser.1 htags.1
19
MAN1=		global.1 globash.1 gozilla.1 gtags.1 gtags-cscope.1 htags.1
20
INFO=		global
20
INFO=		global
21
21
22
post-patch:
22
post-patch:
(-)global/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (global-5.7.7.tar.gz) = a2805a315b5fe8432e36d019f2822ee0
1
MD5 (global-5.9.1.tar.gz) = eaeba27e23f9a0518c4ce66f4797accf
2
SHA256 (global-5.7.7.tar.gz) = 9978548447cda1ff9f42ed8fc8506a4266ce58bd0434d92275574c83f8b542c6
2
SHA256 (global-5.9.1.tar.gz) = 0d6e63aefef918493c9d710db0a4cd6f6ac1e374ac1f8c85c428a54f3f44af42
3
SIZE (global-5.7.7.tar.gz) = 764191
3
SIZE (global-5.9.1.tar.gz) = 1135370
(-)global/pkg-plist (-1 / +31 lines)
Lines 1-8 Link Here
1
bin/global
1
bin/global
2
bin/globash
2
bin/gozilla
3
bin/gozilla
3
bin/gtags
4
bin/gtags
4
bin/gtags-cscope
5
bin/gtags-cscope
5
bin/gtags-parser
6
bin/htags
6
bin/htags
7
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
7
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
8
%%PORTDOCS%%%%DOCSDIR%%/COPYING
8
%%PORTDOCS%%%%DOCSDIR%%/COPYING
Lines 13-22 Link Here
13
%%PORTDOCS%%%%DOCSDIR%%/NEWS
13
%%PORTDOCS%%%%DOCSDIR%%/NEWS
14
%%PORTDOCS%%%%DOCSDIR%%/README
14
%%PORTDOCS%%%%DOCSDIR%%/README
15
%%PORTDOCS%%%%DOCSDIR%%/THANKS
15
%%PORTDOCS%%%%DOCSDIR%%/THANKS
16
lib/gtags/exuberant-ctags.a
17
lib/gtags/exuberant-ctags.la
18
lib/gtags/exuberant-ctags.so
16
share/gtags/BOKIN_MODEL
19
share/gtags/BOKIN_MODEL
17
share/gtags/BOKIN_MODEL_FAQ
20
share/gtags/BOKIN_MODEL_FAQ
18
share/gtags/DONORS
21
share/gtags/DONORS
19
share/gtags/bless.sh.tmpl
22
share/gtags/bless.sh.tmpl
23
share/gtags/completion.cgi.tmpl
20
share/gtags/ghtml.cgi.tmpl
24
share/gtags/ghtml.cgi.tmpl
21
share/gtags/global.cgi.tmpl
25
share/gtags/global.cgi.tmpl
22
share/gtags/globash.rc
26
share/gtags/globash.rc
Lines 24-29 Link Here
24
share/gtags/gtags.el
28
share/gtags/gtags.el
25
share/gtags/gtags.pl
29
share/gtags/gtags.pl
26
share/gtags/gtags.vim
30
share/gtags/gtags.vim
31
share/gtags/gtags-cscope.vim
27
share/gtags/icons/back.png
32
share/gtags/icons/back.png
28
share/gtags/icons/bottom.png
33
share/gtags/icons/bottom.png
29
share/gtags/icons/c.png
34
share/gtags/icons/c.png
Lines 43-49 Link Here
43
share/gtags/icons/right.png
48
share/gtags/icons/right.png
44
share/gtags/icons/text.png
49
share/gtags/icons/text.png
45
share/gtags/icons/top.png
50
share/gtags/icons/top.png
51
share/gtags/jquery/images/file.gif
52
share/gtags/jquery/images/folder.gif
53
share/gtags/jquery/images/folder-closed.gif
54
share/gtags/jquery/images/minus.gif
55
share/gtags/jquery/images/plus.gif
56
share/gtags/jquery/images/treeview-black.gif
57
share/gtags/jquery/images/treeview-black-line.gif
58
share/gtags/jquery/images/treeview-default.gif
59
share/gtags/jquery/images/treeview-default-line.gif
60
share/gtags/jquery/images/treeview-famfamfam.gif
61
share/gtags/jquery/images/treeview-famfamfam-line.gif
62
share/gtags/jquery/images/treeview-gray.gif
63
share/gtags/jquery/images/treeview-gray-line.gif
64
share/gtags/jquery/images/treeview-red.gif
65
share/gtags/jquery/images/treeview-red-line.gif
66
share/gtags/jquery/jquery.js
67
share/gtags/jquery/jquery.suggest.css
68
share/gtags/jquery/jquery.suggest.js
69
share/gtags/jquery/jquery.treeview.css
70
share/gtags/jquery/jquery.treeview.js
71
share/gtags/jscode_suggest.tmpl
72
share/gtags/jscode_treeview.tmpl
46
share/gtags/style.css
73
share/gtags/style.css
74
@dirrm lib/gtags
47
@dirrm share/gtags/icons
75
@dirrm share/gtags/icons
76
@dirrm share/gtags/jquery/images
77
@dirrm share/gtags/jquery
48
@dirrm share/gtags
78
@dirrm share/gtags
49
%%PORTDOCS%%@dirrm %%DOCSDIR%%
79
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 149171