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/source-highlight/Makefile | |
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/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |