diff options
author | rh <rh> | 2001-10-17 06:22:38 +0000 |
---|---|---|
committer | rh <rh> | 2001-10-17 06:22:38 +0000 |
commit | b1b74825a1d56c4e486f8d0bfdfd9683621ea40c (patch) | |
tree | 35baca0ac6aa41acb8c3408cc83e261d592b6226 /textproc/antiword/Makefile | |
parent | 42e99b09ba4b0be7c5f09f8a83b79900d69511a6 (diff) | |
download | pkgsrc-b1b74825a1d56c4e486f8d0bfdfd9683621ea40c.tar.gz |
Update antiword to 0.23. The package now includes a MESSAGE that describes
how to set up a default configuration. Changes in the original program are
Bug fixes:
- Bug reported by Forrest J. Cavalier III <mibsoft@mibsoftware.com> fixed
- Bug reported by Jan ONDREJ (SAL) <ondrejj@salstar.sk> fixed
- Bug in dealing with RLE compressed bitmap images fixed
- Bug in the image scaling fixed (RISC OS only)
New features:
- Improved leading. (Unix only; PostScript version only)
- Antiword can now read from the standard input. This is based on an idea
by Matthew Miller <mattdm@mattdm.org> (Unix only)
- A white background looks much better. (RISC OS only)
- A system-wide directory for the mapping files. As suggested by Sven
Geggus <sven@geggus.net> and many others. (Unix only)
- Antiword can now deal with documents larger than 7 MB.
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 080cb6fbe1f..4399f8b36c1 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/06/13 00:12:10 simonb Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/17 06:22:38 rh Exp $ # -DISTNAME= antiword-0.31 +DISTNAME= antiword-0.32 WRKSRC= ${WRKDIR}/${DISTNAME:S/-/./} CATEGORIES= textproc print MASTER_SITES= http://www.winfield.demon.nl/linux/ |