summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-05-25 10:41:21 +0000
committerwiz <wiz@pkgsrc.org>2006-05-25 10:41:21 +0000
commitc3e846fc84a5edfaab11d3ce121f2db304ad06a0 (patch)
tree5fc5fa3c7bb9d8f6c23a663aa527c574395ecb5e /textproc
parente980c3a5f520bbff17ead7c7e04a3c0695578e4b (diff)
downloadpkgsrc-c3e846fc84a5edfaab11d3ce121f2db304ad06a0.tar.gz
Update to 3.2:
2002 24 Aug used in Apple's OS X 10.2 (Jaguar) to convert manual pages for display in Project Builder 2003 28 Mar updated for groff 1.18's new escape codes remove Ensemble output format, which is obsolete remove Texinfo output format, which is not useful HTML tags in lowercase released version 3.1 5 Jun applied Aaron Hawley's patches for DocBook XML 6 Jul assume HTML browsers support full set of entity references discontinue support for Mac OS 9 and earlier (compiles out of the box on OS X) 25 tags well nested for troff source input (at last!) 26 release version 3.2
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rman/Makefile21
-rw-r--r--textproc/rman/distinfo9
-rw-r--r--textproc/rman/patches/patch-aa16
3 files changed, 10 insertions, 36 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 84ebdea75ce..16a67a43dd1 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -1,24 +1,15 @@
-# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:51 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2006/05/25 10:41:21 wiz Exp $
-DISTNAME= rman
-PKGNAME= rman-3.0.9
+DISTNAME= rman-3.2
CATEGORIES= textproc
-MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/ \
- http://polyglotman.sourceforge.net/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyglotman/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://polyglotman.sourceforge.net/
COMMENT= Produces HTML from formatted and unformatted man pages
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if exists(${X11BASE}/bin/rman)
-PKG_SKIP_REASON+= "${PKGNAME} is part of your X11 distribution"
-.endif
-
-post-install:
- strip ${PREFIX}/bin/rman
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rman ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/rman.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/rman/distinfo b/textproc/rman/distinfo
index 86cfcde957c..402ac0c934b 100644
--- a/textproc/rman/distinfo
+++ b/textproc/rman/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:49 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/05/25 10:41:21 wiz Exp $
-SHA1 (rman.tar.gz) = e068f1a10669193c95b9073d315d61e4c936180a
-RMD160 (rman.tar.gz) = 0a9b6b87282e5b8d4d30a591a84f32f16efb6033
-Size (rman.tar.gz) = 79222 bytes
-SHA1 (patch-aa) = db358c9fb26b924ccc0ee508a030faaba8ce44d5
+SHA1 (rman-3.2.tar.gz) = d3b2889b5feabb78a0422a1f5d3ae9fdf0333b79
+RMD160 (rman-3.2.tar.gz) = 5ec8830466ec478e4470fbda8635d06b8cf967b7
+Size (rman-3.2.tar.gz) = 79397 bytes
diff --git a/textproc/rman/patches/patch-aa b/textproc/rman/patches/patch-aa
deleted file mode 100644
index 2a7286c607b..00000000000
--- a/textproc/rman/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2000/08/18 00:15:34 fredb Exp $
-
---- Makefile.orig Wed Jun 21 20:05:56 2000
-+++ Makefile Thu Aug 17 18:55:34 2000
-@@ -15,9 +15,9 @@
- # this must be a directory that's in your bin PATH.
- # MANDIR holds the man page.
-
--BINDIR = /usr/local/bin
-+BINDIR = ${PREFIX}/bin
- #BINDIR = //C/bin
--MANDIR = /home/auspex/h/bair/phelps/man/man1
-+MANDIR = ${PREFIX}/man/man1
- #MANDIR = /usr/local/man/man1
-
-