pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/antiword Update to 0.37:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b49b688c860
branches: trunk
changeset: 503150:8b49b688c860
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 14 23:04:13 2005 +0000
description:
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:
textproc/antiword/Makefile | 4 ++--
textproc/antiword/PLIST | 3 ++-
textproc/antiword/distinfo | 11 +++++------
textproc/antiword/patches/patch-aa | 15 +++++++--------
textproc/antiword/patches/patch-ab | 13 -------------
5 files changed, 16 insertions(+), 30 deletions(-)
diffs (108 lines):
diff -r 7625e21222dc -r 8b49b688c860 textproc/antiword/Makefile
--- a/textproc/antiword/Makefile Mon Nov 14 22:53:09 2005 +0000
+++ b/textproc/antiword/Makefile Mon Nov 14 23:04:13 2005 +0000
@@ -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/
diff -r 7625e21222dc -r 8b49b688c860 textproc/antiword/PLIST
--- a/textproc/antiword/PLIST Mon Nov 14 22:53:09 2005 +0000
+++ b/textproc/antiword/PLIST Mon Nov 14 23:04:13 2005 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2004/11/28 14:16:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/11/14 23:04:13 wiz Exp $
bin/antiword
bin/kantiword
man/man1/antiword.1
share/antiword/8859-1.txt
share/antiword/8859-10.txt
+share/antiword/8859-11.txt
share/antiword/8859-13.txt
share/antiword/8859-14.txt
share/antiword/8859-15.txt
diff -r 7625e21222dc -r 8b49b688c860 textproc/antiword/distinfo
--- a/textproc/antiword/distinfo Mon Nov 14 22:53:09 2005 +0000
+++ b/textproc/antiword/distinfo Mon Nov 14 23:04:13 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2005/10/07 15:46:15 joerg Exp $
+$NetBSD: distinfo,v 1.16 2005/11/14 23:04:13 wiz Exp $
-SHA1 (antiword-0.36.1.tar.gz) = 36478acb583200e44e0a688eb859894d984e5854
-RMD160 (antiword-0.36.1.tar.gz) = f2ac45b3aa3d3f6450f91e5b3e53f2de5c714313
-Size (antiword-0.36.1.tar.gz) = 292753 bytes
-SHA1 (patch-aa) = b012848f3cab517d52aede692740604aefd09d7c
-SHA1 (patch-ab) = 36206daaae9fcb3dafadc0293e51d8c5cb77f6d8
+SHA1 (antiword-0.37.tar.gz) = 4364f7f99cb2d37f7d1d5bc14a335ccc0c67292e
+RMD160 (antiword-0.37.tar.gz) = 506ca4a7a7fa9fd4574092798a7fffacd9a3a0a0
+Size (antiword-0.37.tar.gz) = 317884 bytes
+SHA1 (patch-aa) = 27cd582ced9822bbaefddd73d2fe2ba6c904ae1f
diff -r 7625e21222dc -r 8b49b688c860 textproc/antiword/patches/patch-aa
--- a/textproc/antiword/patches/patch-aa Mon Nov 14 22:53:09 2005 +0000
+++ b/textproc/antiword/patches/patch-aa Mon Nov 14 23:04:13 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.9 2004/11/23 18:20:03 wiz Exp $
+$NetBSD: patch-aa,v 1.10 2005/11/14 23:04:13 wiz Exp $
---- Makefile.orig 2004-10-21 20:13:03.000000000 +0200
+--- Makefile.orig 2005-10-29 19:13:15.000000000 +0200
+++ Makefile
@@ -2,8 +2,8 @@
# Makefile for antiword (Linux version)
@@ -22,8 +22,8 @@
LDFLAGS =
OBJS =\
-@@ -30,22 +30,31 @@ OBJS =\
- xmalloc.o xml.o
+@@ -30,22 +30,30 @@ OBJS =\
+ wordlib.o wordmac.o wordole.o wordwin.o xmalloc.o xml.o
PROGS =\
- antiword\
@@ -57,11 +57,10 @@
+ for i in Resources/* ; do \
+ ${BSD_INSTALL_DATA} $$i ${GLOBAL_RESOURCES_DIR};\
+ done
-+
# NOTE: you might have to be root to do this
global_install: all
-@@ -70,10 +79,11 @@ global_uninstall:
+@@ -70,10 +78,11 @@ global_uninstall:
clean:
rm -f $(OBJS)
rm -f $(PROGS)
@@ -73,8 +72,8 @@
+ $(CC) $(CFLAGS) $(OBJS) -o $@
@chmod 750 $@
- kantiword: Unix-only/KDE2-only/kantiword.sh
-@@ -82,9 +92,6 @@ kantiword: Unix-only/KDE2-only/kantiword
+ kantiword: Unix-only/KDE3-only/kantiword.sh
+@@ -82,9 +91,6 @@ kantiword: Unix-only/KDE3-only/kantiword
cat $? >> $@
@chmod 750 $@
diff -r 7625e21222dc -r 8b49b688c860 textproc/antiword/patches/patch-ab
--- a/textproc/antiword/patches/patch-ab Mon Nov 14 22:53:09 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.9 2005/10/07 15:46:15 joerg Exp $
-
---- main_u.c.orig Thu Oct 14 11:49:18 2004
-+++ main_u.c
-@@ -29,7 +29,7 @@
- #include <fcntl.h>
- #include <io.h>
- #endif /* __dos */
--#if defined(__STDC_ISO_10646__)
-+#if defined(__STDC_ISO_10646__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__DragonFly__)
- #include <locale.h>
- #endif /* __STDC_ISO_10646__ */
- #if defined(N_PLAT_NLM)
Home |
Main Index |
Thread Index |
Old Index