0a8c943714
Changes 0.32-0.33 ----------------- Bug fixes: - Bug reported by Yannick PERRET <yperret@bat710.univ-lyon1.fr> fixed Old features: - The -X option is no longer supported. Replace "-X 2" by "-m 8859-2.txt" New features: - A little more accurate font translation - Full support for documents from WinWord 2.0 - Some support for documents from Word-for-DOS and WinWord 1.x - Selective header numbering. - Implementation of stylesheets. - The system-wide directory for the mapping files was changed from "/opt/antiword/share" into "/usr/share/antiword", in accordance with FHS, the file-system hierarchy standard. As suggested by Anand Buddhdev <arb@anand.org> - Antiword now turns white text into light gray text. - Antiword is now closer to "64-bit clean". Based on information supplied by Duncan Haldane <f.duncan.m.haldane@worldnet.att.net>
19 lines
516 B
Makefile
19 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/08/21 03:39:42 rh Exp $
|
|
#
|
|
|
|
DISTNAME= antiword-0.33
|
|
CATEGORIES= textproc print
|
|
MASTER_SITES= http://www.winfield.demon.nl/linux/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.winfield.demon.nl/index.html
|
|
COMMENT= free converter MS Word to text and Postscript converter
|
|
|
|
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"
|