ed84bdcb51
Changes 0.34 to 0.35 -------------------- Bug fixes: - Bug in the use of the environment variable ANTIWORDHOME New features: - The XML/DocBook output is slightly better. - Scale view window is closed when the main window is closed. Thanks to Tony Moore <old_coaster@yahoo.co.uk> (RISC OS only) - More support for WinWord 1.x documents Changes 0.33 to 0.34 -------------------- Bug fixes: - Bug in UTF-8 tables fixed - Bug reported by Stewart Goldwater <sg@janus.freeserve.co.uk> fixed - Bug reported by Karl-Otto Linn <linn@informatik.fh-wiesbaden.de> fixed - Fixed a bug that made DOS hang when Antiword processed a document > 8 MB. New features: - Better approximations for fancy characters in the output - A Word document can now be saved as XML/DocBook. - Linux Makefile is now closer to conventions. - Support for Text Boxes - An environment variable ANTIWORDHOME was added to create a more flexable place for the fontnames file and the mapping files. - Antiword is now Latin9 enabled. Thanks to Stefan Bellon <sbellon@sbellon.de> (RISC OS only) - Some support for MacWord 4 and 5 documents - More support for Word-for-DOS documents - Support for superscripts and subscripts - Displays slightly more images. - Improved lists, especially in documents from Word 97 or later.
21 lines
543 B
Makefile
21 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.13 2003/12/12 22:31:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= antiword-0.35
|
|
CATEGORIES= textproc converters print
|
|
MASTER_SITES= http://www.winfield.demon.nl/linux/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.winfield.demon.nl/index.html
|
|
COMMENT= Free MS Word to text and PostScript converter
|
|
|
|
CONFLICTS= siag-[0-9]*
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} ; \
|
|
for pf in antiword.h Docs/antiword.1 ; do \
|
|
${MV} $${pf} $${pf}.old ; \
|
|
${SED} -e "s|/usr/share|${PREFIX}/share|g" $${pf}.old > $${pf} ; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|