summaryrefslogtreecommitdiff
path: root/textproc/source-highlight
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-12 01:24:57 +0000
committerseb <seb@pkgsrc.org>2003-06-12 01:24:57 +0000
commitafef40e1c05e37d9d41292792e779067960966aa (patch)
treea38edf2b238cc813e671b057fbedb205c843a34a /textproc/source-highlight
parent48cfb0281a255567be7d994e3a36cd50b2a164f3 (diff)
downloadpkgsrc-afef40e1c05e37d9d41292792e779067960966aa.tar.gz
Sync description with the supported language.
Make the comment somewhat more accurate.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r--textproc/source-highlight/DESCR4
-rw-r--r--textproc/source-highlight/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/source-highlight/DESCR b/textproc/source-highlight/DESCR
index d14c863e7b3..2685eae7ce4 100644
--- a/textproc/source-highlight/DESCR
+++ b/textproc/source-highlight/DESCR
@@ -2,5 +2,5 @@ This program, given a source file, produces a document with syntax
highlighting.
At the moment this package can handle Java, C/C++, Prolog, Perl,
-Php3, Python, Flex, ChangeLog as source languages, and HTML, XHTML
-as output format.
+Php3, Python, Ruby, Flex, ChangeLog as source languages, and HTML,
+XHTML as output format.
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index f0189c60ab0..c3a78dc4ac8 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/06/12 01:17:30 seb Exp $
+# $NetBSD: Makefile,v 1.7 2003/06/12 01:24:57 seb Exp $
#
DISTNAME= source-highlight-1.7
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=source-highlight/}
MAINTAINER= seb@netbsd.org
HOMEPAGE= http://www.gnu.org/software/src-highlite/source-highlight.html
-COMMENT= Highlight syntax of C, C++ or Java source into HTML document
+COMMENT= Highlight syntax of various languages source into HTML document
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES