diff options
author | seb <seb> | 2003-10-03 14:42:38 +0000 |
---|---|---|
committer | seb <seb> | 2003-10-03 14:42:38 +0000 |
commit | eb8904f1a2dbf76281f81af51c7068a2889765ca (patch) | |
tree | 11480ebbe36d0c5ac9bde8cd27adbb8ab2905243 /textproc/source-highlight/PLIST | |
parent | cc0d284f1553988ba77a56f3699e871aa2da762c (diff) | |
download | pkgsrc-eb8904f1a2dbf76281f81af51c7068a2889765ca.tar.gz |
Update to version 1.8.
Changes in version 1.8:
* scanner for Javascript
* new output format: ESC ascii code (e.g. for less, with the
help of Konstantine Serebriany <kcc@mcst.ru>).
* tab character are correctly handled by --tab option is given
(thanks to Don Stauffer <Don@Skyler.com>).
* presence of getopt_long is handled in a cleaner way.
* some changes in how changelog files are highlighted
* =head =cut sections in perl sources are correctly handled
(reported by Grant McLean <grant@catalyst.net.nz>)
* added Java keywords true and false
Diffstat (limited to 'textproc/source-highlight/PLIST')
-rw-r--r-- | textproc/source-highlight/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/source-highlight/PLIST b/textproc/source-highlight/PLIST index 9cc0d511715..916fbec3cc9 100644 --- a/textproc/source-highlight/PLIST +++ b/textproc/source-highlight/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/12 01:17:30 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/10/03 14:42:38 seb Exp $ bin/cpp2html bin/java2html bin/source-highlight @@ -27,6 +27,7 @@ share/doc/html/source-highlight/mono-alt.css share/doc/html/source-highlight/mono.css share/doc/html/source-highlight/source-highlight.html share/doc/html/source-highlight/startapp.cc.html +share/doc/html/source-highlight/test.js.html share/doc/html/source-highlight/test.php3.html share/doc/html/source-highlight/test.pl.html share/doc/html/source-highlight/test.pm.html |