diff options
author | seb <seb@pkgsrc.org> | 2003-10-03 14:42:38 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-10-03 14:42:38 +0000 |
commit | c23957f89ea75beba93f2bca0783263b5183ba37 (patch) | |
tree | 11480ebbe36d0c5ac9bde8cd27adbb8ab2905243 /textproc | |
parent | 66a3f3b3cdf6d638b44aa4856d95e3f8369cf28b (diff) | |
download | pkgsrc-c23957f89ea75beba93f2bca0783263b5183ba37.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')
-rw-r--r-- | textproc/source-highlight/Makefile | 6 | ||||
-rw-r--r-- | textproc/source-highlight/PLIST | 3 | ||||
-rw-r--r-- | textproc/source-highlight/distinfo | 10 | ||||
-rw-r--r-- | textproc/source-highlight/patches/patch-ag | 10 | ||||
-rw-r--r-- | textproc/source-highlight/patches/patch-ah | 18 |
5 files changed, 24 insertions, 23 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 15e34c25cc9..045891879b9 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:54:51 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/10/03 14:42:38 seb Exp $ # -DISTNAME= source-highlight-1.7 +DISTNAME= source-highlight-1.8 SVR4_PKGNAME= srchl CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU:=source-highlight/} +MASTER_SITES= ${MASTER_SITE_GNU:=src-highlite/} MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.gnu.org/software/src-highlite/source-highlight.html 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 diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index b2bf8704a24..881de3990db 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.5 2003/06/12 01:17:30 seb Exp $ +$NetBSD: distinfo,v 1.6 2003/10/03 14:42:38 seb Exp $ -SHA1 (source-highlight-1.7.tar.gz) = 3bf7b5d91e8426fe7bb1931d56ce2d3c9f5bd035 -Size (source-highlight-1.7.tar.gz) = 570404 bytes +SHA1 (source-highlight-1.8.tar.gz) = 4116ac69a69486c87443de12f32ba3e78b3d371e +Size (source-highlight-1.8.tar.gz) = 611213 bytes SHA1 (patch-aa) = 3f124bcdc738222dedd0f961e26da3f374700680 SHA1 (patch-ab) = ecb8ce16381bd68b55f309a0ae43912319138575 SHA1 (patch-ac) = 62475d945664b84eb4a6e43e5cd4c75f9049eefe SHA1 (patch-ad) = 7be6c33e8dbcc61f09ede32b25f6c912bb41b4de -SHA1 (patch-ag) = 09fb79b4f552b7d7c16e48e39391848ab3d9484f -SHA1 (patch-ah) = 7dadd77fc412ed4fa522ee146bf2eeeecdbe02e6 +SHA1 (patch-ag) = 9ee8c56adb295e417f9213e45aa4159b617d28f7 +SHA1 (patch-ah) = 451cb39ccc0b955773490292ac1311e242c82201 diff --git a/textproc/source-highlight/patches/patch-ag b/textproc/source-highlight/patches/patch-ag index fc094323520..d5b918a9ce5 100644 --- a/textproc/source-highlight/patches/patch-ag +++ b/textproc/source-highlight/patches/patch-ag @@ -1,13 +1,13 @@ -$NetBSD: patch-ag,v 1.2 2003/06/12 01:17:33 seb Exp $ +$NetBSD: patch-ag,v 1.3 2003/10/03 14:42:39 seb Exp $ ---- tests/Makefile.am.orig 2003-03-21 15:25:46.000000000 +0000 +--- tests/Makefile.am.orig 2003-08-31 13:56:10.000000000 +0000 +++ tests/Makefile.am -@@ -196,7 +196,7 @@ check_ruby: test.rb.html test_comments.r +@@ -211,7 +211,7 @@ check_ruby: test.rb.html test_comments.r diff $(srcdir)/test.rb.html test.rb.out.html diff $(srcdir)/test_comments.rb.html test_comments.rb.out.html -source_highlightdoc_DATA = test.php3.html test.pl.html test.pm.html \ +source_highlightdochtml_DATA = test.php3.html test.pl.html test.pm.html \ - test.py.html test.rb.html + test.py.html test.rb.html test.js.html - CLEANFILES = *.out.html + CLEANFILES = *.out.html *.out.txt diff --git a/textproc/source-highlight/patches/patch-ah b/textproc/source-highlight/patches/patch-ah index efe255f756f..9e1676b81a2 100644 --- a/textproc/source-highlight/patches/patch-ah +++ b/textproc/source-highlight/patches/patch-ah @@ -1,6 +1,6 @@ -$NetBSD: patch-ah,v 1.3 2003/06/12 01:17:33 seb Exp $ +$NetBSD: patch-ah,v 1.4 2003/10/03 14:42:39 seb Exp $ ---- tests/Makefile.in.orig 2003-06-12 00:36:08.000000000 +0000 +--- tests/Makefile.in.orig 2003-10-03 14:29:44.000000000 +0000 +++ tests/Makefile.in @@ -138,6 +138,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ @@ -10,16 +10,16 @@ $NetBSD: patch-ah,v 1.3 2003/06/12 01:17:33 seb Exp $ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -@@ -189,7 +190,7 @@ test.rb test_comments.rb test.rb.html te +@@ -194,7 +195,7 @@ test.java.txt CPP2HTML_WHEADERS = $(CPP2HTML) --header=$(srcdir)/header.html --footer=$(srcdir)/footer.html --title="Header and footer test" -source_highlightdoc_DATA = test.php3.html test.pl.html test.pm.html \ +source_highlightdochtml_DATA = test.php3.html test.pl.html test.pm.html \ - test.py.html test.rb.html + test.py.html test.rb.html test.js.html -@@ -198,8 +199,10 @@ subdir = tests +@@ -203,8 +204,10 @@ subdir = tests mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -31,7 +31,7 @@ $NetBSD: patch-ah,v 1.3 2003/06/12 01:17:33 seb Exp $ DIST_COMMON = Makefile.am Makefile.in all: all-am -@@ -207,27 +210,27 @@ all: all-am +@@ -212,27 +215,27 @@ all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ @@ -70,7 +70,7 @@ $NetBSD: patch-ah,v 1.3 2003/06/12 01:17:33 seb Exp $ done tags: TAGS TAGS: -@@ -272,7 +275,7 @@ check: check-am +@@ -277,7 +280,7 @@ check: check-am all-am: Makefile $(DATA) installdirs: @@ -79,7 +79,7 @@ $NetBSD: patch-ah,v 1.3 2003/06/12 01:17:33 seb Exp $ install: install-am install-exec: install-exec-am -@@ -315,7 +318,7 @@ info: info-am +@@ -320,7 +323,7 @@ info: info-am info-am: @@ -88,7 +88,7 @@ $NetBSD: patch-ah,v 1.3 2003/06/12 01:17:33 seb Exp $ install-exec-am: -@@ -341,17 +344,17 @@ ps: ps-am +@@ -346,17 +349,17 @@ ps: ps-am ps-am: |