diff options
author | steve <steve@FreeBSD.org> | 1999-05-04 22:40:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-04 22:40:43 +0000 |
commit | 0d1772ad0bdafbfadf820a9d110104e7d9c438dd (patch) | |
tree | 4bd3102d5bb02eb93d16bae9615ca8c0d23f2aea /textproc/java2html | |
parent | 3cc9c21e39dd001a1696609c7127cb0d617cca64 (diff) | |
download | FreeBSD-ports-0d1772ad0bdafbfadf820a9d110104e7d9c438dd.zip FreeBSD-ports-0d1772ad0bdafbfadf820a9d110104e7d9c438dd.tar.gz |
Update to version 0.5.
PR: 10885
Submitted by: maintainer
Diffstat (limited to 'textproc/java2html')
-rw-r--r-- | textproc/java2html/Makefile | 10 | ||||
-rw-r--r-- | textproc/java2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/java2html/files/patch-aa | 15 | ||||
-rw-r--r-- | textproc/java2html/pkg-comment | 2 |
4 files changed, 14 insertions, 15 deletions
diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile index 9946b51..fbf53f4 100644 --- a/textproc/java2html/Makefile +++ b/textproc/java2html/Makefile @@ -3,10 +3,10 @@ # Date created: 21 March 1999 # Whom: Martin Kammerhofer # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 02:55:19 steve Exp $ # -DISTNAME= java2html-0.4 +DISTNAME= java2html-0.5 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -20,9 +20,9 @@ MAN1= java2html.1 .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/doc/java2html - ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/java2html - ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/java2html - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/java2html +.for file in AUTHORS NEWS README + ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/java2html +.endfor .endif .include <bsd.port.mk> diff --git a/textproc/java2html/distinfo b/textproc/java2html/distinfo index 9a200bc..35ac930 100644 --- a/textproc/java2html/distinfo +++ b/textproc/java2html/distinfo @@ -1 +1 @@ -MD5 (java2html-0.4.tar.gz) = c13dd7e6a90cbc38a7db7472bc3b35bd +MD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31 diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa index 1beeaec..3cd79b9 100644 --- a/textproc/java2html/files/patch-aa +++ b/textproc/java2html/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in~ Wed Mar 10 22:14:48 1999 -+++ Makefile.in Sun Mar 21 18:19:16 1999 +--- Makefile.in.orig Wed Apr 14 18:28:16 1999 ++++ Makefile.in Thu Apr 15 22:55:00 1999 @@ -12,7 +12,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. @@ -8,14 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = c2html -@@ -40,7 +40,7 @@ + TARGET = java2html +@@ -43,7 +43,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) -+CFLAGS ?= -O2 -Wall -pedantic --ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -+ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) +-CFLAGS += -O2 -Wall -pedantic ++CFLAGS ?= -O2 -Wall -pedantic + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) diff --git a/textproc/java2html/pkg-comment b/textproc/java2html/pkg-comment index 75df652..1c86d5c 100644 --- a/textproc/java2html/pkg-comment +++ b/textproc/java2html/pkg-comment @@ -1 +1 @@ -Java, C and C++ to HTML converter +Java sources to HTML converter |