summaryrefslogtreecommitdiff
path: root/textproc/c2html
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 01:37:58 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 01:37:58 +0000
commite085d0964d1f432222e56e449f8e55f6641316cc (patch)
tree72fe5b9bac3da931caf1aee63f9d3c1d218affac /textproc/c2html
parentUpdate to version 0.6.0. (diff)
Update to version 0.7.2.
PR: 15562 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=24017
Diffstat (limited to 'textproc/c2html')
-rw-r--r--textproc/c2html/Makefile4
-rw-r--r--textproc/c2html/distinfo2
-rw-r--r--textproc/c2html/pkg-descr23
3 files changed, 16 insertions, 13 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