pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update abiword to 2.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3d590c9b55c
branches: trunk
changeset: 466913:b3d590c9b55c
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Jan 24 13:10:56 2004 +0000
description:
Update abiword to 2.0.3
Changes:
o Several crasher bugs have been fixed related to Foot and
Endnotes.
o Fix a nagging bug causing Copy&Paste not to function properly.
o Lots of Windows frontend fixes and cleanups.
o Improved WordPerfect importer, adding initial support for WP4.2
and 5.x type documents.
o Improved SDW importer.
o Translation updates for the Arabic, Finish, Spanish, Albanian,
Malay and Catalan languages.
diffstat:
doc/CHANGES | 3 ++-
editors/abiword/Makefile | 12 ++++++------
editors/abiword/PLIST | 3 ++-
editors/abiword/distinfo | 6 +++---
4 files changed, 13 insertions(+), 11 deletions(-)
diffs (82 lines):
diff -r 7d2f6088c317 -r b3d590c9b55c doc/CHANGES
--- a/doc/CHANGES Sat Jan 24 12:59:50 2004 +0000
+++ b/doc/CHANGES Sat Jan 24 13:10:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4589 2004/01/24 10:55:48 jmmv Exp $
+$NetBSD: CHANGES,v 1.4590 2004/01/24 13:11:55 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -456,3 +456,4 @@
Added XFree86-docs-4.3.0 [xtraeme 2004-01-24]
Added XFree86-4.3.0 [xtraeme 2004-01-24]
Updated mjpegtools to 1.6.1.93 [jmmv 2004-01-24]
+ Updated abiword to 2.0.3 [xtraeme 2004-01-24]
diff -r 7d2f6088c317 -r b3d590c9b55c editors/abiword/Makefile
--- a/editors/abiword/Makefile Sat Jan 24 12:59:50 2004 +0000
+++ b/editors/abiword/Makefile Sat Jan 24 13:10:56 2004 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.66 2004/01/23 21:50:44 jmmv Exp $
+# $NetBSD: Makefile,v 1.67 2004/01/24 13:10:56 xtraeme Exp $
#
DISTNAME= abiword-${DIST_VER}
-PKGREVISION= 3
+PKGREVISION=
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme%NetBSD.org@localhost
HOMEPAGE= http://www.abisource.com/
@@ -28,7 +29,7 @@
MAKEFILE= GNUmakefile
-DIST_VER= 2.0.2
+DIST_VER= 2.0.3
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --with-sys-wv
@@ -42,9 +43,8 @@
BUILD_DEFS+= ABIWORD_USES_GUCHARMAP
-ABIWORD_USES_GUCHARMAP?= NO
-
-.if !empty(ABIWORD_USES_GUCHARMAP:M[Yy][Ee][Ss])
+.if defined(ABIWORD_USES_GUCHARMAP) && \
+ !empty(ABIWORD_USES_GUCHARMAP:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-gucharmap
.include "../../fonts/gucharmap/buildlink2.mk"
.else
diff -r 7d2f6088c317 -r b3d590c9b55c editors/abiword/PLIST
--- a/editors/abiword/PLIST Sat Jan 24 12:59:50 2004 +0000
+++ b/editors/abiword/PLIST Sat Jan 24 13:10:56 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2003/12/26 18:26:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/01/24 13:10:56 xtraeme Exp $
bin/AbiWord-2.0
bin/abiword
bin/ttfadmin.sh
@@ -29,6 +29,7 @@
share/AbiSuite-2.0/AbiWord/readme.txt
share/AbiSuite-2.0/AbiWord/scripts/abw2html.pl
share/AbiSuite-2.0/AbiWord/strings/am-ET.strings
+share/AbiSuite-2.0/AbiWord/strings/ar.strings
share/AbiSuite-2.0/AbiWord/strings/be-BY.strings
share/AbiSuite-2.0/AbiWord/strings/bg-BG.strings
share/AbiSuite-2.0/AbiWord/strings/br-FR.strings
diff -r 7d2f6088c317 -r b3d590c9b55c editors/abiword/distinfo
--- a/editors/abiword/distinfo Sat Jan 24 12:59:50 2004 +0000
+++ b/editors/abiword/distinfo Sat Jan 24 13:10:56 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2003/12/26 18:26:59 wiz Exp $
+$NetBSD: distinfo,v 1.23 2004/01/24 13:10:56 xtraeme Exp $
-SHA1 (abiword-2.0.2.tar.gz) = cc4d12225941cfb866d8ca37af0b026906329978
-Size (abiword-2.0.2.tar.gz) = 25957833 bytes
+SHA1 (abiword-2.0.3.tar.bz2) = d582bc616ee98166004f7dd2879d7e5fe4f7d4ab
+Size (abiword-2.0.3.tar.bz2) = 22072758 bytes
SHA1 (patch-aa) = 730e205f54516535394659c74e052bbe706e1bc2
SHA1 (patch-ab) = a678cee31946b0102e6e62145b1d87eb3b323989
Home |
Main Index |
Thread Index |
Old Index