aboutsummaryrefslogtreecommitdiff
path: root/textproc/rman
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-19 06:54:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-19 06:54:29 +0000
commitef266c5fdb2537a4077c8cab7b77135a492eb556 (patch)
treebb48c63391ac2057ed5d9f9bde33b2b0c8b9addd /textproc/rman
parent541ec1dba1e7c2c331a383edc344b4fece9ee0a5 (diff)
downloadports-ef266c5fdb2537a4077c8cab7b77135a492eb556.tar.gz
ports-ef266c5fdb2537a4077c8cab7b77135a492eb556.zip
Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use in
commercial products) so it has NO_PACKAGE=yes.
Notes
Notes: svn path=/head/; revision=2074
Diffstat (limited to 'textproc/rman')
-rw-r--r--textproc/rman/Makefile14
-rw-r--r--textproc/rman/distinfo2
-rw-r--r--textproc/rman/files/patch-aa85
-rw-r--r--textproc/rman/pkg-comment2
-rw-r--r--textproc/rman/pkg-descr2
-rw-r--r--textproc/rman/pkg-plist2
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