Index: head/textproc/source-highlight/Makefile =================================================================== --- head/textproc/source-highlight/Makefile (revision 420883) +++ head/textproc/source-highlight/Makefile (revision 420884) @@ -1,39 +1,37 @@ # Created by: Kris Kennaway # $FreeBSD$ PORTNAME= source-highlight PORTVERSION= 3.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= GNU/src-highlite MAINTAINER= kevlo@FreeBSD.org COMMENT= C/C++ and Java sources to HTML converter -BROKEN_powerpc64= Does not build +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= exctags:devel/ctags LIB_DEPENDS= libboost_regex.so:devel/boost-libs +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not compile with GCC 4.2 + GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --with-bash-completion -USES= gmake pathfix libtool +INSTALL_TARGET= install-strip + +USES= gmake pathfix libtool localbase USE_LDCONFIG= yes INFO= source-highlight source-highlight-lib -OPTIONS_DEFINE= BASH DOCS EXAMPLES - -BROKEN_sparc64= Does not compile with GCC 4.2 - -BASH_RUN_DEPENDS= ${LOCALBASE}/etc/bash_completion:shells/bash-completion -BASH_CONFIGURE_WITH= --with-bash-completion - -OPTIONS_SUB= yes +OPTIONS_DEFINE= DOCS EXAMPLES test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} check) .include Index: head/textproc/source-highlight/files/patch-stdbool.in.h =================================================================== --- head/textproc/source-highlight/files/patch-stdbool.in.h (revision 420883) +++ head/textproc/source-highlight/files/patch-stdbool.in.h (nonexistent) @@ -1,14 +0,0 @@ ---- gl/stdbool.in.h.orig 2010-04-19 14:33:17.000000000 +0800 -+++ gl/stdbool.in.h 2010-04-19 14:36:05.000000000 +0800 -@@ -102,11 +102,6 @@ - The only benefit of the enum, debuggability, is not important - with these compilers. So use 'signed char' and no enum. */ - # define _Bool signed char --# else -- /* With this compiler, trust the _Bool type if the compiler has it. */ --# if !@HAVE__BOOL@ --typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; --# endif - # endif - #endif - #define bool _Bool Property changes on: head/textproc/source-highlight/files/patch-stdbool.in.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/source-highlight/files/patch-configure =================================================================== --- head/textproc/source-highlight/files/patch-configure (revision 420883) +++ head/textproc/source-highlight/files/patch-configure (revision 420884) @@ -1,20 +1,20 @@ ---- configure.orig 2011-12-23 17:28:29.000000000 +0800 -+++ configure 2012-01-03 13:49:13.000000000 +0800 -@@ -3701,7 +3701,7 @@ +--- configure.orig 2011-12-23 09:28:29 UTC ++++ configure +@@ -3701,7 +3701,7 @@ _ACEOF source_highlightdatadir=$datadir/source-highlight source_highlightdocdir=$docdir source_highlightlibdocdir=$docdir/api -source_highlightlibexampledir=$docdir/examples +source_highlightlibexampledir=$datarootdir/examples/source-highlight bash_completiondir=$sysconfdir/bash_completion.d LIBRARY_NAMESPACE=srchilite -@@ -20546,7 +20546,7 @@ +@@ -20546,7 +20546,7 @@ else fi -for ac_prog in ctags exuberant-ctags +for ac_prog in exctags exuberant-ctags do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 Index: head/textproc/source-highlight/files/patch-gl_getopt.in.h =================================================================== --- head/textproc/source-highlight/files/patch-gl_getopt.in.h (revision 420883) +++ head/textproc/source-highlight/files/patch-gl_getopt.in.h (revision 420884) @@ -1,18 +1,18 @@ ---- gl/getopt.in.h.orig 2012-01-03 16:35:41.000000000 +0800 -+++ gl/getopt.in.h 2012-01-03 16:36:24.000000000 +0800 +--- gl/getopt.in.h.orig 2011-12-16 17:10:10 UTC ++++ gl/getopt.in.h @@ -23,15 +23,6 @@ #endif @PRAGMA_COLUMNS@ -/* The include_next requires a split double-inclusion guard. We must - also inform the replacement unistd.h to not recursively use - ; our definitions will be present soon enough. */ -#if @HAVE_GETOPT_H@ -# define _GL_SYSTEM_GETOPT -# @INCLUDE_NEXT@ @NEXT_GETOPT_H@ -# undef _GL_SYSTEM_GETOPT -#endif - #ifndef _@GUARD_PREFIX@_GETOPT_H #ifndef __need_getopt Index: head/textproc/source-highlight/files/patch-gl_stdbool.in.h =================================================================== --- head/textproc/source-highlight/files/patch-gl_stdbool.in.h (nonexistent) +++ head/textproc/source-highlight/files/patch-gl_stdbool.in.h (revision 420884) @@ -0,0 +1,14 @@ +--- gl/stdbool.in.h.orig 2011-12-16 17:10:10 UTC ++++ gl/stdbool.in.h +@@ -105,11 +105,6 @@ typedef bool _Bool; + The only benefit of the enum, debuggability, is not important + with these compilers. So use 'signed char' and no enum. */ + # define _Bool signed char +-# else +- /* With this compiler, trust the _Bool type if the compiler has it. */ +-# if !@HAVE__BOOL@ +-typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; +-# endif + # endif + #endif + #define bool _Bool Property changes on: head/textproc/source-highlight/files/patch-gl_stdbool.in.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/source-highlight/files/patch-src-cmdline.c =================================================================== --- head/textproc/source-highlight/files/patch-src-cmdline.c (revision 420883) +++ head/textproc/source-highlight/files/patch-src-cmdline.c (revision 420884) @@ -1,11 +1,11 @@ ---- src/cmdline.c.orig 2008-08-19 15:33:35.000000000 +0800 -+++ src/cmdline.c 2008-08-19 15:35:06.000000000 +0800 -@@ -194,7 +194,7 @@ +--- src/cmdline.c.orig 2011-12-24 10:22:43 UTC ++++ src/cmdline.c +@@ -288,7 +288,7 @@ void clear_args (struct gengetopt_args_i args_info->gen_references_orig = NULL; args_info->ctags_file_arg = gengetopt_strdup ("tags"); args_info->ctags_file_orig = NULL; - args_info->ctags_arg = gengetopt_strdup ("ctags --excmd=n --tag-relative=yes"); + args_info->ctags_arg = gengetopt_strdup ("exctags --excmd=n --tag-relative=yes"); args_info->ctags_orig = NULL; args_info->gen_version_flag = 1; args_info->check_lang_arg = NULL; Index: head/textproc/source-highlight/files/patch-tests_Makefile.in =================================================================== --- head/textproc/source-highlight/files/patch-tests_Makefile.in (revision 420883) +++ head/textproc/source-highlight/files/patch-tests_Makefile.in (revision 420884) @@ -1,11 +1,11 @@ ---- tests/Makefile.in.orig 2010-01-20 01:24:37.000000000 -0500 -+++ tests/Makefile.in 2010-01-20 01:26:27.000000000 -0500 -@@ -1884,7 +1884,7 @@ +--- tests/Makefile.in.orig 2016-08-25 16:54:10 UTC ++++ tests/Makefile.in +@@ -2108,7 +2108,7 @@ check_defaults: @NO_CTAGS_FALSE@ sed -itesttmp -e 's/\_tmp\.h/\.h/g' test_refs_tmp.h.html test_refs_tmp.cpp.html @NO_CTAGS_FALSE@ sed -itesttmp -e 's/\_tmp\.cpp/\.cpp/g' test_refs_tmp.h.html test_refs_tmp.cpp.html @NO_CTAGS_FALSE@ $(CPP2LATEX_WREFS) -i $(srcdir)/test.h -o test_ref.out.tex $(CTAGS_COMMAND_TMP) -@NO_CTAGS_FALSE@ sed -itesttmp -r 's/([.\/[:alnum:]]+)\/(test\.h\:[[:alnum:]\._]+)/\2/g' test_ref.out.tex # eliminate leading paths +@NO_CTAGS_FALSE@ sed -itesttmp -E 's/([.\/[:alnum:]]+)\/(test\.h\:[[:alnum:]\._]+)/\2/g' test_ref.out.tex # eliminate leading paths @NO_CTAGS_FALSE@ $(CPP2LATEX_WREFSPOST) -i $(srcdir)/test.h -o test_ref_post.out.tex $(CTAGS_COMMAND_TMP) @NO_CTAGS_FALSE@ sed -itesttmp -f $(srcdir)/erasedir3.sed test_ref_post.out.tex # eliminate leading paths @NO_CTAGS_FALSE@ $(CPP2TEXINFO_WREFS) -i $(srcdir)/test.h -o test_ref.out.texinfo $(CTAGS_COMMAND_TMP) Index: head/textproc/source-highlight/pkg-plist =================================================================== --- head/textproc/source-highlight/pkg-plist (revision 420883) +++ head/textproc/source-highlight/pkg-plist (revision 420884) @@ -1,391 +1,391 @@ bin/check-regexp bin/cpp2html bin/java2html bin/source-highlight bin/source-highlight-settings bin/src-hilite-lesspipe.sh -%%BASH%%etc/bash_completion.d/source-highlight +etc/bash_completion.d/source-highlight include/srchilite/bufferedoutput.h include/srchilite/chartranslator.h include/srchilite/colormap.h include/srchilite/colors.h include/srchilite/ctagscollector.h include/srchilite/ctagsformatter.h include/srchilite/ctagsmanager.h include/srchilite/debuglistener.h include/srchilite/delimitedlangelem.h include/srchilite/docgenerator.h include/srchilite/doctemplate.h include/srchilite/eventgenerator.h include/srchilite/fileinfo.h include/srchilite/fileutil.h include/srchilite/formatter.h include/srchilite/formatterfactory.h include/srchilite/formattermanager.h include/srchilite/formatterparams.h include/srchilite/highlightbuilderexception.h include/srchilite/highlightevent.h include/srchilite/highlighteventlistener.h include/srchilite/highlightrule.h include/srchilite/highlightrulefactory.h include/srchilite/highlightstate.h include/srchilite/highlightstatebuilder.h include/srchilite/highlightstateprinter.h include/srchilite/highlighttoken.h include/srchilite/instances.h include/srchilite/ioexception.h include/srchilite/keys.h include/srchilite/langdefmanager.h include/srchilite/langdefparser.h include/srchilite/langdefparserfun.h include/srchilite/langdefscanner.h include/srchilite/langelem.h include/srchilite/langelems.h include/srchilite/langelemsprinter.h include/srchilite/langmap.h include/srchilite/languageinfer.h include/srchilite/linebuffer.h include/srchilite/linenumgenerator.h include/srchilite/lineranges.h include/srchilite/matchingparameters.h include/srchilite/namedsubexpslangelem.h include/srchilite/outlangdefparser.h include/srchilite/outlangdefparserfun.h include/srchilite/outlangdefscanner.h include/srchilite/parserexception.h include/srchilite/parserinfo.h include/srchilite/parsestruct.h include/srchilite/parsestyles.h include/srchilite/preformatter.h include/srchilite/readtags.h include/srchilite/refposition.h include/srchilite/regexhighlightrule.h include/srchilite/regexpreprocessor.h include/srchilite/regexranges.h include/srchilite/regexrulefactory.h include/srchilite/settings.h include/srchilite/sourcefilehighlighter.h include/srchilite/sourcehighlight.h include/srchilite/sourcehighlighter.h include/srchilite/sourcehighlightutils.h include/srchilite/srcuntabifier.h include/srchilite/statelangelem.h include/srchilite/statestartlangelem.h include/srchilite/stopwatch.h include/srchilite/stringdef.h include/srchilite/stringlistlangelem.h include/srchilite/stringtable.h include/srchilite/stylecssparser.h include/srchilite/stylefileparser.h include/srchilite/stylekey.h include/srchilite/styleparser.h include/srchilite/substfun.h include/srchilite/textstyle.h include/srchilite/textstylebuilder.h include/srchilite/textstyleformatter.h include/srchilite/textstyleformattercollection.h include/srchilite/textstyleformatterfactory.h include/srchilite/textstyles.h include/srchilite/tostringcollection.h include/srchilite/utils.h include/srchilite/vardefinitions.h include/srchilite/verbosity.h include/srchilite/versions.h include/srchilite/wordtokenizer.h lib/libsource-highlight.a lib/libsource-highlight.so lib/libsource-highlight.so.4 lib/libsource-highlight.so.4.0.0 libdata/pkgconfig/source-highlight.pc man/man1/check-regexp.1.gz man/man1/source-highlight-settings.1.gz man/man1/source-highlight.1.gz %%DATADIR%%/Hello.css %%DATADIR%%/Hello2.css %%DATADIR%%/ada.lang %%DATADIR%%/applescript.lang %%DATADIR%%/asm.lang %%DATADIR%%/awk.lang %%DATADIR%%/bat.lang %%DATADIR%%/bib.lang %%DATADIR%%/bison.lang %%DATADIR%%/c.lang %%DATADIR%%/c_comment.lang %%DATADIR%%/c_string.lang %%DATADIR%%/caml.lang %%DATADIR%%/changelog.lang %%DATADIR%%/clike_vardeclaration.lang %%DATADIR%%/clipper.lang %%DATADIR%%/cobol.lang %%DATADIR%%/conf.lang %%DATADIR%%/cpp.lang %%DATADIR%%/cpp2html.css %%DATADIR%%/csharp.lang %%DATADIR%%/css.lang %%DATADIR%%/css_common.outlang %%DATADIR%%/d.lang %%DATADIR%%/default.css %%DATADIR%%/default.lang %%DATADIR%%/default.style %%DATADIR%%/desktop.lang %%DATADIR%%/diff.lang %%DATADIR%%/docbook.outlang %%DATADIR%%/erlang.lang %%DATADIR%%/errors.lang %%DATADIR%%/esc.outlang %%DATADIR%%/esc.style %%DATADIR%%/extreme_comment.lang %%DATADIR%%/extreme_comment2.lang %%DATADIR%%/extreme_comment3.lang %%DATADIR%%/fixed-fortran.lang %%DATADIR%%/flex.lang %%DATADIR%%/fortran.lang %%DATADIR%%/function.lang %%DATADIR%%/glsl.lang %%DATADIR%%/haskell.lang %%DATADIR%%/haskell_literate.lang %%DATADIR%%/haxe.lang %%DATADIR%%/html.lang %%DATADIR%%/html.outlang %%DATADIR%%/html_common.outlang %%DATADIR%%/html_notfixed.outlang %%DATADIR%%/html_ref.outlang %%DATADIR%%/html_simple.lang %%DATADIR%%/htmlcss.outlang %%DATADIR%%/htmltable.outlang %%DATADIR%%/htmltablelinenum.outlang %%DATADIR%%/java.lang %%DATADIR%%/javadoc.outlang %%DATADIR%%/javalog.lang %%DATADIR%%/javalog.style %%DATADIR%%/javascript.lang %%DATADIR%%/key_string.lang %%DATADIR%%/lang.map %%DATADIR%%/langdef.lang %%DATADIR%%/latex.lang %%DATADIR%%/latex.outlang %%DATADIR%%/latexcolor.outlang %%DATADIR%%/ldap.lang %%DATADIR%%/lisp.lang %%DATADIR%%/log.lang %%DATADIR%%/logtalk.lang %%DATADIR%%/lsm.lang %%DATADIR%%/lua.lang %%DATADIR%%/m4.lang %%DATADIR%%/makefile.lang %%DATADIR%%/manifest.lang %%DATADIR%%/mediawiki.outlang %%DATADIR%%/mono-alt.css %%DATADIR%%/mono.css %%DATADIR%%/nohilite.lang %%DATADIR%%/number.lang %%DATADIR%%/odf.outlang %%DATADIR%%/opa.lang %%DATADIR%%/outlang.lang %%DATADIR%%/outlang.map %%DATADIR%%/oz.lang %%DATADIR%%/pascal.lang %%DATADIR%%/pc.lang %%DATADIR%%/perl.lang %%DATADIR%%/php.lang %%DATADIR%%/po.lang %%DATADIR%%/postscript.lang %%DATADIR%%/prolog.lang %%DATADIR%%/properties.lang %%DATADIR%%/proto.lang %%DATADIR%%/python.lang %%DATADIR%%/ruby.lang %%DATADIR%%/scala.lang %%DATADIR%%/scheme.lang %%DATADIR%%/script_comment.lang %%DATADIR%%/sh.lang %%DATADIR%%/sh_acid.css %%DATADIR%%/sh_berries-dark.css %%DATADIR%%/sh_berries-light.css %%DATADIR%%/sh_bipolar.css %%DATADIR%%/sh_blacknblue.css %%DATADIR%%/sh_bright.css %%DATADIR%%/sh_contrast.css %%DATADIR%%/sh_darkblue.css %%DATADIR%%/sh_darkness.css %%DATADIR%%/sh_desert.css %%DATADIR%%/sh_dull.css %%DATADIR%%/sh_easter.css %%DATADIR%%/sh_emacs.css %%DATADIR%%/sh_golden.css %%DATADIR%%/sh_greenlcd.css %%DATADIR%%/sh_ide-anjuta.css %%DATADIR%%/sh_ide-codewarrior.css %%DATADIR%%/sh_ide-devcpp.css %%DATADIR%%/sh_ide-eclipse.css %%DATADIR%%/sh_ide-kdev.css %%DATADIR%%/sh_ide-msvcpp.css %%DATADIR%%/sh_kwrite.css %%DATADIR%%/sh_matlab.css %%DATADIR%%/sh_navy.css %%DATADIR%%/sh_nedit.css %%DATADIR%%/sh_neon.css %%DATADIR%%/sh_night.css %%DATADIR%%/sh_pablo.css %%DATADIR%%/sh_peachpuff.css %%DATADIR%%/sh_print.css %%DATADIR%%/sh_rand01.css %%DATADIR%%/sh_the.css %%DATADIR%%/sh_typical.css %%DATADIR%%/sh_vampire.css %%DATADIR%%/sh_vim-dark.css %%DATADIR%%/sh_vim.css %%DATADIR%%/sh_whatis.css %%DATADIR%%/sh_whitengrey.css %%DATADIR%%/sh_zellner.css %%DATADIR%%/slang.lang %%DATADIR%%/sml.lang %%DATADIR%%/spec.lang %%DATADIR%%/sql.lang %%DATADIR%%/style.defaults %%DATADIR%%/style.lang %%DATADIR%%/style2.style %%DATADIR%%/style3.style %%DATADIR%%/symbols.lang %%DATADIR%%/tcl.lang %%DATADIR%%/texinfo.lang %%DATADIR%%/texinfo.outlang %%DATADIR%%/texinfo.style %%DATADIR%%/tml.lang %%DATADIR%%/tml_formatting.lang %%DATADIR%%/tml_formatting_all.lang %%DATADIR%%/tml_glue.lang %%DATADIR%%/tml_macrolinks.lang %%DATADIR%%/tml_macros.lang %%DATADIR%%/tml_macros1.lang %%DATADIR%%/tml_macros2.lang %%DATADIR%%/tml_macrosdelayed1.lang %%DATADIR%%/tml_macrosdelayed2.lang %%DATADIR%%/tml_macrosdelayed3.lang %%DATADIR%%/tml_macrotokens.lang %%DATADIR%%/todo.lang %%DATADIR%%/upc.lang %%DATADIR%%/url.lang %%DATADIR%%/vala.lang %%DATADIR%%/vbscript.lang %%DATADIR%%/xhtml.css %%DATADIR%%/xhtml.outlang %%DATADIR%%/xhtml_common.outlang %%DATADIR%%/xhtml_notfixed.outlang %%DATADIR%%/xhtmlcss.outlang %%DATADIR%%/xhtmltable.outlang %%DATADIR%%/xml.lang %%DATADIR%%/xorg.lang %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/Hello.css %%PORTDOCS%%%%DOCSDIR%%/Hello.java %%PORTDOCS%%%%DOCSDIR%%/Hello.java.html %%PORTDOCS%%%%DOCSDIR%%/Hello1.html %%PORTDOCS%%%%DOCSDIR%%/Hello2.css %%PORTDOCS%%%%DOCSDIR%%/Hello2.html %%PORTDOCS%%%%DOCSDIR%%/Hello3.html %%PORTDOCS%%%%DOCSDIR%%/Hello4.html %%PORTDOCS%%%%DOCSDIR%%/Hello5.html %%PORTDOCS%%%%DOCSDIR%%/Hello_h_f.html %%PORTDOCS%%%%DOCSDIR%%/Hello_lines.html %%PORTDOCS%%%%DOCSDIR%%/Hello_notfixed.html %%PORTDOCS%%%%DOCSDIR%%/Hello_xhtml.html %%PORTDOCS%%%%DOCSDIR%%/Hello_xhtml2.html %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/SimpleClass-doc.html %%PORTDOCS%%%%DOCSDIR%%/SimpleClass.html %%PORTDOCS%%%%DOCSDIR%%/SimpleClass.java %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO.txt %%PORTDOCS%%%%DOCSDIR%%/UsageExample.html %%PORTDOCS%%%%DOCSDIR%%/UsageExample.java %%PORTDOCS%%%%DOCSDIR%%/access.log.html %%PORTDOCS%%%%DOCSDIR%%/auth.log.html %%PORTDOCS%%%%DOCSDIR%%/c.lang.html %%PORTDOCS%%%%DOCSDIR%%/cmdline.h.html %%PORTDOCS%%%%DOCSDIR%%/colors.html %%PORTDOCS%%%%DOCSDIR%%/cpp2html.css %%PORTDOCS%%%%DOCSDIR%%/default.css %%PORTDOCS%%%%DOCSDIR%%/default.style.html %%PORTDOCS%%%%DOCSDIR%%/error.log.html %%PORTDOCS%%%%DOCSDIR%%/examples.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/infoformatter-main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/infoformatter.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/source-highlight-console-main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/styleformatter-main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/styleformatter.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/styleformatterfactory.h %%PORTDOCS%%%%DOCSDIR%%/flex_scanner.ll.html %%PORTDOCS%%%%DOCSDIR%%/footer.html %%PORTDOCS%%%%DOCSDIR%%/header.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/langdef.lang.html %%PORTDOCS%%%%DOCSDIR%%/log.lang.html %%PORTDOCS%%%%DOCSDIR%%/mono-alt.css %%PORTDOCS%%%%DOCSDIR%%/mono.css %%PORTDOCS%%%%DOCSDIR%%/sh_acid.css %%PORTDOCS%%%%DOCSDIR%%/sh_berries-dark.css %%PORTDOCS%%%%DOCSDIR%%/sh_berries-light.css %%PORTDOCS%%%%DOCSDIR%%/sh_bipolar.css %%PORTDOCS%%%%DOCSDIR%%/sh_blacknblue.css %%PORTDOCS%%%%DOCSDIR%%/sh_bright.css %%PORTDOCS%%%%DOCSDIR%%/sh_contrast.css %%PORTDOCS%%%%DOCSDIR%%/sh_darkblue.css %%PORTDOCS%%%%DOCSDIR%%/sh_darkness.css %%PORTDOCS%%%%DOCSDIR%%/sh_desert.css %%PORTDOCS%%%%DOCSDIR%%/sh_dull.css %%PORTDOCS%%%%DOCSDIR%%/sh_easter.css %%PORTDOCS%%%%DOCSDIR%%/sh_emacs.css %%PORTDOCS%%%%DOCSDIR%%/sh_golden.css %%PORTDOCS%%%%DOCSDIR%%/sh_greenlcd.css %%PORTDOCS%%%%DOCSDIR%%/sh_ide-anjuta.css %%PORTDOCS%%%%DOCSDIR%%/sh_ide-codewarrior.css %%PORTDOCS%%%%DOCSDIR%%/sh_ide-devcpp.css %%PORTDOCS%%%%DOCSDIR%%/sh_ide-eclipse.css %%PORTDOCS%%%%DOCSDIR%%/sh_ide-kdev.css %%PORTDOCS%%%%DOCSDIR%%/sh_ide-msvcpp.css %%PORTDOCS%%%%DOCSDIR%%/sh_kwrite.css %%PORTDOCS%%%%DOCSDIR%%/sh_matlab.css %%PORTDOCS%%%%DOCSDIR%%/sh_navy.css %%PORTDOCS%%%%DOCSDIR%%/sh_nedit.css %%PORTDOCS%%%%DOCSDIR%%/sh_neon.css %%PORTDOCS%%%%DOCSDIR%%/sh_night.css %%PORTDOCS%%%%DOCSDIR%%/sh_pablo.css %%PORTDOCS%%%%DOCSDIR%%/sh_peachpuff.css %%PORTDOCS%%%%DOCSDIR%%/sh_print.css %%PORTDOCS%%%%DOCSDIR%%/sh_rand01.css %%PORTDOCS%%%%DOCSDIR%%/sh_the.css %%PORTDOCS%%%%DOCSDIR%%/sh_typical.css %%PORTDOCS%%%%DOCSDIR%%/sh_vampire.css %%PORTDOCS%%%%DOCSDIR%%/sh_vim-dark.css %%PORTDOCS%%%%DOCSDIR%%/sh_vim.css %%PORTDOCS%%%%DOCSDIR%%/sh_whatis.css %%PORTDOCS%%%%DOCSDIR%%/sh_whitengrey.css %%PORTDOCS%%%%DOCSDIR%%/sh_zellner.css %%PORTDOCS%%%%DOCSDIR%%/source-highlight.cc.html %%PORTDOCS%%%%DOCSDIR%%/source-highlight.html %%PORTDOCS%%%%DOCSDIR%%/style_examples.html %%PORTDOCS%%%%DOCSDIR%%/syslog.log.html %%PORTDOCS%%%%DOCSDIR%%/syslog.style.html %%PORTDOCS%%%%DOCSDIR%%/test.htm.html %%PORTDOCS%%%%DOCSDIR%%/test.java.html %%PORTDOCS%%%%DOCSDIR%%/test.java.tex.html %%PORTDOCS%%%%DOCSDIR%%/test.js.html %%PORTDOCS%%%%DOCSDIR%%/test.log.html %%PORTDOCS%%%%DOCSDIR%%/test.lua.html %%PORTDOCS%%%%DOCSDIR%%/test.ml.html %%PORTDOCS%%%%DOCSDIR%%/test.php3.html %%PORTDOCS%%%%DOCSDIR%%/test.pl.html %%PORTDOCS%%%%DOCSDIR%%/test.pm.html %%PORTDOCS%%%%DOCSDIR%%/test.py.html %%PORTDOCS%%%%DOCSDIR%%/test.rb.html %%PORTDOCS%%%%DOCSDIR%%/test.sml.html %%PORTDOCS%%%%DOCSDIR%%/test_linerange_sep.html %%PORTDOCS%%%%DOCSDIR%%/test_refs.cpp.html %%PORTDOCS%%%%DOCSDIR%%/test_refs.h.html %%PORTDOCS%%%%DOCSDIR%%/test_regexrange4.html %%PORTDOCS%%%%DOCSDIR%%/xhtml.css