diff options
-rw-r--r-- | textproc/Makefile | 24 | ||||
-rw-r--r-- | textproc/rman/Makefile | 22 | ||||
-rw-r--r-- | textproc/rman/files/md5 | 1 | ||||
-rw-r--r-- | textproc/rman/patches/patch-aa | 25 | ||||
-rw-r--r-- | textproc/rman/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/rman/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/rman/pkg/PLIST | 2 |
7 files changed, 79 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile new file mode 100644 index 00000000000..c4493c33ed5 --- /dev/null +++ b/textproc/Makefile @@ -0,0 +1,24 @@ +# $Id: Makefile,v 1.1.1.1 1997/10/30 01:04:20 hubertf Exp $ +# + + SUBDIR += agrep + SUBDIR += docbook + SUBDIR += glimpse + SUBDIR += html + SUBDIR += info2html + SUBDIR += isearch + SUBDIR += iso12083 + SUBDIR += iso8879 + SUBDIR += ispell + SUBDIR += jade + SUBDIR += linuxdoc + SUBDIR += mgdiff + SUBDIR += par + SUBDIR += pilot_makedoc + SUBDIR += rman + SUBDIR += sgmlformat + SUBDIR += sp + SUBDIR += unroff + SUBDIR += wdiff + +.include <bsd.port.subdir.mk> 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 |