pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/pod2mdoc Import pod2mdoc-0.0.8 as textproc/po...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8efed89b553
branches:  trunk
changeset: 632486:a8efed89b553
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:13:16 2014 +0000

description:
Import pod2mdoc-0.0.8 as textproc/pod2mdoc.

The pod2mdoc utility is a converter from POD into mdoc. It's meant
to operate like pod2man; however, it doesn't require a Perl
installation: pod2mdoc is a standalone ISC-licensed ISO C utility
and should compile on any modern UNIX system.

diffstat:

 textproc/pod2mdoc/DESCR    |   4 ++++
 textproc/pod2mdoc/Makefile |  21 +++++++++++++++++++++
 textproc/pod2mdoc/PLIST    |   3 +++
 textproc/pod2mdoc/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 287e0e6039ea -r a8efed89b553 textproc/pod2mdoc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pod2mdoc/DESCR   Mon Mar 31 08:13:16 2014 +0000
@@ -0,0 +1,4 @@
+The pod2mdoc utility is a converter from POD into mdoc. It's meant
+to operate like pod2man; however, it doesn't require a Perl
+installation: pod2mdoc is a standalone ISC-licensed ISO C utility
+and should compile on any modern UNIX system.
diff -r 287e0e6039ea -r a8efed89b553 textproc/pod2mdoc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pod2mdoc/Makefile        Mon Mar 31 08:13:16 2014 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/03/31 08:13:16 wiz Exp $
+
+DISTNAME=      pod2mdoc-0.0.8
+CATEGORIES=    textproc
+MASTER_SITES=  http://mdocml.bsd.lv/pod2mdoc/snapshots/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://mdocml.bsd.lv/pod2mdoc/
+COMMENT=       Convert perl documentation (POD) into man pages (mdoc)
+LICENSE=       isc
+
+BUILD_TARGET=  pod2mdoc
+
+INSTALLATION_DIRS=     bin     ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/pod2mdoc ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/pod2mdoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r 287e0e6039ea -r a8efed89b553 textproc/pod2mdoc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pod2mdoc/PLIST   Mon Mar 31 08:13:16 2014 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2014/03/31 08:13:16 wiz Exp $
+bin/pod2mdoc
+man/man1/pod2mdoc.1
diff -r 287e0e6039ea -r a8efed89b553 textproc/pod2mdoc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/pod2mdoc/distinfo        Mon Mar 31 08:13:16 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/03/31 08:13:16 wiz Exp $
+
+SHA1 (pod2mdoc-0.0.8.tgz) = 5545258eb13a1331e76ec52b8f6bf453dbaea2f5
+RMD160 (pod2mdoc-0.0.8.tgz) = 34f4da892b898146031825c6abde31c0674ab617
+Size (pod2mdoc-0.0.8.tgz) = 10026 bytes



Home | Main Index | Thread Index | Old Index