diff options
author | joerg <joerg> | 2009-11-05 18:29:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-05 18:29:00 +0000 |
commit | f835d50bf886771b9c7de3915a93e34aca51db68 (patch) | |
tree | cd26457580bd8ac2d371c15acc9a1c5bd9aafea1 /textproc/mdocml | |
parent | c3eabff427ce9d8686d10ac58f5d3e43d0527699 (diff) | |
download | pkgsrc-f835d50bf886771b9c7de3915a93e34aca51db68.tar.gz |
mdocml-1.9.13:
- added: -fign-escape
- fix: -Thtml accessibility (identifiers, table summary, etc.)
- fix: -Tascii -mdoc segfault with specific `Bl -hang' lists
- portability: bzero() -> memset()
- portability: warnx -> fprintf/perror
- fix: -Thtml buffer munging with certain tags
- fix: -Thtml output of some tags (empty divs, etc.)
- portability: compiler attributes
- documentation: significant man.7 and mdoc.7 improvements
- allowing compile-time setting of operating system (-DOSNAME=xxx)
- added `PD' and `%U'
- more mdoc.7 updates
- switched from `-ooptions' to `-Ooptions'
- inclusion of DragonFlyBSD into rendered manuals
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/Makefile | 4 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index b3b41688606..3c7a12c4029 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2009/10/21 17:30:02 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/11/05 18:29:00 joerg Exp $ -DISTNAME= mdocml-1.9.9 +DISTNAME= mdocml-1.9.13 CATEGORIES= textproc devel MASTER_SITES= http://mdocml.bsd.lv/snapshots/ diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index 9fcefc4fe1b..2b28ddc7347 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/10/21 17:30:02 joerg Exp $ +$NetBSD: distinfo,v 1.13 2009/11/05 18:29:00 joerg Exp $ -SHA1 (mdocml-1.9.9.tar.gz) = c798cae5957a8cc7fe29742c15e187016bfc9b02 -RMD160 (mdocml-1.9.9.tar.gz) = f8f5fd64bdd02aa82e261aa1c5827e484206890c -Size (mdocml-1.9.9.tar.gz) = 153760 bytes +SHA1 (mdocml-1.9.13.tar.gz) = be3c38fd0e1af2513d5243546fb7b331b54103b3 +RMD160 (mdocml-1.9.13.tar.gz) = 3b61e84c5e8b173fdc29f67c67b815cfe810beb6 +Size (mdocml-1.9.13.tar.gz) = 121638 bytes |