pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/pod2mdoc Update to 0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c65f3623e31
branches:  trunk
changeset: 652391:7c65f3623e31
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 31 13:08:33 2015 +0000

description:
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:

 textproc/pod2mdoc/Makefile |  10 ++++++++--
 textproc/pod2mdoc/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 597a3cb02a76 -r 7c65f3623e31 textproc/pod2mdoc/Makefile
--- a/textproc/pod2mdoc/Makefile        Sun May 31 13:06:32 2015 +0000
+++ b/textproc/pod2mdoc/Makefile        Sun May 31 13:08:33 2015 +0000
@@ -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 @@
        ${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 -r 597a3cb02a76 -r 7c65f3623e31 textproc/pod2mdoc/distinfo
--- a/textproc/pod2mdoc/distinfo        Sun May 31 13:06:32 2015 +0000
+++ b/textproc/pod2mdoc/distinfo        Sun May 31 13:08:33 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index