summaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-18 13:59:10 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-18 13:59:10 +0000
commit75b87df7c3e29fb4efe0aff12495ab20280b975b (patch)
tree18735da635e8191fa3f135d314bdf3c06bd0140d /textproc/mdocml
parent62b415fccd503761b0df6454689d5ef4666f8ec2 (diff)
downloadpkgsrc-75b87df7c3e29fb4efe0aff12495ab20280b975b.tar.gz
mdocml-1.9.15:
- XHTML output support - Automatic handling of strlcat / strlcpy - Full support for \f - More human-readable HTML output
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile11
-rw-r--r--textproc/mdocml/PLIST6
-rw-r--r--textproc/mdocml/distinfo8
3 files changed, 17 insertions, 8 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 91cf1123a92..af5d55c4d7d 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2010/01/02 13:44:20 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/18 13:59:10 joerg Exp $
-DISTNAME= mdocml-1.9.14
-PKGREVISION= 1
+DISTNAME= mdocml-1.9.15
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/
@@ -17,4 +16,10 @@ INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} \
INSTALLATION_DIRS= share/examples/mandoc
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/man.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+ ${INSTALL_MAN} ${WRKSRC}/mandoc_char.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
+ ${INSTALL_MAN} ${WRKSRC}/manuals.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
+ ${INSTALL_MAN} ${WRKSRC}/mdoc.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/mdocml/PLIST b/textproc/mdocml/PLIST
index d1fc754052e..659052fabff 100644
--- a/textproc/mdocml/PLIST
+++ b/textproc/mdocml/PLIST
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2010/01/02 13:44:20 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2010/02/18 13:59:10 joerg Exp $
bin/mandoc
man/man1/mandoc.1
+man/man3
+man/man7/man.7
+man/man7/mandoc_char.7
+man/man7/manuals.7
man/man7/mdoc.7
share/examples/mandoc/example.style.css
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index 336c83e6fc7..d793746eca0 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/12/16 19:08:12 joerg Exp $
+$NetBSD: distinfo,v 1.15 2010/02/18 13:59:10 joerg Exp $
-SHA1 (mdocml-1.9.14.tar.gz) = a6cbe2d86d47d36b9fa815bb56ce2bbcd7361430
-RMD160 (mdocml-1.9.14.tar.gz) = 70e8f924afaa3ed3d6a93be7357a82d779511e0b
-Size (mdocml-1.9.14.tar.gz) = 124342 bytes
+SHA1 (mdocml-1.9.15.tar.gz) = cdb7d5b37dd57c47faf5a18dc89e0c982967c599
+RMD160 (mdocml-1.9.15.tar.gz) = 18aa1a2faf67ed3e55713c1743e66351559c4cf9
+Size (mdocml-1.9.15.tar.gz) = 128255 bytes