aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-25 09:37:58 +0800
committersteve <steve@FreeBSD.org>1999-12-25 09:37:58 +0800
commit94ebbc4ca7b98298df8e834fc9cd5ffca822cb07 (patch)
treeb6cfab5f4ff7ea38b4db8cd1c6c37a67611fd0bf
parent00415eb52dd13812f7b0e26afe9092ad1252e862 (diff)
downloadfreebsd-ports-gnome-94ebbc4ca7b98298df8e834fc9cd5ffca822cb07.tar.gz
freebsd-ports-gnome-94ebbc4ca7b98298df8e834fc9cd5ffca822cb07.tar.zst
freebsd-ports-gnome-94ebbc4ca7b98298df8e834fc9cd5ffca822cb07.zip
Update to version 0.7.2.
PR: 15562 Submitted by: maintainer
-rw-r--r--textproc/c2html/Makefile4
-rw-r--r--textproc/c2html/distinfo2
-rw-r--r--textproc/c2html/pkg-descr23
-rw-r--r--textproc/java2html/Makefile4
-rw-r--r--textproc/java2html/distinfo2
-rw-r--r--textproc/java2html/pkg-descr2
-rw-r--r--textproc/perl2html/Makefile4
-rw-r--r--textproc/perl2html/distinfo2
-rw-r--r--textproc/perl2html/pkg-descr2
9 files changed, 26 insertions, 19 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile
index 8309ea2d28aa..969984a129e7 100644
--- a/textproc/c2html/Makefile
+++ b/textproc/c2html/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: c2html
-# Version required: 0.4
+# Version required: 0.7.2
# Date created: 28 October 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= c2html-0.6.3
+DISTNAME= c2html-0.7.2
CATEGORIES= textproc www
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/www/converters
diff --git a/textproc/c2html/distinfo b/textproc/c2html/distinfo
index 2d65ec0b6dfe..723603184e5a 100644
--- a/textproc/c2html/distinfo
+++ b/textproc/c2html/distinfo
@@ -1 +1 @@
-MD5 (c2html-0.6.3.tar.gz) = 9bf08aa35af1f363f0cec5a6b6ed9e43
+MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a
diff --git a/textproc/c2html/pkg-descr b/textproc/c2html/pkg-descr
index 58f56c55b59e..d604dc07fc81 100644
--- a/textproc/c2html/pkg-descr
+++ b/textproc/c2html/pkg-descr
@@ -1,11 +1,14 @@
-c2html is a syntax highlighter for C source code that produces a
-highlighted html file as output. The output can be read by any
-graphical WWW-Browser. If the browser understands the tags to change
-font colors (as Netscape does) the output will look like highlighted
-by emacs. Otherwise it will not look so nice, but readability is
-increased too.
+C2html is a syntax highlighter for C source code that produces a
+highlighted html file as output.
-c2html can also work as a CGI program and convert your sources on the
-fly. To use in this way copy it to your /cgi-bin directory and
-configure your webserver to call c2html for *.c and *.h files. An
-example that works with Apache is described in the manpage.
+C2html offers the following features:
+
+ - fast (single pass conversion using flex)
+ - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
+ and properly escapes non-ascii characters
+ - easy integration with webservers - browse your sources colourized!
+ - gzips http output for browsers to save bandwidth (only in CGI mode)
+ - documentation and manpage included
+
+Please use the java2html port for converting C++ sources!
+Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html
diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile
index 23415ff8e3ca..c72ac4074891 100644
--- a/textproc/java2html/Makefile
+++ b/textproc/java2html/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: java2html
-# Version required: 0.4
+# Version required: 0.7.2
# Date created: 21 March 1999
# Whom: Martin Kammerhofer
#
# $FreeBSD$
#
-DISTNAME= java2html-0.6.3
+DISTNAME= java2html-0.7.2
CATEGORIES= textproc www
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/www/converters
diff --git a/textproc/java2html/distinfo b/textproc/java2html/distinfo
index a1b8c010e3a8..5685d6b059cd 100644
--- a/textproc/java2html/distinfo
+++ b/textproc/java2html/distinfo
@@ -1 +1 @@
-MD5 (java2html-0.6.3.tar.gz) = eda7fe66b21e079d61de769bc4fb5ee2
+MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24
diff --git a/textproc/java2html/pkg-descr b/textproc/java2html/pkg-descr
index 260b61ddfc1d..48ac19554cc4 100644
--- a/textproc/java2html/pkg-descr
+++ b/textproc/java2html/pkg-descr
@@ -10,3 +10,5 @@ Java2html offers the following features:
- easy integration with webservers - browse your sources colourized
- gzips http output for browsers to save bandwidth (only in CGI mode)
- documentation and manpage included
+
+Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html
diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile
index 9f1005ce6d82..19fbbad61681 100644
--- a/textproc/perl2html/Makefile
+++ b/textproc/perl2html/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: perl2html
-# Version required: 0.6.1
+# Version required: 0.7.2
# Date created: 27 May 1999
# Whom: Martin Kammerhofer
#
# $FreeBSD$
#
-DISTNAME= perl2html-0.6.3
+DISTNAME= perl2html-0.7.2
CATEGORIES= textproc www
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/www/converters
diff --git a/textproc/perl2html/distinfo b/textproc/perl2html/distinfo
index ae19a1853fb2..ab7f4e6a971f 100644
--- a/textproc/perl2html/distinfo
+++ b/textproc/perl2html/distinfo
@@ -1 +1 @@
-MD5 (perl2html-0.6.3.tar.gz) = 7b8f7c8296c342d0462cc76fb34de0bb
+MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799
diff --git a/textproc/perl2html/pkg-descr b/textproc/perl2html/pkg-descr
index 7899beb103ab..6cf9948ef51d 100644
--- a/textproc/perl2html/pkg-descr
+++ b/textproc/perl2html/pkg-descr
@@ -9,3 +9,5 @@ Perl2html offers the following features:
- easy integration with webservers - browse your sources colourized
- gzips http output for browsers to save bandwidth (only in CGI mode)
- documentation and manpage included
+
+Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html