summaryrefslogtreecommitdiff
path: root/textproc/rman
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-30 01:04:20 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-30 01:04:20 +0000
commit0641a96c3ecec18e299e8c01d60dd0fef3b1da68 (patch)
tree8d8ab42f58c72797850c04b1d3cc46db7d15bb77 /textproc/rman
parent2ff164b5045c189917c809cda832f7b9c968e16b (diff)
downloadpkgsrc-0641a96c3ecec18e299e8c01d60dd0fef3b1da68.tar.gz
import rman & Makefile
Diffstat (limited to 'textproc/rman')
-rw-r--r--textproc/rman/Makefile22
-rw-r--r--textproc/rman/files/md51
-rw-r--r--textproc/rman/patches/patch-aa25
-rw-r--r--textproc/rman/pkg/COMMENT1
-rw-r--r--textproc/rman/pkg/DESCR4
-rw-r--r--textproc/rman/pkg/PLIST2
6 files changed, 55 insertions, 0 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
new file mode 100644
index 00000000000..3b8ad58f186
--- /dev/null
+++ b/textproc/rman/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rman
+# Version required: 3.0.3a12
+# Date created: 27 Dec 1994
+# Whom: Thomas Gellekum <tg@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/30 01:04:20 hubertf Exp $
+#
+
+DISTNAME= rman-3.0.3a12
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= tg@FreeBSD.org
+
+NO_CDROM= "License required"
+MAN1= rman.1
+
+post-install:
+ @strip ${PREFIX}/bin/rman
+
+.include <bsd.port.mk>
diff --git a/textproc/rman/files/md5 b/textproc/rman/files/md5
new file mode 100644
index 00000000000..7e866104d24
--- /dev/null
+++ b/textproc/rman/files/md5
@@ -0,0 +1 @@
+MD5 (rman-3.0.3a12.tar.Z) = 19945ee55329bbbd1f26b5a05677e771
diff --git a/textproc/rman/patches/patch-aa b/textproc/rman/patches/patch-aa
new file mode 100644
index 00000000000..026daa3dc8a
--- /dev/null
+++ b/textproc/rman/patches/patch-aa
@@ -0,0 +1,25 @@
+--- Makefile.orig Sat Apr 12 08:59:15 1997
++++ Makefile Sat May 31 04:52:01 1997
+@@ -15,17 +15,16 @@
+ # 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
++PREFIX?= /usr/local
++BINDIR = ${PREFIX}/bin
++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
diff --git a/textproc/rman/pkg/COMMENT b/textproc/rman/pkg/COMMENT
new file mode 100644
index 00000000000..8f064369249
--- /dev/null
+++ b/textproc/rman/pkg/COMMENT
@@ -0,0 +1 @@
+Reverse compile man pages from formatted form.
diff --git a/textproc/rman/pkg/DESCR b/textproc/rman/pkg/DESCR
new file mode 100644
index 00000000000..ce3663f6dd0
--- /dev/null
+++ b/textproc/rman/pkg/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/textproc/rman/pkg/PLIST b/textproc/rman/pkg/PLIST
new file mode 100644
index 00000000000..2408c10ce2b
--- /dev/null
+++ b/textproc/rman/pkg/PLIST
@@ -0,0 +1,2 @@
+bin/rman
+man/man1/rman.1.gz