diff options
author | wiz <wiz> | 2005-11-14 23:04:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-14 23:04:13 +0000 |
commit | 4f77e46e4e57dc9d2d57a25f81a1a3ae061c798f (patch) | |
tree | 48f17542e8264ce649b92ae6f8827406e4821dcc /textproc/antiword/Makefile | |
parent | a015d1831c2fd80a5fd62e593af3d10a17c586ee (diff) | |
download | pkgsrc-4f77e46e4e57dc9d2d57a25f81a1a3ae061c798f.tar.gz |
Update to 0.37:
Changes 0.36 to 0.37
--------------------
Bug fixes:
- Bug reported by Suzanne Skinner (and others) fixed
New features:
- XML/DocBook output now contains <footnote> tags
- Antiword is now based on DeskLib instead of RISC_OSLib (RISC OS only)
- Show page headers and footers (PostScript and PDF output only)
- Show text that was removed by the revisioning system
- Improved kantiword, based on information from Stefan Wiens
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r-- | textproc/antiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 46f7265e605..6d6fce47821 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2005/09/08 10:37:15 markd Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/14 23:04:13 wiz Exp $ # -DISTNAME= antiword-0.36.1 +DISTNAME= antiword-0.37 CATEGORIES= textproc converters print MASTER_SITES= http://www.winfield.demon.nl/linux/ |