diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 01:37:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 01:37:58 +0000 |
commit | e085d0964d1f432222e56e449f8e55f6641316cc (patch) | |
tree | 72fe5b9bac3da931caf1aee63f9d3c1d218affac /textproc/java2html | |
parent | 41d9a6e0804f16bdb398ecad02751354f511952d (diff) | |
download | ports-e085d0964d1f432222e56e449f8e55f6641316cc.tar.gz ports-e085d0964d1f432222e56e449f8e55f6641316cc.zip |
Update to version 0.7.2.
PR: 15562
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=24017
Diffstat (limited to 'textproc/java2html')
-rw-r--r-- | textproc/java2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/java2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/java2html/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
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 |