diff options
author | wiz <wiz@pkgsrc.org> | 2004-08-04 12:18:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-08-04 12:18:35 +0000 |
commit | a5decaf47648706b994b8e0af7d3f6e5653ffcce (patch) | |
tree | eeae9510201e2ee26c470d74f05fc0b370543910 | |
parent | e184c8e8bb54afb4dd62522ae7ad4ae8fad092dd (diff) | |
download | pkgsrc-a5decaf47648706b994b8e0af7d3f6e5653ffcce.tar.gz |
Update to 1.12:
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1
- Implemented handling of mdoc .Brq macro. Code no longer chokes on
multiple Synopsis headers.
* Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1
- Speed optimizations. Improved pod2man detection. Close <anchor/> properly.
.UN before .SH or .SS sets the XML ID of the generated section.
Boldfaced lines immediately before tables are interpreted as titles. .UR now
generates <link> for local links. Improved .RE handling that fixes
a couple of edge cases. Multiline table entries are now interpreted as full
blocks, so commands work normally there.
* Tue Jul 6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1
- Enhance to handle lynx dump pages. Fix .Fa interpretation.
Gets 96% of 10862 Fedora Core 2 pages.
-rw-r--r-- | textproc/doclifter/Makefile | 4 | ||||
-rw-r--r-- | textproc/doclifter/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index e60139022ec..2456c13e46c 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/06/29 23:54:57 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2004/08/04 12:18:35 wiz Exp $ # -DISTNAME= doclifter-1.9 +DISTNAME= doclifter-1.12 CATEGORIES= textproc MASTER_SITES= http://catb.org/~esr/doclifter/ diff --git a/textproc/doclifter/distinfo b/textproc/doclifter/distinfo index f97e39d1e41..f4d708eb079 100644 --- a/textproc/doclifter/distinfo +++ b/textproc/doclifter/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/06/29 23:54:57 wiz Exp $ +$NetBSD: distinfo,v 1.5 2004/08/04 12:18:35 wiz Exp $ -SHA1 (doclifter-1.9.tar.gz) = 2b8a92a5375e687e67a9bd08f9a83edf5ed785ac -Size (doclifter-1.9.tar.gz) = 101240 bytes +SHA1 (doclifter-1.12.tar.gz) = b7cca4985b1c67f334858d02e4bfbe7507378715 +Size (doclifter-1.12.tar.gz) = 110904 bytes |