aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/java2html/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-03 10:55:20 +0800
committersteve <steve@FreeBSD.org>1999-05-03 10:55:20 +0800
commit9bd7407686ae460059aa529765b72aa00d17f418 (patch)
tree9fb14dd6b9df09e4328f638ab8f6e23d6b04c544 /textproc/java2html/pkg-descr
parent38eecd2b6a302e12e84caf111de3d81367a8a608 (diff)
downloadfreebsd-ports-gnome-9bd7407686ae460059aa529765b72aa00d17f418.tar.gz
freebsd-ports-gnome-9bd7407686ae460059aa529765b72aa00d17f418.tar.zst
freebsd-ports-gnome-9bd7407686ae460059aa529765b72aa00d17f418.zip
Initial import of java2html version 0.4.
A Jave, C, and C++ to HTML converter. PR: 10885 Submitted by: Martin Kammerhofer <mkamm@gmx.net>
Diffstat (limited to 'textproc/java2html/pkg-descr')
-rw-r--r--textproc/java2html/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/java2html/pkg-descr b/textproc/java2html/pkg-descr
new file mode 100644
index 000000000000..260b61ddfc1d
--- /dev/null
+++ b/textproc/java2html/pkg-descr
@@ -0,0 +1,12 @@
+Java2html is a syntax highlighter for Java and C++ source code that
+produces a highlighted html file as output.
+
+Java2html offers the following features:
+
+ - support for Java and C++
+ - 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