diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-18 14:20:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-18 14:20:03 +0000 |
commit | 518b811363f2a882ca4977e986f401a2641ef2c8 (patch) | |
tree | 6ce8a9e5bc811e432438cfd4ea802bd4095367db /textproc/mdocml | |
parent | f16fcd0873b564fe3f766c88793a5230a47658fe (diff) | |
download | pkgsrc-518b811363f2a882ca4977e986f401a2641ef2c8.tar.gz |
Update to 1.10.6:
27-09-2010: version 1.10.6
Calling conventions for mandoc have changed: -W improved and -f
deprecated. Non-ASCII characters are also now uniformly discarded.
Lots of documentation improvements. Many incremental fixes accomodating
for groff's more interesting productions. Lastly, pod2man preambles
are now fully accepted after some considerable roff and special
character support.
27-07-2010: version 1.10.5
Primarily a bug-fix and polish release, but including -Tpdf support
in mandoc by way of Summer of Code. Highlights:
* fix "Sm" and "Bd" handling
* fix end-of-sentence handling for embedded sentences
* polish man documentation
* document all mdoc macros
* polish mandoc -Tps output
* lots of internal clean-ups in character escapes
* un-break literal contexts in man documents
* improve -Thtml output for -man
* add mandoc -Tpdf support
12-07-2010: version 1.10.4
Lots of features developed during both Summer of Code and the
OpenBSD c2k10 hackathon:
* minimal "ds" roff symbols are supported
* "Bk" mdoc support
* beautified SYNOPSIS section output
* variable font-width and paper-size support in mandoc -Tps output
* acceptance of scope-block breakage in mdoc
* clarify error message status
* many minor bug-fixes and formatting issues resolved
19-06-2010: version 1.10.2
Small release featuring text-decoration in -Tps output, a few minor
relaxations of errors, and some optimisations.
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/Makefile | 7 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index b1f370cea30..48f835d6ec9 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.19 2010/06/16 18:15:30 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2010/12/18 14:20:03 wiz Exp $ -DISTNAME= mdocml-1.10.1 +DISTNAME= mdocml-1.10.6 CATEGORIES= textproc devel MASTER_SITES= http://mdocml.bsd.lv/snapshots/ MAINTAINER= kristaps@kth.se HOMEPAGE= http://mdocml.bsd.lv/ -COMMENT= mdoc macro compiler +COMMENT= Man page tool (mdoc macro compiler) +LICENSE= 2-clause-bsd # not exactly, but near enough PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index 0b107cf2cb8..ac6ea4cbb63 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2010/06/16 18:15:30 joerg Exp $ +$NetBSD: distinfo,v 1.17 2010/12/18 14:20:03 wiz Exp $ -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 +SHA1 (mdocml-1.10.6.tar.gz) = c3f8ea1f26a9cc8773b482bee2c90cf6e4b4dc34 +RMD160 (mdocml-1.10.6.tar.gz) = c5c041b32e800a5e8b8fd03d604fb1f0e94a5828 +Size (mdocml-1.10.6.tar.gz) = 166990 bytes |