diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 14:32:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 14:32:16 +0000 |
commit | a4767a79a8016cbc22c4e477f1b09df0eaa6cf13 (patch) | |
tree | 2786d102576b4820c767d2dfee291ea2a1b74cf2 /textproc/highlight | |
parent | 3c5cc4399eb66e9d57600de3ff8ef049bce1a3d6 (diff) | |
download | ports-a4767a79a8016cbc22c4e477f1b09df0eaa6cf13.tar.gz ports-a4767a79a8016cbc22c4e477f1b09df0eaa6cf13.zip |
Notes
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 2 | ||||
-rw-r--r-- | textproc/highlight/distinfo | 4 | ||||
-rw-r--r-- | textproc/highlight/pkg-plist | 8 |
3 files changed, 9 insertions, 5 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index f0f8d7680e9b..0c621b2f7813 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= highlight -PORTVERSION= 2.0.19 +PORTVERSION= 2.0.20 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo index a1305be14d8c..d0017aa40c6e 100644 --- a/textproc/highlight/distinfo +++ b/textproc/highlight/distinfo @@ -1,2 +1,2 @@ -MD5 (highlight-2.0-19.tar.gz) = f7b061140abb573dcfef7e7752dc417b -SIZE (highlight-2.0-19.tar.gz) = 252998 +MD5 (highlight-2.0-20.tar.gz) = 2afd113bc5340f7f44b1f7f4fbefa461 +SIZE (highlight-2.0-20.tar.gz) = 236773 diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index c61fc13ba349..8b50ac218a5e 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -7,7 +7,6 @@ bin/highlight %%PORTDOCS%%%%EXAMPLESDIR%%/cgi/perl/highlight.cgi %%PORTDOCS%%%%EXAMPLESDIR%%/cgi/php/CodeHighLight.php %%PORTDOCS%%%%EXAMPLESDIR%%/cgi/php/SyntaxHighlighter.php -%%PORTDOCS%%%%EXAMPLESDIR%%/frontend/highlight-pyqt-GUI-0.1-4.tar.gz %%DATADIR%%/extensions.conf %%DATADIR%%/helpmsg/de.help %%DATADIR%%/helpmsg/en.help @@ -110,6 +109,7 @@ bin/highlight %%DATADIR%%/themes/bruised.style %%DATADIR%%/themes/bubblegum.style %%DATADIR%%/themes/contrast.style +%%DATADIR%%/themes/darkblue.style %%DATADIR%%/themes/darkness.style %%DATADIR%%/themes/desert.style %%DATADIR%%/themes/dream.style @@ -132,14 +132,18 @@ bin/highlight %%DATADIR%%/themes/kwrite.style %%DATADIR%%/themes/matlab.style %%DATADIR%%/themes/navy.style +%%DATADIR%%/themes/nedit.style %%DATADIR%%/themes/neon.style %%DATADIR%%/themes/neon2.style %%DATADIR%%/themes/night.style %%DATADIR%%/themes/nightvision.style +%%DATADIR%%/themes/pablo.style +%%DATADIR%%/themes/peachpuff.style %%DATADIR%%/themes/peachy.style %%DATADIR%%/themes/print.style %%DATADIR%%/themes/rand01.style %%DATADIR%%/themes/rand02.style +%%DATADIR%%/themes/ron.style %%DATADIR%%/themes/slime.style %%DATADIR%%/themes/smoke.style %%DATADIR%%/themes/the.style @@ -158,11 +162,11 @@ bin/highlight %%DATADIR%%/themes/whatis.style %%DATADIR%%/themes/whitenblue.style %%DATADIR%%/themes/whitengrey.style +%%DATADIR%%/themes/zellner.style @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/langDefs @dirrm %%DATADIR%%/helpmsg @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/frontend %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cgi/php %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cgi/perl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cgi |