aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-06-01 20:49:50 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-06-01 20:49:50 +0000
commit88d80315c519e219122fc9636e4b20076a619d2f (patch)
tree17d656e548cd8b525d35e0b71f7b470038388aea /textproc/mdocml
parent69574ce11a758a635d6e560580c7332bff50244e (diff)
downloadports-88d80315c519e219122fc9636e4b20076a619d2f.tar.gz
ports-88d80315c519e219122fc9636e4b20076a619d2f.zip
Notes
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile4
-rw-r--r--textproc/mdocml/distinfo4
-rw-r--r--textproc/mdocml/pkg-descr15
3 files changed, 18 insertions, 5 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 750ce2d4065d..5232e16cd1a2 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mdocml
-PORTVERSION= 1.11.2
+PORTVERSION= 1.11.3
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
${MASTER_SITE_LOCAL}
@@ -21,9 +21,11 @@ MAN7= eqn.7 man.7 mandoc_char.7 mdoc.7 roff.7 tbl.7
EXAMPLESDIR_REL=share/examples/mandoc
+# Skip installing preconv(1) to avoid conflicting with textproc/groff
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \
-e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \
+ -e '/INSTALL_/s/preconv\(\.1\)*//' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index 700c80071095..294cedf396b8 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mdocml-1.11.2.tar.gz) = 4f8f89a88b90c2190e7a68db54fa62b4008a72a89f8f3bdd22ccef5736875ef0
-SIZE (mdocml-1.11.2.tar.gz) = 199267
+SHA256 (mdocml-1.11.3.tar.gz) = 441d71f0c43ac4149b1274a0255de5aca17a7632e7ab6eb5f9e3161dff67f941
+SIZE (mdocml-1.11.3.tar.gz) = 205100
diff --git a/textproc/mdocml/pkg-descr b/textproc/mdocml/pkg-descr
index b01c73b74207..53328dfc1556 100644
--- a/textproc/mdocml/pkg-descr
+++ b/textproc/mdocml/pkg-descr
@@ -1,4 +1,15 @@
-The mdocml utilities compile mdoc-roff documents into a
-variety of output formats.
+mdocml is a suite of tools compiling mdoc, the roff macro package of
+choice for BSD manual pages, and man, the predominant historical
+package for UNIX manuals. The mission of mdocml is to deprecate groff,
+the GNU troff implementation, for displaying mdoc pages whilst
+providing token support for man.
+
+mdocml consists of the libmandoc validating compiler and mandoc, which
+interfaces with the compiler library to format output for UNIX
+terminals (with support for wide-character locales), XHTML, HTML,
+PostScript, and PDF.
+
+Disambiguation: mdocml is often referred to by its installed binary,
+"mandoc".
WWW: http://mdocml.bsd.lv/