diff options
author | uqs <uqs@FreeBSD.org> | 2011-06-02 04:49:50 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-06-02 04:49:50 +0800 |
commit | f6355cb995ba7d550f2ee4b3d4684a7b464c2774 (patch) | |
tree | 50684222f886b9bb8647d30e6e1147511266d6a0 /textproc | |
parent | 8a376ed48f0c96d156cfe371e18eeb4dd5c06bb1 (diff) | |
download | freebsd-ports-gnome-f6355cb995ba7d550f2ee4b3d4684a7b464c2774.tar.gz freebsd-ports-gnome-f6355cb995ba7d550f2ee4b3d4684a7b464c2774.tar.zst freebsd-ports-gnome-f6355cb995ba7d550f2ee4b3d4684a7b464c2774.zip |
Update mdocml to 1.11.3.
preconv(1) is not being installed to avoid conflicting with textproc/groff
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 4 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 4 | ||||
-rw-r--r-- | textproc/mdocml/pkg-descr | 15 |
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/ |