summaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-06-16 18:15:30 +0000
committerjoerg <joerg@pkgsrc.org>2010-06-16 18:15:30 +0000
commitc8f42c5c877d3ed0335a94acca26c3b004749f0d (patch)
tree1dfda7b2bcdf62b91ee28f0d842876da1e6bb006 /textproc/mdocml
parent9063fc63aa986888a882fca77b05e276e39d432b (diff)
downloadpkgsrc-c8f42c5c877d3ed0335a94acca26c3b004749f0d.tar.gz
mdocml-1.10.1:
- Support multiline .Bl -column content - cleanup SYNOPSIS macro handling - Allow specifying the terminal width for -Tascii - Initial PostScript output - Basic support for the low-level roff macros - Better support for obsolete .Xo/.Xc macros if compiled with -DUGLY - Correct handling of opening punctuation in macros for mdoc(7) - Discard more of the pod2man junk - Various cleanups and improvements
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile19
-rw-r--r--textproc/mdocml/PLIST15
-rw-r--r--textproc/mdocml/distinfo8
3 files changed, 22 insertions, 20 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index af5d55c4d7d..b1f370cea30 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2010/02/18 13:59:10 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2010/06/16 18:15:30 joerg Exp $
-DISTNAME= mdocml-1.9.15
+DISTNAME= mdocml-1.10.1
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/
@@ -10,16 +10,17 @@ COMMENT= mdoc macro compiler
PKG_DESTDIR_SUPPORT= user-destdir
-INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} \
- MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \
- INSTALL_PROGRAM=${INSTALL_PROGRAM:Q}
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man3 ${PKGMANDIR}/man7 share/examples/mandoc
-INSTALLATION_DIRS= share/examples/mandoc
-
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mandoc ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+ ${INSTALL_MAN} ${WRKSRC}/man.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/mandoc_man.7
${INSTALL_MAN} ${WRKSRC}/mandoc_char.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
- ${INSTALL_MAN} ${WRKSRC}/manuals.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
+ ${INSTALL_MAN} ${WRKSRC}/mdoc.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/mandoc_mdoc.7
${INSTALL_MAN} ${WRKSRC}/mdoc.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+ ${INSTALL_MAN} ${WRKSRC}/roff.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+ ${INSTALL_MAN} ${WRKSRC}/roff.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/mandoc_roff.7
+ ${INSTALL_DATA} ${WRKSRC}/example.style.css ${DESTDIR}${PREFIX}/share/examples/mandoc/style.css
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/mdocml/PLIST b/textproc/mdocml/PLIST
index 659052fabff..7c43ed34d5e 100644
--- a/textproc/mdocml/PLIST
+++ b/textproc/mdocml/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2010/02/18 13:59:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/06/16 18:15:30 joerg Exp $
bin/mandoc
-man/man1/mandoc.1
-man/man3
-man/man7/man.7
+man/man3/man.3
+man/man3/mdoc.3
+man/man3/roff.3
man/man7/mandoc_char.7
-man/man7/manuals.7
-man/man7/mdoc.7
-share/examples/mandoc/example.style.css
+man/man7/mandoc_man.7
+man/man7/mandoc_mdoc.7
+man/man7/mandoc_roff.7
+share/examples/mandoc/style.css
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index d793746eca0..0b107cf2cb8 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2010/02/18 13:59:10 joerg Exp $
+$NetBSD: distinfo,v 1.16 2010/06/16 18:15:30 joerg Exp $
-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
+SHA1 (mdocml-1.10.1.tar.gz) = 1f39e4c36e33ce6b2ed462df373e87f79e0cc1f4
+RMD160 (mdocml-1.10.1.tar.gz) = 708052c43b1222287d89e1a1356eb240d65cd201
+Size (mdocml-1.10.1.tar.gz) = 149517 bytes