Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
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
|