diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-28 11:55:49 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-28 11:55:49 +0000 |
commit | 415bed19015f9d24107146b06d7ce9ab8348b69a (patch) | |
tree | 6e62a58bd0e4f4d385d18474a47fbfebe750fc9b /textproc | |
parent | d9b40d7cb17a659eb9c48cd4f088604765562e4b (diff) | |
download | ports-415bed19015f9d24107146b06d7ce9ab8348b69a.tar.gz ports-415bed19015f9d24107146b06d7ce9ab8348b69a.zip |
Upgrade to 3.0.9.
PR: 19555
Submitted by: bmah@cisco.com (Bruce A. Mah)
Notes
Notes:
svn path=/head/; revision=29929
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rman/Makefile | 6 | ||||
-rw-r--r-- | textproc/rman/distinfo | 2 | ||||
-rw-r--r-- | textproc/rman/files/patch-aa | 65 | ||||
-rw-r--r-- | textproc/rman/pkg-descr | 2 |
4 files changed, 44 insertions, 31 deletions
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/ |