Initial import of java2html-1.7
java2html is the Java sources to HTML converter
This commit is contained in:
parent
48bb90c377
commit
0fee206128
20
textproc/java2html/Makefile
Normal file
20
textproc/java2html/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:16:49 kevlo Exp $
|
||||
|
||||
DISTNAME= java2html-1.7
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.351
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/java2html/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/java2html/files/md5
Normal file
3
textproc/java2html/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (java2html-1.7.tar.gz) = 8d85c33d6955a0c735a0ba3131b1ef0c
|
||||
RMD160 (java2html-1.7.tar.gz) = 00c9bb73b891a9b8352042750dd9f09d730296b8
|
||||
SHA1 (java2html-1.7.tar.gz) = be4c79713489c993c5aa843e8df9748af03716ed
|
1
textproc/java2html/pkg/COMMENT
Normal file
1
textproc/java2html/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Java sources to HTML converter
|
14
textproc/java2html/pkg/DESCR
Normal file
14
textproc/java2html/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
||||
Java2html is a simple program that, given a source java file, produces an
|
||||
html source with syntax highlighting.
|
||||
|
||||
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
|
||||
|
||||
WWW: ${HOMEPAGE}
|
30
textproc/java2html/pkg/PLIST
Normal file
30
textproc/java2html/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/19 03:16:49 kevlo Exp $
|
||||
bin/java2html
|
||||
share/java2html/tags.j2h
|
||||
share/doc/java2html/COPYING
|
||||
share/doc/java2html/ChangeLog
|
||||
share/doc/java2html/Hello.css
|
||||
share/doc/java2html/Hello.java
|
||||
share/doc/java2html/Hello.java.html
|
||||
share/doc/java2html/Hello1.html
|
||||
share/doc/java2html/Hello2.css
|
||||
share/doc/java2html/Hello2.html
|
||||
share/doc/java2html/Hello3.html
|
||||
share/doc/java2html/Hello4.html
|
||||
share/doc/java2html/Hello5.html
|
||||
share/doc/java2html/Hello_h_f.html
|
||||
share/doc/java2html/INSTALL
|
||||
share/doc/java2html/NEWS
|
||||
share/doc/java2html/README
|
||||
share/doc/java2html/THANKS
|
||||
share/doc/java2html/TODO.txt
|
||||
share/doc/java2html/colors.html
|
||||
share/doc/java2html/footer.html
|
||||
share/doc/java2html/header.html
|
||||
share/doc/java2html/java2html.html
|
||||
share/doc/java2html/mails.txt
|
||||
share/doc/java2html/mono-alt.css
|
||||
share/doc/java2html/mono.css
|
||||
share/doc/java2html/old-changes.html
|
||||
@dirrm share/doc/java2html
|
||||
@dirrm share/java2html
|
Loading…
Reference in New Issue
Block a user