diff options
author | jkh <jkh@FreeBSD.org> | 1994-12-28 08:53:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-12-28 08:53:21 +0000 |
commit | 4410ee96510ff02c10db3f18721c106cc3c3a34c (patch) | |
tree | e4c39e7164309e04ee349969f2d7dd62305584b8 /textproc | |
parent | 88ad9120c75a531faf98e20d1b16a5a24157bf44 (diff) | |
download | FreeBSD-ports-4410ee96510ff02c10db3f18721c106cc3c3a34c.zip FreeBSD-ports-4410ee96510ff02c10db3f18721c106cc3c3a34c.tar.gz |
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> brings us his rman port.
Thanks, Thomas.
Submitted by: thomas
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rman/Makefile | 12 | ||||
-rw-r--r-- | textproc/rman/files/patch-aa | 52 | ||||
-rw-r--r-- | textproc/rman/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/rman/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/rman/pkg-plist | 3 |
5 files changed, 73 insertions, 0 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile new file mode 100644 index 0000000..1c87a9b --- /dev/null +++ b/textproc/rman/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: rman +# Version required: 2.0 +# Date created: 27 Dec 1994 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# + +DISTNAME= rman +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ +WRKSRC= ${WRKDIR}/rman-2.0 + +.include <bsd.port.mk> diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa new file mode 100644 index 0000000..39d3ab4 --- /dev/null +++ b/textproc/rman/files/patch-aa @@ -0,0 +1,52 @@ +*** 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 diff --git a/textproc/rman/pkg-comment b/textproc/rman/pkg-comment new file mode 100644 index 0000000..a043461 --- /dev/null +++ b/textproc/rman/pkg-comment @@ -0,0 +1,2 @@ +rman - reverse compile man pages from formatted form +to a number of source formats diff --git a/textproc/rman/pkg-descr b/textproc/rman/pkg-descr new file mode 100644 index 0000000..ce3663f --- /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 0000000..e9491bc --- /dev/null +++ b/textproc/rman/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +bin/rman +man/man1/rman.1 |