pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/mdocml mdocml-1.9.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc3080c71b20
branches:  trunk
changeset: 571984:bc3080c71b20
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 18 13:59:10 2010 +0000

description:
mdocml-1.9.15:
- XHTML output support
- Automatic handling of strlcat / strlcpy
- Full support for \f
- More human-readable HTML output

diffstat:

 textproc/mdocml/Makefile |  11 ++++++++---
 textproc/mdocml/PLIST    |   6 +++++-
 textproc/mdocml/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 1c56eec8201c -r bc3080c71b20 textproc/mdocml/Makefile
--- a/textproc/mdocml/Makefile  Thu Feb 18 13:45:35 2010 +0000
+++ b/textproc/mdocml/Makefile  Thu Feb 18 13:59:10 2010 +0000
@@ -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 @@
 
 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 -r 1c56eec8201c -r bc3080c71b20 textproc/mdocml/PLIST
--- a/textproc/mdocml/PLIST     Thu Feb 18 13:45:35 2010 +0000
+++ b/textproc/mdocml/PLIST     Thu Feb 18 13:59:10 2010 +0000
@@ -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 -r 1c56eec8201c -r bc3080c71b20 textproc/mdocml/distinfo
--- a/textproc/mdocml/distinfo  Thu Feb 18 13:45:35 2010 +0000
+++ b/textproc/mdocml/distinfo  Thu Feb 18 13:59:10 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index