diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-06-25 09:49:26 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-06-25 09:49:26 +0000 |
commit | 157f5dc1b79ea45f62757336ff79e4d68eff3194 (patch) | |
tree | d16aaf17d30945e27b9133087b04cd62b790ace8 | |
parent | 5ad514452f04f1a8f2efc7cd36439ca4fe0f17b8 (diff) | |
download | FreeBSD-ports-157f5dc1b79ea45f62757336ff79e4d68eff3194.zip FreeBSD-ports-157f5dc1b79ea45f62757336ff79e4d68eff3194.tar.gz |
- Update to version 1.4
- Update DESCR
-rw-r--r-- | textproc/source-highlight/Makefile | 2 | ||||
-rw-r--r-- | textproc/source-highlight/distinfo | 2 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-plist | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 292a6be..c6fd8ff 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= source-highlight -PORTVERSION= 1.3 +PORTVERSION= 1.4 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 6235d7a..35bc800 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1 +1 @@ -MD5 (source-highlight-1.3.tar.gz) = 625c7164596e28f3e9b85dd51ee02250 +MD5 (source-highlight-1.4.tar.gz) = 62341581cc601356356b0d1e7a4e0742 diff --git a/textproc/source-highlight/pkg-descr b/textproc/source-highlight/pkg-descr index 6dc46fb..7a359989 100644 --- a/textproc/source-highlight/pkg-descr +++ b/textproc/source-highlight/pkg-descr @@ -1,4 +1,5 @@ -Source-highlight is a simple program that, given a source C/C++ or Java file, -produces an html source with syntax highlighting. +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. 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 05cf9db..115f1ed 100644 --- a/textproc/source-highlight/pkg-plist +++ b/textproc/source-highlight/pkg-plist @@ -13,6 +13,7 @@ bin/source-highlight %%PORTDOCS%%share/doc/source-highlight/Hello4.html %%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/INSTALL %%PORTDOCS%%share/doc/source-highlight/NEWS %%PORTDOCS%%share/doc/source-highlight/README @@ -28,6 +29,7 @@ bin/source-highlight %%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 share/source-highlight/tags.j2h |