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

(-)source-highlight/Makefile (-8 / +26 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	source-highlight
8
PORTNAME=	source-highlight
9
PORTVERSION=	2.11.1
9
PORTVERSION=	3.1.3
10
PORTREVISION=	0
11
CATEGORIES=	textproc
10
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	src-highlite
12
MASTER_SITE_SUBDIR=	src-highlite
Lines 19-33 Link Here
19
LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
18
LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs
20
19
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
21
LDFLAGS+=	-L${LOCALBASE}/lib
23
.if defined(NOPORTDOCS)
22
CPPFLAGS+=	-I${LOCALBASE}/include
24
MAKE_ENV+=	NOPORTDOCS="${NOPORTDOCS}"
23
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
25
.endif
26
24
27
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
USE_LDCONFIG=	yes
28
27
29
MAN1=	source-highlight.1 check-regexp.1
28
MAN1=	check-regexp.1 source-highlight.1 source-highlight-settings.1
30
INFO=	source-highlight
29
INFO=	source-highlight source-highlight-lib
31
30
32
OPTIONS=	BASH	"Support Bash completion"	Off
31
OPTIONS=	BASH	"Support Bash completion"	Off
33
32
Lines 48-51 Link Here
48
PLIST_SUB+=	BASH="@comment "
47
PLIST_SUB+=	BASH="@comment "
49
.endif
48
.endif
50
49
50
post-patch:
51
	@${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
52
	's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
53
.if defined(NOPORTDATA)
54
	@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightdataDATA//g' \
55
		${WRKSRC}/doc/Makefile.in ${WRKSRC}/src/Makefile.in
56
.endif
57
.if defined(NOPORTDOCS)
58
	@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightdocDATA//g' \
59
		${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in ${WRKSRC}/tests/Makefile.in
60
.endif
61
.if defined(NOPORTEXAMPLES)
62
	@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightlibexampleDATA//g' \
63
		${WRKSRC}/lib/examples/Makefile.in
64
.endif
65
66
test: build
67
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
68
51
.include <bsd.port.post.mk>
69
.include <bsd.port.post.mk>
(-)source-highlight/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (source-highlight-2.11.1.tar.gz) = f6e332317413f247ce248c52df0ddade
1
MD5 (source-highlight-3.1.3.tar.gz) = da08105ba80191fbfacf47999252b274
2
SHA256 (source-highlight-2.11.1.tar.gz) = 5a18c2e8d1baf3aadd7abe51d646351f99f80ce8ed8dd132128467eb925a9a47
2
SHA256 (source-highlight-3.1.3.tar.gz) = 2d819f2ffdc8bb23a87635bdfbc51545db22605a8e544f66f86054b8075af0b5
3
SIZE (source-highlight-2.11.1.tar.gz) = 1282485
3
SIZE (source-highlight-3.1.3.tar.gz) = 1508758
(-)source-highlight/files/patch-configure (-3 / +12 lines)
Lines 1-6 Link Here
1
--- configure.orig	2008-08-19 14:41:57.000000000 +0800
1
--- configure.orig	2010-01-20 02:17:27.000000000 -0500
2
+++ configure	2008-08-19 14:42:09.000000000 +0800
2
+++ configure	2010-01-20 02:26:25.000000000 -0500
3
@@ -23377,7 +23377,7 @@
3
@@ -3853,7 +3853,7 @@
4
 source_highlightdatadir=$datadir/source-highlight
5
 source_highlightdocdir=$docdir
6
 source_highlightlibdocdir=$docdir/api
7
-source_highlightlibexampledir=$docdir/examples
8
+source_highlightlibexampledir=$datarootdir/examples/source-highlight
9
 bash_completiondir=$sysconfdir/bash_completion.d
10
 
11
 LIBRARY_NAMESPACE=srchilite
12
@@ -20347,7 +20347,7 @@
4
 fi
13
 fi
5
 
14
 
6
 
15
 
(-)source-highlight/files/patch-lib_srchilite_fileutil.h (+10 lines)
Line 0 Link Here
1
--- lib/srchilite/fileutil.h.orig	2010-01-19 00:12:06.000000000 -0500
2
+++ lib/srchilite/fileutil.h	2010-01-19 00:12:30.000000000 -0500
3
@@ -9,6 +9,7 @@
4
 
5
 #include <iostream>
6
 #include <string>
7
+#include <cstdio>
8
 #include "ioexception.h"
9
 
10
 using std::istream;
(-)source-highlight/files/patch-m4_Makefile.in (+13 lines)
Line 0 Link Here
1
--- m4/Makefile.in.orig	2010-01-19 18:51:38.000000000 -0500
2
+++ m4/Makefile.in	2010-01-19 18:56:21.000000000 -0500
3
@@ -841,7 +841,9 @@
4
 
5
 info-am:
6
 
7
-install-data-am: install-aclocalDATA
8
+#if the aclocalDATA files are needed, install the devel/autoconf-archive port
9
+#install-data-am: install-aclocalDATA
10
+install-data-am:
11
 
12
 install-dvi: install-dvi-recursive
13
 
(-)source-highlight/files/patch-tests_Makefile.in (+11 lines)
Line 0 Link Here
1
--- tests/Makefile.in.orig	2010-01-20 01:24:37.000000000 -0500
2
+++ tests/Makefile.in	2010-01-20 01:26:27.000000000 -0500
3
@@ -1884,7 +1884,7 @@
4
 @NO_CTAGS_FALSE@	sed -itesttmp -e 's/\_tmp\.h/\.h/g' test_refs_tmp.h.html test_refs_tmp.cpp.html
5
 @NO_CTAGS_FALSE@	sed -itesttmp -e 's/\_tmp\.cpp/\.cpp/g' test_refs_tmp.h.html test_refs_tmp.cpp.html
6
 @NO_CTAGS_FALSE@	$(CPP2LATEX_WREFS) -i $(srcdir)/test.h -o test_ref.out.tex $(CTAGS_COMMAND_TMP)
7
-@NO_CTAGS_FALSE@	sed -itesttmp -r 's/([.\/[:alnum:]]+)\/(test\.h\:[[:alnum:]\._]+)/\2/g' test_ref.out.tex # eliminate leading paths
8
+@NO_CTAGS_FALSE@	sed -itesttmp -E 's/([.\/[:alnum:]]+)\/(test\.h\:[[:alnum:]\._]+)/\2/g' test_ref.out.tex # eliminate leading paths
9
 @NO_CTAGS_FALSE@	$(CPP2LATEX_WREFSPOST) -i $(srcdir)/test.h -o test_ref_post.out.tex $(CTAGS_COMMAND_TMP)
10
 @NO_CTAGS_FALSE@	sed -itesttmp -f $(srcdir)/erasedir3.sed test_ref_post.out.tex # eliminate leading paths
11
 @NO_CTAGS_FALSE@	$(CPP2TEXINFO_WREFS) -i $(srcdir)/test.h -o test_ref.out.texinfo $(CTAGS_COMMAND_TMP)
(-)source-highlight/pkg-plist (-195 / +361 lines)
Lines 2-202 Link Here
2
bin/cpp2html
2
bin/cpp2html
3
bin/java2html
3
bin/java2html
4
bin/source-highlight
4
bin/source-highlight
5
bin/source-highlight-settings
5
bin/src-hilite-lesspipe.sh
6
bin/src-hilite-lesspipe.sh
6
%%BASH%%etc/bash_completion.d/source-highlight-bash-completion
7
%%BASH%%etc/bash_completion.d/source-highlight-bash-completion
7
%%DOCSDIR%%/COPYING
8
include/srchilite/bufferedoutput.h
8
%%DOCSDIR%%/CREDITS
9
include/srchilite/chartranslator.h
9
%%DOCSDIR%%/ChangeLog
10
include/srchilite/colormap.h
10
%%DOCSDIR%%/Hello.css
11
include/srchilite/colors.h
11
%%DOCSDIR%%/Hello.java
12
include/srchilite/ctagscollector.h
12
%%DOCSDIR%%/Hello.java.html
13
include/srchilite/ctagsformatter.h
13
%%DOCSDIR%%/Hello1.html
14
include/srchilite/ctagsmanager.h
14
%%DOCSDIR%%/Hello2.css
15
include/srchilite/debuglistener.h
15
%%DOCSDIR%%/Hello2.html
16
include/srchilite/delimitedlangelem.h
16
%%DOCSDIR%%/Hello3.html
17
include/srchilite/docgenerator.h
17
%%DOCSDIR%%/Hello4.html
18
include/srchilite/doctemplate.h
18
%%DOCSDIR%%/Hello5.html
19
include/srchilite/eventgenerator.h
19
%%DOCSDIR%%/Hello_h_f.html
20
include/srchilite/fileinfo.h
20
%%DOCSDIR%%/Hello_lines.html
21
include/srchilite/fileutil.h
21
%%DOCSDIR%%/Hello_notfixed.html
22
include/srchilite/formatter.h
22
%%DOCSDIR%%/Hello_xhtml.html
23
include/srchilite/formatterfactory.h
23
%%DOCSDIR%%/Hello_xhtml2.html
24
include/srchilite/formattermanager.h
24
%%DOCSDIR%%/INSTALL
25
include/srchilite/formatterparams.h
25
%%DOCSDIR%%/NEWS
26
include/srchilite/highlightbuilderexception.h
26
%%DOCSDIR%%/README
27
include/srchilite/highlightevent.h
27
%%DOCSDIR%%/SimpleClass-doc.html
28
include/srchilite/highlighteventlistener.h
28
%%DOCSDIR%%/SimpleClass.html
29
include/srchilite/highlightrule.h
29
%%DOCSDIR%%/SimpleClass.java
30
include/srchilite/highlightrulefactory.h
30
%%DOCSDIR%%/THANKS
31
include/srchilite/highlightstate.h
31
%%DOCSDIR%%/TODO.txt
32
include/srchilite/highlightstatebuilder.h
32
%%DOCSDIR%%/UsageExample.html
33
include/srchilite/highlightstateprinter.h
33
%%DOCSDIR%%/UsageExample.java
34
include/srchilite/highlighttoken.h
34
%%DOCSDIR%%/access.log.html
35
include/srchilite/instances.h
35
%%DOCSDIR%%/auth.log.html
36
include/srchilite/ioexception.h
36
%%DOCSDIR%%/c.lang.html
37
include/srchilite/keys.h
37
%%DOCSDIR%%/cmdline.h.html
38
include/srchilite/langdefmanager.h
38
%%DOCSDIR%%/colors.html
39
include/srchilite/langdefparser.h
39
%%DOCSDIR%%/cpp2html.css
40
include/srchilite/langdefparserfun.h
40
%%DOCSDIR%%/default.css
41
include/srchilite/langdefscanner.h
41
%%DOCSDIR%%/default.style.html
42
include/srchilite/langelem.h
42
%%DOCSDIR%%/error.log.html
43
include/srchilite/langelems.h
43
%%DOCSDIR%%/flex_scanner.ll.html
44
include/srchilite/langelemsprinter.h
44
%%DOCSDIR%%/footer.html
45
include/srchilite/langmap.h
45
%%DOCSDIR%%/header.html
46
include/srchilite/languageinfer.h
46
%%DOCSDIR%%/index.html
47
include/srchilite/linebuffer.h
47
%%DOCSDIR%%/langdef.lang.html
48
include/srchilite/linenumgenerator.h
48
%%DOCSDIR%%/log.lang.html
49
include/srchilite/lineranges.h
49
%%DOCSDIR%%/mono-alt.css
50
include/srchilite/matchingparameters.h
50
%%DOCSDIR%%/mono.css
51
include/srchilite/namedsubexpslangelem.h
51
%%DOCSDIR%%/sh_acid.css
52
include/srchilite/outlangdefparser.h
52
%%DOCSDIR%%/sh_berries-dark.css
53
include/srchilite/outlangdefparserfun.h
53
%%DOCSDIR%%/sh_berries-light.css
54
include/srchilite/outlangdefscanner.h
54
%%DOCSDIR%%/sh_bipolar.css
55
include/srchilite/parserexception.h
55
%%DOCSDIR%%/sh_blacknblue.css
56
include/srchilite/parserinfo.h
56
%%DOCSDIR%%/sh_bright.css
57
include/srchilite/parsestruct.h
57
%%DOCSDIR%%/sh_contrast.css
58
include/srchilite/parsestyles.h
58
%%DOCSDIR%%/sh_darkblue.css
59
include/srchilite/preformatter.h
59
%%DOCSDIR%%/sh_darkness.css
60
include/srchilite/readtags.h
60
%%DOCSDIR%%/sh_desert.css
61
include/srchilite/refposition.h
61
%%DOCSDIR%%/sh_dull.css
62
include/srchilite/regexhighlightrule.h
62
%%DOCSDIR%%/sh_easter.css
63
include/srchilite/regexpreprocessor.h
63
%%DOCSDIR%%/sh_emacs.css
64
include/srchilite/regexranges.h
64
%%DOCSDIR%%/sh_golden.css
65
include/srchilite/regexrulefactory.h
65
%%DOCSDIR%%/sh_greenlcd.css
66
include/srchilite/settings.h
66
%%DOCSDIR%%/sh_ide-anjuta.css
67
include/srchilite/sourcefilehighlighter.h
67
%%DOCSDIR%%/sh_ide-codewarrior.css
68
include/srchilite/sourcehighlight.h
68
%%DOCSDIR%%/sh_ide-devcpp.css
69
include/srchilite/sourcehighlighter.h
69
%%DOCSDIR%%/sh_ide-eclipse.css
70
include/srchilite/sourcehighlightutils.h
70
%%DOCSDIR%%/sh_ide-kdev.css
71
include/srchilite/srcuntabifier.h
71
%%DOCSDIR%%/sh_ide-msvcpp.css
72
include/srchilite/statelangelem.h
72
%%DOCSDIR%%/sh_kwrite.css
73
include/srchilite/statestartlangelem.h
73
%%DOCSDIR%%/sh_matlab.css
74
include/srchilite/stopwatch.h
74
%%DOCSDIR%%/sh_navy.css
75
include/srchilite/stringdef.h
75
%%DOCSDIR%%/sh_nedit.css
76
include/srchilite/stringlistlangelem.h
76
%%DOCSDIR%%/sh_neon.css
77
include/srchilite/stringtable.h
77
%%DOCSDIR%%/sh_night.css
78
include/srchilite/stylecssparser.h
78
%%DOCSDIR%%/sh_pablo.css
79
include/srchilite/stylefileparser.h
79
%%DOCSDIR%%/sh_peachpuff.css
80
include/srchilite/stylekey.h
80
%%DOCSDIR%%/sh_print.css
81
include/srchilite/styleparser.h
81
%%DOCSDIR%%/sh_rand01.css
82
include/srchilite/substfun.h
82
%%DOCSDIR%%/sh_the.css
83
include/srchilite/textstyle.h
83
%%DOCSDIR%%/sh_typical.css
84
include/srchilite/textstylebuilder.h
84
%%DOCSDIR%%/sh_vampire.css
85
include/srchilite/textstyleformatter.h
85
%%DOCSDIR%%/sh_vim-dark.css
86
include/srchilite/textstyleformattercollection.h
86
%%DOCSDIR%%/sh_vim.css
87
include/srchilite/textstyleformatterfactory.h
87
%%DOCSDIR%%/sh_whatis.css
88
include/srchilite/textstyles.h
88
%%DOCSDIR%%/sh_whitengrey.css
89
include/srchilite/tostringcollection.h
89
%%DOCSDIR%%/sh_zellner.css
90
include/srchilite/utils.h
90
%%DOCSDIR%%/source-highlight.cc.html
91
include/srchilite/vardefinitions.h
91
%%DOCSDIR%%/source-highlight.html
92
include/srchilite/verbosity.h
92
%%DOCSDIR%%/style_examples.html
93
include/srchilite/versions.h
93
%%DOCSDIR%%/syslog.log.html
94
include/srchilite/wordtokenizer.h
94
%%DOCSDIR%%/syslog.style.html
95
lib/libsource-highlight.a
95
%%DOCSDIR%%/test.htm.html
96
lib/libsource-highlight.la
96
%%DOCSDIR%%/test.java.tex.html
97
lib/libsource-highlight.so
97
%%DOCSDIR%%/test.js.html
98
lib/libsource-highlight.so.3
98
%%DOCSDIR%%/test.log.html
99
libdata/pkgconfig/source-highlight.pc
99
%%DOCSDIR%%/test.lua.html
100
%%PORTDATA%%%%DATADIR%%/Hello.css
100
%%DOCSDIR%%/test.ml.html
101
%%PORTDATA%%%%DATADIR%%/Hello2.css
101
%%DOCSDIR%%/test.php3.html
102
%%PORTDATA%%%%DATADIR%%/ada.lang
102
%%DOCSDIR%%/test.pl.html
103
%%PORTDATA%%%%DATADIR%%/applescript.lang
103
%%DOCSDIR%%/test.pm.html
104
%%PORTDATA%%%%DATADIR%%/asm.lang
104
%%DOCSDIR%%/test.py.html
105
%%PORTDATA%%%%DATADIR%%/awk.lang
105
%%DOCSDIR%%/test.rb.html
106
%%PORTDATA%%%%DATADIR%%/bat.lang
106
%%DOCSDIR%%/test.sml.html
107
%%PORTDATA%%%%DATADIR%%/bib.lang
107
%%DOCSDIR%%/test_linerange_sep.html
108
%%PORTDATA%%%%DATADIR%%/bison.lang
108
%%DOCSDIR%%/test_refs.cpp.html
109
%%PORTDATA%%%%DATADIR%%/c.lang
109
%%DOCSDIR%%/test_refs.h.html
110
%%PORTDATA%%%%DATADIR%%/c_comment.lang
110
%%DOCSDIR%%/xhtml.css
111
%%PORTDATA%%%%DATADIR%%/c_string.lang
111
%%DATADIR%%/ada.lang
112
%%PORTDATA%%%%DATADIR%%/caml.lang
112
%%DATADIR%%/bib.lang
113
%%PORTDATA%%%%DATADIR%%/changelog.lang
113
%%DATADIR%%/bison.lang
114
%%PORTDATA%%%%DATADIR%%/clike_vardeclaration.lang
114
%%DATADIR%%/c.lang
115
%%PORTDATA%%%%DATADIR%%/clipper.lang
115
%%DATADIR%%/c_comment.lang
116
%%PORTDATA%%%%DATADIR%%/cobol.lang
116
%%DATADIR%%/c_string.lang
117
%%PORTDATA%%%%DATADIR%%/conf.lang
117
%%DATADIR%%/caml.lang
118
%%PORTDATA%%%%DATADIR%%/cpp.lang
118
%%DATADIR%%/changelog.lang
119
%%PORTDATA%%%%DATADIR%%/cpp2html.css
119
%%DATADIR%%/clike_vardeclaration.lang
120
%%PORTDATA%%%%DATADIR%%/csharp.lang
120
%%DATADIR%%/cpp.lang
121
%%PORTDATA%%%%DATADIR%%/css.lang
121
%%DATADIR%%/csharp.lang
122
%%PORTDATA%%%%DATADIR%%/css_common.outlang
122
%%DATADIR%%/css.lang
123
%%PORTDATA%%%%DATADIR%%/d.lang
123
%%DATADIR%%/css_common.outlang
124
%%PORTDATA%%%%DATADIR%%/default.css
124
%%DATADIR%%/default.css
125
%%PORTDATA%%%%DATADIR%%/default.lang
125
%%DATADIR%%/default.lang
126
%%PORTDATA%%%%DATADIR%%/default.style
126
%%DATADIR%%/default.style
127
%%PORTDATA%%%%DATADIR%%/desktop.lang
127
%%DATADIR%%/desktop.lang
128
%%PORTDATA%%%%DATADIR%%/diff.lang
128
%%DATADIR%%/diff.lang
129
%%PORTDATA%%%%DATADIR%%/docbook.outlang
129
%%DATADIR%%/docbook.outlang
130
%%PORTDATA%%%%DATADIR%%/erlang.lang
130
%%DATADIR%%/esc.outlang
131
%%PORTDATA%%%%DATADIR%%/errors.lang
131
%%DATADIR%%/esc.style
132
%%PORTDATA%%%%DATADIR%%/esc.outlang
132
%%DATADIR%%/extreme_comment.lang
133
%%PORTDATA%%%%DATADIR%%/esc.style
133
%%DATADIR%%/extreme_comment2.lang
134
%%PORTDATA%%%%DATADIR%%/extreme_comment.lang
134
%%DATADIR%%/extreme_comment3.lang
135
%%PORTDATA%%%%DATADIR%%/extreme_comment2.lang
135
%%DATADIR%%/fixed-fortran.lang
136
%%PORTDATA%%%%DATADIR%%/extreme_comment3.lang
136
%%DATADIR%%/flex.lang
137
%%PORTDATA%%%%DATADIR%%/fixed-fortran.lang
137
%%DATADIR%%/fortran.lang
138
%%PORTDATA%%%%DATADIR%%/flex.lang
138
%%DATADIR%%/function.lang
139
%%PORTDATA%%%%DATADIR%%/fortran.lang
139
%%DATADIR%%/glsl.lang
140
%%PORTDATA%%%%DATADIR%%/function.lang
140
%%DATADIR%%/haxe.lang
141
%%PORTDATA%%%%DATADIR%%/glsl.lang
141
%%DATADIR%%/html.lang
142
%%PORTDATA%%%%DATADIR%%/haskell.lang
142
%%DATADIR%%/html.outlang
143
%%PORTDATA%%%%DATADIR%%/haxe.lang
143
%%DATADIR%%/html_common.outlang
144
%%PORTDATA%%%%DATADIR%%/html.lang
144
%%DATADIR%%/html_notfixed.outlang
145
%%PORTDATA%%%%DATADIR%%/html.outlang
145
%%DATADIR%%/html_ref.outlang
146
%%PORTDATA%%%%DATADIR%%/html_common.outlang
146
%%DATADIR%%/htmlcss.outlang
147
%%PORTDATA%%%%DATADIR%%/html_notfixed.outlang
147
%%DATADIR%%/htmltable.outlang
148
%%PORTDATA%%%%DATADIR%%/html_ref.outlang
148
%%DATADIR%%/htmltablelinenum.outlang
149
%%PORTDATA%%%%DATADIR%%/htmlcss.outlang
149
%%DATADIR%%/java.lang
150
%%PORTDATA%%%%DATADIR%%/htmltable.outlang
150
%%DATADIR%%/javadoc.outlang
151
%%PORTDATA%%%%DATADIR%%/htmltablelinenum.outlang
151
%%DATADIR%%/javascript.lang
152
%%PORTDATA%%%%DATADIR%%/java.lang
152
%%DATADIR%%/key_string.lang
153
%%PORTDATA%%%%DATADIR%%/javadoc.outlang
153
%%DATADIR%%/lang.map
154
%%PORTDATA%%%%DATADIR%%/javascript.lang
154
%%DATADIR%%/langdef.lang
155
%%PORTDATA%%%%DATADIR%%/key_string.lang
155
%%DATADIR%%/latex.lang
156
%%PORTDATA%%%%DATADIR%%/lang.map
156
%%DATADIR%%/latex.outlang
157
%%PORTDATA%%%%DATADIR%%/langdef.lang
157
%%DATADIR%%/latexcolor.outlang
158
%%PORTDATA%%%%DATADIR%%/latex.lang
158
%%DATADIR%%/ldap.lang
159
%%PORTDATA%%%%DATADIR%%/latex.outlang
159
%%DATADIR%%/log.lang
160
%%PORTDATA%%%%DATADIR%%/latexcolor.outlang
160
%%DATADIR%%/logtalk.lang
161
%%PORTDATA%%%%DATADIR%%/ldap.lang
161
%%DATADIR%%/lsm.lang
162
%%PORTDATA%%%%DATADIR%%/log.lang
162
%%DATADIR%%/lua.lang
163
%%PORTDATA%%%%DATADIR%%/logtalk.lang
163
%%DATADIR%%/m4.lang
164
%%PORTDATA%%%%DATADIR%%/lsm.lang
164
%%DATADIR%%/makefile.lang
165
%%PORTDATA%%%%DATADIR%%/lua.lang
165
%%DATADIR%%/nohilite.lang
166
%%PORTDATA%%%%DATADIR%%/m4.lang
166
%%DATADIR%%/number.lang
167
%%PORTDATA%%%%DATADIR%%/makefile.lang
167
%%DATADIR%%/outlang.lang
168
%%PORTDATA%%%%DATADIR%%/manifest.lang
168
%%DATADIR%%/outlang.map
169
%%PORTDATA%%%%DATADIR%%/mono-alt.css
169
%%DATADIR%%/pascal.lang
170
%%PORTDATA%%%%DATADIR%%/mono.css
170
%%DATADIR%%/perl.lang
171
%%PORTDATA%%%%DATADIR%%/nohilite.lang
171
%%DATADIR%%/php.lang
172
%%PORTDATA%%%%DATADIR%%/number.lang
172
%%DATADIR%%/postscript.lang
173
%%PORTDATA%%%%DATADIR%%/outlang.lang
173
%%DATADIR%%/prolog.lang
174
%%PORTDATA%%%%DATADIR%%/outlang.map
174
%%DATADIR%%/properties.lang
175
%%PORTDATA%%%%DATADIR%%/oz.lang
175
%%DATADIR%%/python.lang
176
%%PORTDATA%%%%DATADIR%%/pascal.lang
176
%%DATADIR%%/ruby.lang
177
%%PORTDATA%%%%DATADIR%%/pc.lang
177
%%DATADIR%%/scala.lang
178
%%PORTDATA%%%%DATADIR%%/perl.lang
178
%%DATADIR%%/script_comment.lang
179
%%PORTDATA%%%%DATADIR%%/php.lang
179
%%DATADIR%%/sh.lang
180
%%PORTDATA%%%%DATADIR%%/postscript.lang
180
%%DATADIR%%/slang.lang
181
%%PORTDATA%%%%DATADIR%%/prolog.lang
181
%%DATADIR%%/sml.lang
182
%%PORTDATA%%%%DATADIR%%/properties.lang
182
%%DATADIR%%/spec.lang
183
%%PORTDATA%%%%DATADIR%%/python.lang
183
%%DATADIR%%/sql.lang
184
%%PORTDATA%%%%DATADIR%%/ruby.lang
184
%%DATADIR%%/style.defaults
185
%%PORTDATA%%%%DATADIR%%/scala.lang
185
%%DATADIR%%/style.lang
186
%%PORTDATA%%%%DATADIR%%/script_comment.lang
186
%%DATADIR%%/style2.style
187
%%PORTDATA%%%%DATADIR%%/sh.lang
187
%%DATADIR%%/style3.style
188
%%PORTDATA%%%%DATADIR%%/sh_acid.css
188
%%DATADIR%%/symbols.lang
189
%%PORTDATA%%%%DATADIR%%/sh_berries-dark.css
189
%%DATADIR%%/tcl.lang
190
%%PORTDATA%%%%DATADIR%%/sh_berries-light.css
190
%%DATADIR%%/texinfo.outlang
191
%%PORTDATA%%%%DATADIR%%/sh_bipolar.css
191
%%DATADIR%%/texinfo.style
192
%%PORTDATA%%%%DATADIR%%/sh_blacknblue.css
192
%%DATADIR%%/url.lang
193
%%PORTDATA%%%%DATADIR%%/sh_bright.css
193
%%DATADIR%%/xhtml.outlang
194
%%PORTDATA%%%%DATADIR%%/sh_contrast.css
194
%%DATADIR%%/xhtml_common.outlang
195
%%PORTDATA%%%%DATADIR%%/sh_darkblue.css
195
%%DATADIR%%/xhtml_notfixed.outlang
196
%%PORTDATA%%%%DATADIR%%/sh_darkness.css
196
%%DATADIR%%/xhtmlcss.outlang
197
%%PORTDATA%%%%DATADIR%%/sh_desert.css
197
%%DATADIR%%/xhtmltable.outlang
198
%%PORTDATA%%%%DATADIR%%/sh_dull.css
198
%%DATADIR%%/xml.lang
199
%%PORTDATA%%%%DATADIR%%/sh_easter.css
199
%%DATADIR%%/xorg.lang
200
%%PORTDATA%%%%DATADIR%%/sh_emacs.css
200
@dirrm %%DATADIR%%
201
%%PORTDATA%%%%DATADIR%%/sh_golden.css
201
@dirrm %%DOCSDIR%%
202
%%PORTDATA%%%%DATADIR%%/sh_greenlcd.css
203
%%PORTDATA%%%%DATADIR%%/sh_ide-anjuta.css
204
%%PORTDATA%%%%DATADIR%%/sh_ide-codewarrior.css
205
%%PORTDATA%%%%DATADIR%%/sh_ide-devcpp.css
206
%%PORTDATA%%%%DATADIR%%/sh_ide-eclipse.css
207
%%PORTDATA%%%%DATADIR%%/sh_ide-kdev.css
208
%%PORTDATA%%%%DATADIR%%/sh_ide-msvcpp.css
209
%%PORTDATA%%%%DATADIR%%/sh_kwrite.css
210
%%PORTDATA%%%%DATADIR%%/sh_matlab.css
211
%%PORTDATA%%%%DATADIR%%/sh_navy.css
212
%%PORTDATA%%%%DATADIR%%/sh_nedit.css
213
%%PORTDATA%%%%DATADIR%%/sh_neon.css
214
%%PORTDATA%%%%DATADIR%%/sh_night.css
215
%%PORTDATA%%%%DATADIR%%/sh_pablo.css
216
%%PORTDATA%%%%DATADIR%%/sh_peachpuff.css
217
%%PORTDATA%%%%DATADIR%%/sh_print.css
218
%%PORTDATA%%%%DATADIR%%/sh_rand01.css
219
%%PORTDATA%%%%DATADIR%%/sh_the.css
220
%%PORTDATA%%%%DATADIR%%/sh_typical.css
221
%%PORTDATA%%%%DATADIR%%/sh_vampire.css
222
%%PORTDATA%%%%DATADIR%%/sh_vim-dark.css
223
%%PORTDATA%%%%DATADIR%%/sh_vim.css
224
%%PORTDATA%%%%DATADIR%%/sh_whatis.css
225
%%PORTDATA%%%%DATADIR%%/sh_whitengrey.css
226
%%PORTDATA%%%%DATADIR%%/sh_zellner.css
227
%%PORTDATA%%%%DATADIR%%/slang.lang
228
%%PORTDATA%%%%DATADIR%%/sml.lang
229
%%PORTDATA%%%%DATADIR%%/spec.lang
230
%%PORTDATA%%%%DATADIR%%/sql.lang
231
%%PORTDATA%%%%DATADIR%%/style.defaults
232
%%PORTDATA%%%%DATADIR%%/style.lang
233
%%PORTDATA%%%%DATADIR%%/style2.style
234
%%PORTDATA%%%%DATADIR%%/style3.style
235
%%PORTDATA%%%%DATADIR%%/symbols.lang
236
%%PORTDATA%%%%DATADIR%%/tcl.lang
237
%%PORTDATA%%%%DATADIR%%/texinfo.lang
238
%%PORTDATA%%%%DATADIR%%/texinfo.outlang
239
%%PORTDATA%%%%DATADIR%%/texinfo.style
240
%%PORTDATA%%%%DATADIR%%/todo.lang
241
%%PORTDATA%%%%DATADIR%%/url.lang
242
%%PORTDATA%%%%DATADIR%%/vbscript.lang
243
%%PORTDATA%%%%DATADIR%%/xhtml.css
244
%%PORTDATA%%%%DATADIR%%/xhtml.outlang
245
%%PORTDATA%%%%DATADIR%%/xhtml_common.outlang
246
%%PORTDATA%%%%DATADIR%%/xhtml_notfixed.outlang
247
%%PORTDATA%%%%DATADIR%%/xhtmlcss.outlang
248
%%PORTDATA%%%%DATADIR%%/xhtmltable.outlang
249
%%PORTDATA%%%%DATADIR%%/xml.lang
250
%%PORTDATA%%%%DATADIR%%/xorg.lang
251
%%PORTDOCS%%%%DOCSDIR%%/COPYING
252
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
253
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
254
%%PORTDOCS%%%%DOCSDIR%%/Hello.css
255
%%PORTDOCS%%%%DOCSDIR%%/Hello.java
256
%%PORTDOCS%%%%DOCSDIR%%/Hello.java.html
257
%%PORTDOCS%%%%DOCSDIR%%/Hello1.html
258
%%PORTDOCS%%%%DOCSDIR%%/Hello2.css
259
%%PORTDOCS%%%%DOCSDIR%%/Hello2.html
260
%%PORTDOCS%%%%DOCSDIR%%/Hello3.html
261
%%PORTDOCS%%%%DOCSDIR%%/Hello4.html
262
%%PORTDOCS%%%%DOCSDIR%%/Hello5.html
263
%%PORTDOCS%%%%DOCSDIR%%/Hello_h_f.html
264
%%PORTDOCS%%%%DOCSDIR%%/Hello_lines.html
265
%%PORTDOCS%%%%DOCSDIR%%/Hello_notfixed.html
266
%%PORTDOCS%%%%DOCSDIR%%/Hello_xhtml.html
267
%%PORTDOCS%%%%DOCSDIR%%/Hello_xhtml2.html
268
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
269
%%PORTDOCS%%%%DOCSDIR%%/NEWS
270
%%PORTDOCS%%%%DOCSDIR%%/README
271
%%PORTDOCS%%%%DOCSDIR%%/SimpleClass-doc.html
272
%%PORTDOCS%%%%DOCSDIR%%/SimpleClass.html
273
%%PORTDOCS%%%%DOCSDIR%%/SimpleClass.java
274
%%PORTDOCS%%%%DOCSDIR%%/THANKS
275
%%PORTDOCS%%%%DOCSDIR%%/TODO.txt
276
%%PORTDOCS%%%%DOCSDIR%%/UsageExample.html
277
%%PORTDOCS%%%%DOCSDIR%%/UsageExample.java
278
%%PORTDOCS%%%%DOCSDIR%%/access.log.html
279
%%PORTDOCS%%%%DOCSDIR%%/auth.log.html
280
%%PORTDOCS%%%%DOCSDIR%%/c.lang.html
281
%%PORTDOCS%%%%DOCSDIR%%/cmdline.h.html
282
%%PORTDOCS%%%%DOCSDIR%%/colors.html
283
%%PORTDOCS%%%%DOCSDIR%%/cpp2html.css
284
%%PORTDOCS%%%%DOCSDIR%%/default.css
285
%%PORTDOCS%%%%DOCSDIR%%/default.style.html
286
%%PORTDOCS%%%%DOCSDIR%%/error.log.html
287
%%PORTDOCS%%%%DOCSDIR%%/examples.html
288
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infoformatter-main.cpp
289
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infoformatter.h
290
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/source-highlight-console-main.cpp
291
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styleformatter-main.cpp
292
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styleformatter.h
293
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styleformatterfactory.h
294
%%PORTDOCS%%%%DOCSDIR%%/flex_scanner.ll.html
295
%%PORTDOCS%%%%DOCSDIR%%/footer.html
296
%%PORTDOCS%%%%DOCSDIR%%/header.html
297
%%PORTDOCS%%%%DOCSDIR%%/index.html
298
%%PORTDOCS%%%%DOCSDIR%%/langdef.lang.html
299
%%PORTDOCS%%%%DOCSDIR%%/log.lang.html
300
%%PORTDOCS%%%%DOCSDIR%%/mono-alt.css
301
%%PORTDOCS%%%%DOCSDIR%%/mono.css
302
%%PORTDOCS%%%%DOCSDIR%%/sh_acid.css
303
%%PORTDOCS%%%%DOCSDIR%%/sh_berries-dark.css
304
%%PORTDOCS%%%%DOCSDIR%%/sh_berries-light.css
305
%%PORTDOCS%%%%DOCSDIR%%/sh_bipolar.css
306
%%PORTDOCS%%%%DOCSDIR%%/sh_blacknblue.css
307
%%PORTDOCS%%%%DOCSDIR%%/sh_bright.css
308
%%PORTDOCS%%%%DOCSDIR%%/sh_contrast.css
309
%%PORTDOCS%%%%DOCSDIR%%/sh_darkblue.css
310
%%PORTDOCS%%%%DOCSDIR%%/sh_darkness.css
311
%%PORTDOCS%%%%DOCSDIR%%/sh_desert.css
312
%%PORTDOCS%%%%DOCSDIR%%/sh_dull.css
313
%%PORTDOCS%%%%DOCSDIR%%/sh_easter.css
314
%%PORTDOCS%%%%DOCSDIR%%/sh_emacs.css
315
%%PORTDOCS%%%%DOCSDIR%%/sh_golden.css
316
%%PORTDOCS%%%%DOCSDIR%%/sh_greenlcd.css
317
%%PORTDOCS%%%%DOCSDIR%%/sh_ide-anjuta.css
318
%%PORTDOCS%%%%DOCSDIR%%/sh_ide-codewarrior.css
319
%%PORTDOCS%%%%DOCSDIR%%/sh_ide-devcpp.css
320
%%PORTDOCS%%%%DOCSDIR%%/sh_ide-eclipse.css
321
%%PORTDOCS%%%%DOCSDIR%%/sh_ide-kdev.css
322
%%PORTDOCS%%%%DOCSDIR%%/sh_ide-msvcpp.css
323
%%PORTDOCS%%%%DOCSDIR%%/sh_kwrite.css
324
%%PORTDOCS%%%%DOCSDIR%%/sh_matlab.css
325
%%PORTDOCS%%%%DOCSDIR%%/sh_navy.css
326
%%PORTDOCS%%%%DOCSDIR%%/sh_nedit.css
327
%%PORTDOCS%%%%DOCSDIR%%/sh_neon.css
328
%%PORTDOCS%%%%DOCSDIR%%/sh_night.css
329
%%PORTDOCS%%%%DOCSDIR%%/sh_pablo.css
330
%%PORTDOCS%%%%DOCSDIR%%/sh_peachpuff.css
331
%%PORTDOCS%%%%DOCSDIR%%/sh_print.css
332
%%PORTDOCS%%%%DOCSDIR%%/sh_rand01.css
333
%%PORTDOCS%%%%DOCSDIR%%/sh_the.css
334
%%PORTDOCS%%%%DOCSDIR%%/sh_typical.css
335
%%PORTDOCS%%%%DOCSDIR%%/sh_vampire.css
336
%%PORTDOCS%%%%DOCSDIR%%/sh_vim-dark.css
337
%%PORTDOCS%%%%DOCSDIR%%/sh_vim.css
338
%%PORTDOCS%%%%DOCSDIR%%/sh_whatis.css
339
%%PORTDOCS%%%%DOCSDIR%%/sh_whitengrey.css
340
%%PORTDOCS%%%%DOCSDIR%%/sh_zellner.css
341
%%PORTDOCS%%%%DOCSDIR%%/source-highlight.cc.html
342
%%PORTDOCS%%%%DOCSDIR%%/source-highlight.html
343
%%PORTDOCS%%%%DOCSDIR%%/style_examples.html
344
%%PORTDOCS%%%%DOCSDIR%%/syslog.log.html
345
%%PORTDOCS%%%%DOCSDIR%%/syslog.style.html
346
%%PORTDOCS%%%%DOCSDIR%%/test.htm.html
347
%%PORTDOCS%%%%DOCSDIR%%/test.java.html
348
%%PORTDOCS%%%%DOCSDIR%%/test.java.tex.html
349
%%PORTDOCS%%%%DOCSDIR%%/test.js.html
350
%%PORTDOCS%%%%DOCSDIR%%/test.log.html
351
%%PORTDOCS%%%%DOCSDIR%%/test.lua.html
352
%%PORTDOCS%%%%DOCSDIR%%/test.ml.html
353
%%PORTDOCS%%%%DOCSDIR%%/test.php3.html
354
%%PORTDOCS%%%%DOCSDIR%%/test.pl.html
355
%%PORTDOCS%%%%DOCSDIR%%/test.pm.html
356
%%PORTDOCS%%%%DOCSDIR%%/test.py.html
357
%%PORTDOCS%%%%DOCSDIR%%/test.rb.html
358
%%PORTDOCS%%%%DOCSDIR%%/test.sml.html
359
%%PORTDOCS%%%%DOCSDIR%%/test_linerange_sep.html
360
%%PORTDOCS%%%%DOCSDIR%%/test_refs.cpp.html
361
%%PORTDOCS%%%%DOCSDIR%%/test_refs.h.html
362
%%PORTDOCS%%%%DOCSDIR%%/test_regexrange4.html
363
%%PORTDOCS%%%%DOCSDIR%%/xhtml.css
364
@dirrm include/srchilite
365
%%PORTDATA%%@dirrm %%DATADIR%%
366
%%PORTDOCS%%@dirrm %%DOCSDIR%%
367
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
202
%%BASH%%@dirrmtry etc/bash_completion.d
368
%%BASH%%@dirrmtry etc/bash_completion.d

Return to bug 143007