From 415bed19015f9d24107146b06d7ce9ab8348b69a Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 28 Jun 2000 11:55:49 +0000 Subject: Upgrade to 3.0.9. PR: 19555 Submitted by: bmah@cisco.com (Bruce A. Mah) --- textproc/rman/Makefile | 6 ++-- textproc/rman/distinfo | 2 +- textproc/rman/files/patch-aa | 65 ++++++++++++++++++++++++++------------------ textproc/rman/pkg-descr | 2 ++ 4 files changed, 44 insertions(+), 31 deletions(-) (limited to 'textproc') diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 25fb06076b69..ed1fbcb7b87d 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -6,14 +6,12 @@ # PORTNAME= rman -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.9 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/ MAINTAINER= tg@FreeBSD.org -NO_CDROM= "License required" MAN1= rman.1 post-install: diff --git a/textproc/rman/distinfo b/textproc/rman/distinfo index 0f9d21797f7e..07c687cb93fc 100644 --- a/textproc/rman/distinfo +++ b/textproc/rman/distinfo @@ -1 +1 @@ -MD5 (rman-3.0.8.tar.Z) = a567a0ba0fd30d63b85277622edc4cdb +MD5 (rman-3.0.9.tar.gz) = f29a3bde5b35d1624f41357b96262f8f diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa index 285788d7a9c5..d64b141037f1 100644 --- a/textproc/rman/files/patch-aa +++ b/textproc/rman/files/patch-aa @@ -1,26 +1,39 @@ ---- Makefile.orig Mon Dec 1 07:32:00 1997 -+++ Makefile Mon Dec 8 16:42:52 1997 -@@ -15,17 +15,17 @@ - # this must be a directory that's in your bin PATH. - # MANDIR holds the man page. - --BINDIR = /private/share/bin --#BINDIR = /usr/local/bin --MANDIR = /home/auspex/h/bair/phelps/man/man1 --#MANDIR = /usr/local/man/man1 -+#BINDIR = /private/share/bin -+BINDIR = ${PREFIX}/bin -+#MANDIR = /home/auspex/h/bair/phelps/man/man1 -+MANDIR = ${PREFIX}/man/man1 - - - ### if you have GNU gcc v2.x, use these definitions - --CC = gcc -+# CC = gcc - # if you don't have gcc v2.x, try -O for CFLAGS --CFLAGS = -O2 -finline-functions -+CFLAGS += -finline-functions - - ### if you just have a standard UNIX, use these instead of GNU. - ### CC must be an ANSI C compiler +*** Makefile.orig Wed Jun 21 18:05:56 2000 +--- Makefile Mon Jun 26 20:15:01 2000 +*************** +*** 15,31 **** + # this must be a directory that's in your bin PATH. + # MANDIR holds the man page. + +! BINDIR = /usr/local/bin + #BINDIR = //C/bin +! MANDIR = /home/auspex/h/bair/phelps/man/man1 +! #MANDIR = /usr/local/man/man1 + + + ### if you have GNU gcc v2.x, use these definitions + +! CC = gcc + # if you don't have gcc v2.x, try -O for CFLAGS +! CFLAGS = -O2 -finline-functions + + ### if you just have a standard UNIX, use these instead of GNU. + ### CC must be an ANSI C compiler +--- 15,31 ---- + # this must be a directory that's in your bin PATH. + # MANDIR holds the man page. + +! BINDIR = ${PREFIX}/bin + #BINDIR = //C/bin +! #MANDIR = /home/auspex/h/bair/phelps/man/man1 +! MANDIR = ${PREFIX}/man/man1 + + + ### if you have GNU gcc v2.x, use these definitions + +! #CC = gcc + # if you don't have gcc v2.x, try -O for CFLAGS +! CFLAGS += -finline-functions + + ### if you just have a standard UNIX, use these instead of GNU. + ### CC must be an ANSI C compiler diff --git a/textproc/rman/pkg-descr b/textproc/rman/pkg-descr index d139d786dc13..6903111d23ff 100644 --- a/textproc/rman/pkg-descr +++ b/textproc/rman/pkg-descr @@ -2,3 +2,5 @@ PolyglotMan takes formatted man pages from most of the popular flavours of UN*X and transforms them into any of a number of source formats. It can produce ASCII-only, section headers-only, TkMan, [tn]roff, Ensemble, SGML, HTML, LaTeX, RTF, Perl 5 POD. + +WWW: http://polyglotman.sourceforge.net/ -- cgit v1.2.3