diff options
author | steve <steve@FreeBSD.org> | 2000-04-30 00:29:48 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-30 00:29:48 +0000 |
commit | 52d391914df97bd247834acc6f4eee9e6d279f80 (patch) | |
tree | f6aaf6ffc19b446a3614e1867eb08acac611e557 | |
parent | 392b2d1107ef95489161b070b42864d01a9605c1 (diff) | |
download | FreeBSD-ports-52d391914df97bd247834acc6f4eee9e6d279f80.zip FreeBSD-ports-52d391914df97bd247834acc6f4eee9e6d279f80.tar.gz |
Update to version 0.9.1.
PR: 18183
Submitted by: maintainer
-rw-r--r-- | textproc/c2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/c2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/c2html/files/patch-aa | 36 | ||||
-rw-r--r-- | textproc/java2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/java2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/java2html/files/patch-aa | 36 | ||||
-rw-r--r-- | textproc/perl2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/perl2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/perl2html/files/patch-aa | 36 |
9 files changed, 96 insertions, 25 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 9cad04d..fd14b5c 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= c2html -PORTVERSION= 0.7.2 +PORTVERSION= 0.9.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -18,7 +18,6 @@ USE_AUTOCONF= yes MAN1= c2html.1 post-install: - strip ${PREFIX}/bin/c2html .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/c2html .for file in AUTHORS NEWS README diff --git a/textproc/c2html/distinfo b/textproc/c2html/distinfo index 7236031..ec01050 100644 --- a/textproc/c2html/distinfo +++ b/textproc/c2html/distinfo @@ -1 +1 @@ -MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a +MD5 (c2html-0.9.1.tar.gz) = 45811eede2860d046197ee248a9a34bd diff --git a/textproc/c2html/files/patch-aa b/textproc/c2html/files/patch-aa index f736525..6420658 100644 --- a/textproc/c2html/files/patch-aa +++ b/textproc/c2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon May 24 14:32:18 1999 -+++ Makefile.in Wed May 26 18:44:22 1999 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Sat Apr 15 17:16:25 2000 ++++ Makefile.in Sun Apr 23 15:53:23 2000 +@@ -27,7 +27,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -9,12 +9,36 @@ # Dont change things beyond this line. TARGET = @PROJECT_NAME@ -@@ -40,7 +40,7 @@ - srcdir = @srcdir@ +@@ -59,7 +59,7 @@ + docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall +CFLAGS ?= -O2 -Wall - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) +@@ -70,10 +70,12 @@ + $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS) + $(LEX) $(LEXSRCS) + +-install: $(TARGET) install-doc ++install: $(TARGET) + @echo "Installing" $(TARGET) "to" $(bindir) + -mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(TARGET) ++ -mkdir -p $(man1dir) ++ $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) + + install-strip: $(TARGET) install-doc + @echo "Installing" $(TARGET) "to" $(bindir) +@@ -81,8 +83,7 @@ + $(INSTALL_PROGRAM) -s $(TARGET) $(bindir)/$(TARGET) + + install-doc: +- -mkdir -p $(man1dir) $(docdir) +- $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) ++ -mkdir -p $(docdir) + $(INSTALL_DATA) $(srcdir)/AUTHORS $(docdir)/AUTHORS + $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/COPYING + $(INSTALL_DATA) $(srcdir)/NEWS $(docdir)/NEWS diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile index 82b11bf..09e02c6 100644 --- a/textproc/java2html/Makefile +++ b/textproc/java2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= java2html -PORTVERSION= 0.7.2 +PORTVERSION= 0.9.1 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 5685d6b..a5905a2 100644 --- a/textproc/java2html/distinfo +++ b/textproc/java2html/distinfo @@ -1 +1 @@ -MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24 +MD5 (java2html-0.9.1.tar.gz) = c69d2ae10c2d6a1bc7305526fee5d01e diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa index 0e71a01..50826b9 100644 --- a/textproc/java2html/files/patch-aa +++ b/textproc/java2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon May 24 14:33:08 1999 -+++ Makefile.in Wed May 26 12:20:22 1999 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Sat Apr 15 17:16:30 2000 ++++ Makefile.in Sun Apr 23 15:46:41 2000 +@@ -27,7 +27,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -9,12 +9,36 @@ # Dont change things beyond this line. TARGET = @PROJECT_NAME@ -@@ -40,7 +40,7 @@ - srcdir = @srcdir@ +@@ -59,7 +59,7 @@ + docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall +CFLAGS ?= -O2 -Wall - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) +@@ -70,10 +70,12 @@ + $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS) + $(LEX) $(LEXSRCS) + +-install: $(TARGET) install-doc ++install: $(TARGET) + @echo "Installing" $(TARGET) "to" $(bindir) + -mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(TARGET) ++ -mkdir -p $(man1dir) ++ $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) + + install-strip: $(TARGET) install-doc + @echo "Installing" $(TARGET) "to" $(bindir) +@@ -81,8 +83,7 @@ + $(INSTALL_PROGRAM) -s $(TARGET) $(bindir)/$(TARGET) + + install-doc: +- -mkdir -p $(man1dir) $(docdir) +- $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) ++ -mkdir -p $(docdir) + $(INSTALL_DATA) $(srcdir)/AUTHORS $(docdir)/AUTHORS + $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/COPYING + $(INSTALL_DATA) $(srcdir)/NEWS $(docdir)/NEWS diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile index 173f518..a7039d0 100644 --- a/textproc/perl2html/Makefile +++ b/textproc/perl2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perl2html -PORTVERSION= 0.7.2 +PORTVERSION= 0.9.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff --git a/textproc/perl2html/distinfo b/textproc/perl2html/distinfo index ab7f4e6..0ac752d 100644 --- a/textproc/perl2html/distinfo +++ b/textproc/perl2html/distinfo @@ -1 +1 @@ -MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799 +MD5 (perl2html-0.9.1.tar.gz) = 90d2f8ed91cc02a1c53569b933a08bef diff --git a/textproc/perl2html/files/patch-aa b/textproc/perl2html/files/patch-aa index 3da0053..12f48fb 100644 --- a/textproc/perl2html/files/patch-aa +++ b/textproc/perl2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed May 26 19:31:36 1999 -+++ Makefile.in Thu May 27 21:54:22 1999 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Sat Apr 15 17:16:42 2000 ++++ Makefile.in Sun Apr 23 15:58:22 2000 +@@ -27,7 +27,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -9,12 +9,36 @@ # Dont change things beyond this line. TARGET = @PROJECT_NAME@ -@@ -40,7 +40,7 @@ - srcdir = @srcdir@ +@@ -59,7 +59,7 @@ + docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall +CFLAGS ?= -O2 -Wall - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) +@@ -70,10 +70,12 @@ + $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS) + $(LEX) $(LEXSRCS) + +-install: $(TARGET) install-doc ++install: $(TARGET) + @echo "Installing" $(TARGET) "to" $(bindir) + -mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(TARGET) ++ -mkdir -p $(man1dir) ++ $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) + + install-strip: $(TARGET) install-doc + @echo "Installing" $(TARGET) "to" $(bindir) +@@ -81,8 +83,7 @@ + $(INSTALL_PROGRAM) -s $(TARGET) $(bindir)/$(TARGET) + + install-doc: +- -mkdir -p $(man1dir) $(docdir) +- $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) ++ -mkdir -p $(docdir) + $(INSTALL_DATA) $(srcdir)/AUTHORS $(docdir)/AUTHORS + $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/COPYING + $(INSTALL_DATA) $(srcdir)/NEWS $(docdir)/NEWS |