summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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