pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/source-highlight Update to version 1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62ca370ef198
branches:  trunk
changeset: 462465:62ca370ef198
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Oct 03 14:42:38 2003 +0000

description:
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@localhost>).
   * tab character are correctly handled by --tab option is given
     (thanks to Don Stauffer <Don%Skyler.com@localhost>).
   * 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@localhost>)
   * added Java keywords true and false

diffstat:

 textproc/source-highlight/Makefile         |   6 +++---
 textproc/source-highlight/PLIST            |   3 ++-
 textproc/source-highlight/distinfo         |  10 +++++-----
 textproc/source-highlight/patches/patch-ag |  10 +++++-----
 textproc/source-highlight/patches/patch-ah |  18 +++++++++---------
 5 files changed, 24 insertions(+), 23 deletions(-)

diffs (143 lines):

diff -r 2dcb14b9f272 -r 62ca370ef198 textproc/source-highlight/Makefile
--- a/textproc/source-highlight/Makefile        Fri Oct 03 14:28:41 2003 +0000
+++ b/textproc/source-highlight/Makefile        Fri Oct 03 14:42:38 2003 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.gnu.org/software/src-highlite/source-highlight.html
diff -r 2dcb14b9f272 -r 62ca370ef198 textproc/source-highlight/PLIST
--- a/textproc/source-highlight/PLIST   Fri Oct 03 14:28:41 2003 +0000
+++ b/textproc/source-highlight/PLIST   Fri Oct 03 14:42:38 2003 +0000
@@ -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.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 -r 2dcb14b9f272 -r 62ca370ef198 textproc/source-highlight/distinfo
--- a/textproc/source-highlight/distinfo        Fri Oct 03 14:28:41 2003 +0000
+++ b/textproc/source-highlight/distinfo        Fri Oct 03 14:42:38 2003 +0000
@@ -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 -r 2dcb14b9f272 -r 62ca370ef198 textproc/source-highlight/patches/patch-ag
--- a/textproc/source-highlight/patches/patch-ag        Fri Oct 03 14:28:41 2003 +0000
+++ b/textproc/source-highlight/patches/patch-ag        Fri Oct 03 14:42:38 2003 +0000
@@ -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 -r 2dcb14b9f272 -r 62ca370ef198 textproc/source-highlight/patches/patch-ah
--- a/textproc/source-highlight/patches/patch-ah        Fri Oct 03 14:28:41 2003 +0000
+++ b/textproc/source-highlight/patches/patch-ah        Fri Oct 03 14:42:38 2003 +0000
@@ -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 @@
  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 @@
  
  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 @@
        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 @@
  
  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 @@
  
  install-exec-am:
  
-@@ -341,17 +344,17 @@ ps: ps-am
+@@ -346,17 +349,17 @@ ps: ps-am
  
  ps-am:
  



Home | Main Index | Thread Index | Old Index