diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-23 18:20:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-23 18:20:03 +0000 |
commit | 379399e54b14537b3c111bd2e9bb18954d52ae22 (patch) | |
tree | 50fbe411f688d13883ff81d5f1af4d583e9d6fea /textproc/antiword/Makefile | |
parent | ed98fd1662d717c1cea1b41a0a052407f6a58a09 (diff) | |
download | pkgsrc-379399e54b14537b3c111bd2e9bb18954d52ae22.tar.gz |
Update to 0.36:
Bug fixes:
- Bug reported by Michael Minn <mail@michaelminn.com> fixed
New features:
- The default mapping file is now based on the locale (Unix/Linux) or on
the active codepage (DOS)
- A Word document can now be saved as "formatted" text. That means with things
like *bold* to show bold text, /italics/ to show italics and _undeline_ to
show underlined text are added to the plain text. Based on patches send by
Ofir Reichenberg <ofir@qlusters.com>
- Improved table parsing. Based on information supplied by Bastien Legras
<bastien.legras@nectech.fr> and Alex de Kruijff <freebsd@akruijff.dds.nl>
- A Word document can now be saved in PDF.
- First attempt to support PostScript output in the Cyrillic alphabet. Based
on work done by Alexander Belyaev <isle@free.kursknet.ru>
- Better support for the Cyrillic alphabet
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 7ee9ced9b6b..3f2c787972f 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/12/12 22:31:55 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/11/23 18:20:03 wiz Exp $ # -DISTNAME= antiword-0.35 +DISTNAME= antiword-0.36 CATEGORIES= textproc converters print MASTER_SITES= http://www.winfield.demon.nl/linux/ |