diff options
author | asami <asami@FreeBSD.org> | 1995-08-19 14:54:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-19 14:54:29 +0800 |
commit | 38fd16e182220ebe0c8071360ff09c5ccacdad67 (patch) | |
tree | e0f3dff8134d19394f67f693d51b27077b7a1edc /textproc/rman | |
parent | fc316e2bb7d90aa5ac5ce8721c7262a023093193 (diff) | |
download | freebsd-ports-gnome-38fd16e182220ebe0c8071360ff09c5ccacdad67.tar.gz freebsd-ports-gnome-38fd16e182220ebe0c8071360ff09c5ccacdad67.tar.zst freebsd-ports-gnome-38fd16e182220ebe0c8071360ff09c5ccacdad67.zip |
Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use in
commercial products) so it has NO_PACKAGE=yes.
Diffstat (limited to 'textproc/rman')
-rw-r--r-- | textproc/rman/Makefile | 14 | ||||
-rw-r--r-- | textproc/rman/distinfo | 2 | ||||
-rw-r--r-- | textproc/rman/files/patch-aa | 85 | ||||
-rw-r--r-- | textproc/rman/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/rman/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rman/pkg-plist | 2 |
6 files changed, 49 insertions, 58 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 727c12f91924..bd7922dc11a2 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,14 +1,22 @@ # New ports collection makefile for: rman -# Version required: 2.0 +# Version required: 2.4 # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/15 03:45:54 asami Exp $ # -DISTNAME= rman-2.0 +DISTNAME= rman-2.4 CATEGORIES+= utilities MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z +# Restrictive copyright +NO_PACKAGE= yes + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/rman.1 +.endif + .include <bsd.port.mk> diff --git a/textproc/rman/distinfo b/textproc/rman/distinfo index 11c8459f7538..fadd2787b33c 100644 --- a/textproc/rman/distinfo +++ b/textproc/rman/distinfo @@ -1 +1 @@ -MD5 (rman-2.0.tar.Z) = ff57b2c178d52c99b225ba19568138f4 +MD5 (rman-2.4.tar.Z) = 268b3b4477bdad95c1774c3629c79d5a diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa index 39d3ab410530..52c06aade409 100644 --- a/textproc/rman/files/patch-aa +++ b/textproc/rman/files/patch-aa @@ -1,52 +1,33 @@ -*** Makefile.orig Thu Dec 22 22:25:05 1994 ---- Makefile Tue Dec 27 16:16:10 1994 -*************** -*** 15,29 **** - # this must be a directory that's in your bin PATH. - # MANDIR holds the man page. - -! BINDIR = /home/auspex/h/bair/phelps/bin -! MANDIR = /home/auspex/h/bair/phelps/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,29 ---- - # this must be a directory that's in your bin PATH. - # MANDIR holds the man page. - -! BINDIR = /usr/local/bin -! 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 += -finline-functions - - ### if you just have a standard UNIX, use these instead of GNU - ### CC must be an ANSI C compiler -*************** -*** 46,52 **** - # the second the volume/section number. - - MANTITLEPRINTF = "%s(%s) manual page" -! MANREFPRINTF = "http://localhost/cgi-bin/man2html?%s?%s" - - - # # # these lines are probably fine ---- 46,52 ---- - # the second the volume/section number. - - MANTITLEPRINTF = "%s(%s) manual page" -! MANREFPRINTF = "http://localhost/usr/local/bin/man2html?%s?%s" - - - # # # these lines are probably fine +--- ./Makefile.org Sat Jul 1 18:07:43 1995 ++++ ./Makefile Fri Aug 18 21:31:56 1995 +@@ -15,17 +15,15 @@ + # this must be a directory that's in your bin PATH. + # MANDIR holds the man page. + +-BINDIR = /home/auspex/h/bair/phelps/bin +-#BINDIR = /usr/local/bin +-MANDIR = /home/auspex/h/bair/phelps/man/man1 +-#MANDIR = /usr/local/man/man1 ++BINDIR = /usr/local/bin ++MANDIR = /usr/local/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 +@@ -48,7 +46,7 @@ + # the second the volume/section number. + + MANTITLEPRINTF = "%s(%s) manual page" +-MANREFPRINTF = "http://localhost/cgi-bin/man2html?%s?%s" ++MANREFPRINTF = "http://localhost/usr/local/bin/man2html?%s?%s" + + + # # # these lines are probably fine diff --git a/textproc/rman/pkg-comment b/textproc/rman/pkg-comment index e6aefe5d09c5..d5b8e82149a2 100644 --- a/textproc/rman/pkg-comment +++ b/textproc/rman/pkg-comment @@ -1 +1 @@ -rman - reverse compile man pages from formatted form to a number of source formats +rman-2.4 - reverse compile man pages from formatted form diff --git a/textproc/rman/pkg-descr b/textproc/rman/pkg-descr index ce3663f6dd0a..72cd7c93755a 100644 --- a/textproc/rman/pkg-descr +++ b/textproc/rman/pkg-descr @@ -2,3 +2,5 @@ RosettaMan 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. + +This is version 2.4. diff --git a/textproc/rman/pkg-plist b/textproc/rman/pkg-plist index e9491bc1fccf..763592a25eb4 100644 --- a/textproc/rman/pkg-plist +++ b/textproc/rman/pkg-plist @@ -1,3 +1,3 @@ @cwd /usr/local bin/rman -man/man1/rman.1 +man/man1/rman.1.gz |