summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-31 13:08:33 +0000
committerwiz <wiz@pkgsrc.org>2015-05-31 13:08:33 +0000
commit6904a00497708a23394a39d00398dfe6bfeeca70 (patch)
tree529526ebc441e665bb71cea2d9b102eb5f5b8f7a /textproc
parent43271332e0325d5fb979dbeac4691ccf30716498 (diff)
downloadpkgsrc-6904a00497708a23394a39d00398dfe6bfeeca70.tar.gz
Update to 0.2:
0.2: * SYNOPSIS preprocessor lines use Fd. * Names found in the SYNOPSIS are remembered using Marc Espie's ohash library (bundled for compatibility with operating systems lacking it); that information is used subsequently to mark up function names with Fn, function arguments with Fa, type names with Vt, preprocessor macros with Dv. * Foreign function names are marked up with Xr. * Whitespace handling has been improved in many respects (blank lines in literal displays; re-wrap text lines; new sentence, new line; better horizontal spacing; no more whitespace at the end of lines). * Improved handling of closing punctuation. * Escaping of quotes at the beginning of macro arguments.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pod2mdoc/Makefile10
-rw-r--r--textproc/pod2mdoc/distinfo8
2 files changed, 12 insertions, 6 deletions
diff --git a/textproc/pod2mdoc/Makefile b/textproc/pod2mdoc/Makefile
index ec619cb1355..6bf1d889276 100644
--- a/textproc/pod2mdoc/Makefile
+++ b/textproc/pod2mdoc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/11/17 22:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/05/31 13:08:33 wiz Exp $
-DISTNAME= pod2mdoc-0.1
+DISTNAME= pod2mdoc-0.2
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/pod2mdoc/snapshots/
EXTRACT_SUFX= .tgz
@@ -18,4 +18,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pod2mdoc ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/pod2mdoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+CPPFLAGS+= -DHAVE_OHASH=0
+.endif
+
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/pod2mdoc/distinfo b/textproc/pod2mdoc/distinfo
index 728db5ea4dc..a988bed3dc8 100644
--- a/textproc/pod2mdoc/distinfo
+++ b/textproc/pod2mdoc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/11/17 22:27:56 wiz Exp $
+$NetBSD: distinfo,v 1.8 2015/05/31 13:08:33 wiz Exp $
-SHA1 (pod2mdoc-0.1.tgz) = f6fd9049bb9b06235947af45834e95acd5845333
-RMD160 (pod2mdoc-0.1.tgz) = bc91d753c03568ae5371d4f8a0eb7af6c72aaa65
-Size (pod2mdoc-0.1.tgz) = 14674 bytes
+SHA1 (pod2mdoc-0.2.tgz) = 1948ebfcce4d7da07af97503cc35a50162447f0c
+RMD160 (pod2mdoc-0.2.tgz) = 14c20b4f2d4ff97aee5576a967cf7ed5d35b40a1
+Size (pod2mdoc-0.2.tgz) = 19637 bytes