diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-07-23 02:32:55 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-07-23 02:32:55 +0000 |
commit | ccd2306ef551c337031842e34f684a352d4ae122 (patch) | |
tree | f468021f6a68b596a63856a3627922f465a5a5d0 /textproc | |
parent | 28ea6e77b1a2816eba63d2c952dc0ae595a94bab (diff) | |
download | FreeBSD-ports-ccd2306ef551c337031842e34f684a352d4ae122.zip FreeBSD-ports-ccd2306ef551c337031842e34f684a352d4ae122.tar.gz |
Update to version 1.5
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/source-highlight/Makefile | 2 | ||||
-rw-r--r-- | textproc/source-highlight/distinfo | 2 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-plist | 6 |
4 files changed, 9 insertions, 5 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index c6fd8ff..f661c75 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= source-highlight -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= source-highlight diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index 35bc800..1076c8b 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1 +1 @@ -MD5 (source-highlight-1.4.tar.gz) = 62341581cc601356356b0d1e7a4e0742 +MD5 (source-highlight-1.5.tar.gz) = 8b4a767f5e0518ebf71b3a708a915c13 diff --git a/textproc/source-highlight/pkg-descr b/textproc/source-highlight/pkg-descr index 7a359989..cdb463c 100644 --- a/textproc/source-highlight/pkg-descr +++ b/textproc/source-highlight/pkg-descr @@ -1,5 +1,5 @@ Source-highlight is a simple program that, given a source C/C++, -Prolog, Perl, PHP3 or Java file, produces an html source with -syntax highlighting. +Prolog, Perl, PHP3, Python or Java file, produces an html source +with syntax highlighting. WWW: http://www.gnu.org/software/src-highlite/source-highlight.html diff --git a/textproc/source-highlight/pkg-plist b/textproc/source-highlight/pkg-plist index 115f1ed..3745792 100644 --- a/textproc/source-highlight/pkg-plist +++ b/textproc/source-highlight/pkg-plist @@ -2,6 +2,7 @@ bin/cpp2html bin/java2html bin/source-highlight %%PORTDOCS%%share/doc/source-highlight/COPYING +%%PORTDOCS%%share/doc/source-highlight/CREDITS %%PORTDOCS%%share/doc/source-highlight/ChangeLog %%PORTDOCS%%share/doc/source-highlight/Hello.css %%PORTDOCS%%share/doc/source-highlight/Hello.java @@ -14,6 +15,8 @@ bin/source-highlight %%PORTDOCS%%share/doc/source-highlight/Hello5.html %%PORTDOCS%%share/doc/source-highlight/Hello_h_f.html %%PORTDOCS%%share/doc/source-highlight/Hello_lines.html +%%PORTDOCS%%share/doc/source-highlight/Hello_xhtml.html +%%PORTDOCS%%share/doc/source-highlight/Hello_xhtml2.html %%PORTDOCS%%share/doc/source-highlight/INSTALL %%PORTDOCS%%share/doc/source-highlight/NEWS %%PORTDOCS%%share/doc/source-highlight/README @@ -26,12 +29,13 @@ bin/source-highlight %%PORTDOCS%%share/doc/source-highlight/cpp2html.css %%PORTDOCS%%share/doc/source-highlight/mono-alt.css %%PORTDOCS%%share/doc/source-highlight/mono.css -%%PORTDOCS%%share/doc/source-highlight/old_changes.html %%PORTDOCS%%share/doc/source-highlight/source-highlight.html %%PORTDOCS%%share/doc/source-highlight/startapp.cc.html %%PORTDOCS%%share/doc/source-highlight/test.php3.html %%PORTDOCS%%share/doc/source-highlight/test.pl.html %%PORTDOCS%%share/doc/source-highlight/test.pm.html +%%PORTDOCS%%share/doc/source-highlight/test.py.html +%%PORTDOCS%%share/doc/source-highlight/xhtml.css share/source-highlight/tags.j2h share/source-highlight/tags2.j2h @dirrm share/source-highlight |