diff options
author | jlam <jlam> | 2001-08-10 04:50:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-10 04:50:08 +0000 |
commit | bed4d655483385f65509604b883e1475336dfc42 (patch) | |
tree | e9c0ab21297eebbe2d9ded72d9a04edcd32e2bc9 /editors/abiword | |
parent | f43077e84a171386b10a562c8f7af56dca42f9f0 (diff) | |
download | pkgsrc-bed4d655483385f65509604b883e1475336dfc42.tar.gz |
Update abiword-personal to 0.9.0. This release is the first in the final
push toward a 1.0 release for AbiWord. Users will find this release is much
faster and uses far fewer resources. Major changes from version 0.7.14:
* _Tons_ of bug fixes
* Fully Customizable Styles
* Multi-Lingual Spell checking (Spell check in multiple languages)
* Line Based Tables
* Automatic Numbered Headings
* Import/export improvements and additions
* Preview as Web
* Tons of Locale definitions
* Plugin Architecture
* AutoSaves of document
* Major Encoding fixes and Improvements
* Perl Bindings for AbiWord
* Updated our Distrubuted Type 1 Fonts
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 42 | ||||
-rw-r--r-- | editors/abiword/distinfo | 30 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ab | 6 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ac | 14 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ae | 10 | ||||
-rw-r--r-- | editors/abiword/patches/patch-af | 12 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ag | 26 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ai | 26 | ||||
-rw-r--r-- | editors/abiword/patches/patch-aj | 22 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ak | 20 | ||||
-rw-r--r-- | editors/abiword/pkg/DEINSTALL | 28 | ||||
-rw-r--r-- | editors/abiword/pkg/INSTALL | 29 | ||||
-rw-r--r-- | editors/abiword/pkg/PLIST | 265 |
13 files changed, 402 insertions, 128 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 672bf03f826..3690675279c 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,28 +1,21 @@ -# $NetBSD: Makefile,v 1.32 2001/07/02 08:07:08 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2001/08/10 04:50:08 jlam Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must -# be named "AbiWord Personal" or some name completely unlike AbiSource's -# registered trademarks. +# be named either "AbiWord Personal" or some name completely unlike +# AbiSource's registered trademarks. -DISTNAME= abi-${ABIWORD_VERS} +DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} -ABIWORD_VERS= 0.7.14 +ABIWORD_VERS= 0.9.0 CATEGORIES= editors -MASTER_SITES= http://www.abisource.com/downloads/Version-${ABIWORD_VERS}/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} DIST_SUBDIR= abisuite -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DISTFILES+= abidistfiles-${ABIWORD_VERS}${EXTRACT_SUFX} -DISTFILES+= expat-${ABIWORD_VERS}${EXTRACT_SUFX} -DISTFILES+= psiconv-${ABIWORD_VERS}${EXTRACT_SUFX} -DISTFILES+= unixfonts-${ABIWORD_VERS}${EXTRACT_SUFX} -DISTFILES+= wv-${ABIWORD_VERS}${EXTRACT_SUFX} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.abisource.com/ COMMENT= Open Source cross-platform word processor -BUILD_DEPENDS+= unzip-*:../../archivers/unzip DEPENDS+= ispell-base-*:../../textproc/ispell-base USE_BUILDLINK_ONLY= # defined @@ -44,20 +37,31 @@ XLDFLAGS= ${LDFLAGS} -liconv MAKE_ENV+= OS_CFLAGS="${OS_CFLAGS}" MAKE_ENV+= XLDFLAGS="${XLDFLAGS}" +MAKE_ENV+= GLIB_CONFIG="${BUILDLINK_CONFIG_WRAPPER.glib}" +MAKE_ENV+= GTK_CONFIG="${BUILDLINK_CONFIG_WRAPPER.gtk}" MAKE_FLAGS+= ABI_BUILD_VERSION="${ABIWORD_VERS}" MAKE_FLAGS+= UNIX_CAN_BUILD_STATIC=0 -WRKSRC= ${WRKDIR}/abi +WRKSRC= ${WRKDIR}/${DISTNAME}/abi -post-extract: - ${RM} -rf ${WRKSRC}/user/wp/help/images/CVS +INSTALL_FILE= ${WRKDIR}/INSTALL +DEINSTALL_FILE= ${WRKDIR}/DEINSTALL + +FILES_SUBST= LN=${LN:Q} +FILES_SUBST+= MKDIR=${MKDIR:Q} +FILES_SUBST+= RM=${RM:Q} +FILES_SUBST+= RMDIR=${RMDIR:Q} +FILES_SUBST+= TRUE=${TRUE:Q} +FILES_SUBST_SED= ${FILES_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} + +pre-install: + ${SED} ${FILES_SUBST_SED} ${PKGDIR}/INSTALL > ${INSTALL_FILE} + ${SED} ${FILES_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} post-install: ${CHMOD} -R a+r ${PREFIX}/share/AbiSuite - ${RM} -f ${PREFIX}/share/AbiSuite/dictionary/american.hash - ${LN} -sf ../../../lib/american.hash \ - ${PREFIX}/share/AbiSuite/dictionary/american.hash + PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL .include "../../converters/libiconv/buildlink.mk" .include "../../graphics/png/buildlink.mk" diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 20a1d8267cf..199c986ed66 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,23 +1,15 @@ -$NetBSD: distinfo,v 1.4 2001/05/24 04:28:19 jlam Exp $ +$NetBSD: distinfo,v 1.5 2001/08/10 04:50:08 jlam Exp $ -SHA1 (abisuite/abi-0.7.14.tar.gz) = dbe34d41e1a8d07e8a9e56352b6b5658d7a53209 -Size (abisuite/abi-0.7.14.tar.gz) = 5804834 bytes -SHA1 (abisuite/abidistfiles-0.7.14.tar.gz) = 977ffd05e969c72dc8f47371694b004839d1b216 -Size (abisuite/abidistfiles-0.7.14.tar.gz) = 560577 bytes -SHA1 (abisuite/expat-0.7.14.tar.gz) = 20a9e32286b2e969dff180ad55a2cea21455a404 -Size (abisuite/expat-0.7.14.tar.gz) = 196526 bytes -SHA1 (abisuite/psiconv-0.7.14.tar.gz) = 790c8380d7a35773df636e1b0b561e62a4169393 -Size (abisuite/psiconv-0.7.14.tar.gz) = 170914 bytes -SHA1 (abisuite/unixfonts-0.7.14.tar.gz) = d73b2cc742e62bf4540d2f974e3e05ff7c49fbc6 -Size (abisuite/unixfonts-0.7.14.tar.gz) = 1871873 bytes -SHA1 (abisuite/wv-0.7.14.tar.gz) = 47a7639fd3c401f41eff66eb6ff86e3d81859155 -Size (abisuite/wv-0.7.14.tar.gz) = 1222648 bytes +SHA1 (abisuite/abiword-0.9.0.tar.gz) = 0525f5c869f6c36c7e3afeb90be86079c5b18b5b +Size (abisuite/abiword-0.9.0.tar.gz) = 13214804 bytes SHA1 (patch-aa) = b16ed42c28c8cd15b9eae852da328f89ce39e21c -SHA1 (patch-ab) = fca478185d564829f15111f228cb7102bb2e3515 -SHA1 (patch-ac) = 021a39f6755b7f33a00c8bc268f9ca0748cf69a7 +SHA1 (patch-ab) = 1112a184b3c4188ab944790a85f4fd7e15ffed17 +SHA1 (patch-ac) = 57518856114832e47258db457b3a29178873910d SHA1 (patch-ad) = 223f452642681c25cae67871fa25b05c2a5fe937 -SHA1 (patch-ae) = 5417b14fdc6e492eb424e91b4be1fd71a02db56b -SHA1 (patch-af) = f36dd977b33d4a3dcb22200e3e7c5bc776d54612 -SHA1 (patch-ag) = 059f22ac858c146d63c8451d22f5f80bd7565b53 +SHA1 (patch-ae) = cfa20fad9e77a3e1f3f2174ed5cb642b4eed142e +SHA1 (patch-af) = 9bf0cb3abe338b7021acbf771b34b55bb7edcbae +SHA1 (patch-ag) = 4c14bf09bc33b99adbf127b795fa8349cfbdc33b SHA1 (patch-ah) = 19e2e5def6d235ff44efc856346a4ae85b2bdbd5 -SHA1 (patch-ai) = d58724b199123d0cf3244bfb554c0dfe11dfe47a +SHA1 (patch-ai) = ff616312cd542e1d8d4d08492bf3359f2209037c +SHA1 (patch-aj) = ec0ab574ed2963c17c3c72253a4ddeb81e63e92c +SHA1 (patch-ak) = 2b68bb8fd0d8748becdc291f711860a487f628f0 diff --git a/editors/abiword/patches/patch-ab b/editors/abiword/patches/patch-ab index 1bceaf9ca8d..4a629dc6a06 100644 --- a/editors/abiword/patches/patch-ab +++ b/editors/abiword/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-ab,v 1.4 2001/08/10 04:50:08 jlam Exp $ ---- src/Makefile.orig Mon Mar 19 20:18:57 2001 +--- src/Makefile.orig Sun Jul 15 03:13:26 2001 +++ src/Makefile -@@ -132,7 +132,7 @@ +@@ -135,7 +135,7 @@ endif # The generic target diff --git a/editors/abiword/patches/patch-ac b/editors/abiword/patches/patch-ac index b52cd1d5062..f74e2eaa748 100644 --- a/editors/abiword/patches/patch-ac +++ b/editors/abiword/patches/patch-ac @@ -1,14 +1,14 @@ -$NetBSD: patch-ac,v 1.5 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-ac,v 1.6 2001/08/10 04:50:08 jlam Exp $ ---- src/af/util/xp/ut_endian.h.orig Sat Feb 24 03:49:29 2001 +--- src/af/util/xp/ut_endian.h.orig Wed Jul 18 10:48:29 2001 +++ src/af/util/xp/ut_endian.h -@@ -28,6 +28,13 @@ - #else - #define UT_BIG_ENDIAN - #endif +@@ -48,6 +48,13 @@ + #elif defined(_LITTLE_ENDIAN) + #define UT_LITTLE_ENDIAN + #endif +#elif defined(__NetBSD__) + #include <machine/endian.h> -+ #if BYTE_ORDER == LITTLE_ENDIAN ++ #if BYTE_ORDER == LITTLE_ENDIAN + #define UT_LITTLE_ENDIAN + #elif BYTE_ORDER == BIG_ENDIAN + #define UT_BIG_ENDIAN diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae index 55a35f389ab..0dbabdf1097 100644 --- a/editors/abiword/patches/patch-ae +++ b/editors/abiword/patches/patch-ae @@ -1,15 +1,15 @@ -$NetBSD: patch-ae,v 1.4 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-ae,v 1.5 2001/08/10 04:50:08 jlam Exp $ ---- src/other/spell/ispell.h.orig Sat Mar 24 20:30:02 2001 -+++ src/other/spell/ispell.h -@@ -517,8 +517,8 @@ +--- src/other/spell/xp/ispell.h.orig Tue Jun 26 12:33:27 2001 ++++ src/other/spell/xp/ispell.h +@@ -531,8 +531,8 @@ short maxstringcharlen; /* Max strchr len supported */ short compoundmin; /* Min lth of compound parts */ short compoundbit; /* Flag 4 compounding roots */ - int stringsize; /* Size of string table */ - int lstringsize; /* Size of lang. str tbl */ + PTRSIZE stringsize; /* Size of string table */ -+ PTRSIZE lstringsize; /* Size of lang. str tbl */ ++ PTRSIZE lstringsize; /* Size of lang. str tbl */ int tblsize; /* No. entries in hash tbl */ int stblsize; /* No. entries in sfx tbl */ int ptblsize; /* No. entries in pfx tbl */ diff --git a/editors/abiword/patches/patch-af b/editors/abiword/patches/patch-af index 421999fdb00..68cd3a69896 100644 --- a/editors/abiword/patches/patch-af +++ b/editors/abiword/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.5 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-af,v 1.6 2001/08/10 04:50:08 jlam Exp $ ---- src/other/spell/ispell_def.h.orig Sat Mar 24 20:30:02 2001 -+++ src/other/spell/ispell_def.h +--- src/other/spell/xp/ispell_def.h.orig Sun Apr 15 12:01:24 2001 ++++ src/other/spell/xp/ispell_def.h @@ -2,3 +2,13 @@ #ifndef INPUTWORDLEN #define INPUTWORDLEN 100 @@ -9,10 +9,10 @@ $NetBSD: patch-af,v 1.5 2001/05/24 04:28:20 jlam Exp $ + +#ifdef HAVE_INTTYPES_H +#include <inttypes.h> -+#define PTRSIZE intptr_t ++#define PTRSIZE intptr_t +#else -+#define PTRSIZE int ++#define PTRSIZE int +#endif +#if !defined(HAVE_INTTYPES_H) && defined(__alpha) && defined(__NetBSD__) -+#define PTRSIZE long ++#define PTRSIZE long +#endif /* hack for 1.3 */ diff --git a/editors/abiword/patches/patch-ag b/editors/abiword/patches/patch-ag index f569cebc3f0..0804c9620fe 100644 --- a/editors/abiword/patches/patch-ag +++ b/editors/abiword/patches/patch-ag @@ -1,31 +1,31 @@ -$NetBSD: patch-ag,v 1.4 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-ag,v 1.5 2001/08/10 04:50:09 jlam Exp $ ---- src/other/spell/lookup.c.orig Wed Sep 29 19:33:32 1999 -+++ src/other/spell/lookup.c -@@ -285,22 +285,22 @@ +--- src/other/spell/xp/lookup.c.orig Wed Jul 18 13:46:01 2001 ++++ src/other/spell/xp/lookup.c +@@ -301,22 +301,22 @@ if (dp->word == (char *) -1) dp->word = NULL; else -- dp->word = &hashstrings [ (int)(dp->word) ]; -+ dp->word = &hashstrings [ (PTRSIZE)(dp->word) ]; +- dp->word = &DEREF(istate, hashstrings [ (int)(dp->word) ]); ++ dp->word = &DEREF(istate, hashstrings [ (PTRSIZE)(dp->word) ]); if (dp->next == (struct dent *) -1) dp->next = NULL; else -- dp->next = &hashtbl [ (int)(dp->next) ]; -+ dp->next = &hashtbl [ (PTRSIZE)(dp->next) ]; +- dp->next = &DEREF(istate, hashtbl [ (int)(dp->next) ]); ++ dp->next = &DEREF(istate, hashtbl [ (PTRSIZE)(dp->next) ]); } } - for (i = numsflags + numpflags, entry = sflaglist; --i >= 0; entry++) + for (i = DEREF(istate, numsflags) + DEREF(istate, numpflags), entry = DEREF(istate, sflaglist); --i >= 0; entry++) { if (entry->stripl) -- entry->strip = (ichar_t *) &hashstrings[(int) entry->strip]; -+ entry->strip = (ichar_t *) &hashstrings[(PTRSIZE) entry->strip]; +- entry->strip = (ichar_t *) &DEREF(istate, hashstrings[(int) entry->strip]); ++ entry->strip = (ichar_t *) &DEREF(istate, hashstrings[(PTRSIZE) entry->strip]); else entry->strip = NULL; if (entry->affl) -- entry->affix = (ichar_t *) &hashstrings[(int) entry->affix]; -+ entry->affix = (ichar_t *) &hashstrings[(PTRSIZE) entry->affix]; +- entry->affix = (ichar_t *) &DEREF(istate, hashstrings[(int) entry->affix]); ++ entry->affix = (ichar_t *) &DEREF(istate, hashstrings[(PTRSIZE) entry->affix]); else entry->affix = NULL; } diff --git a/editors/abiword/patches/patch-ai b/editors/abiword/patches/patch-ai index 08429feca2b..3c3857d901a 100644 --- a/editors/abiword/patches/patch-ai +++ b/editors/abiword/patches/patch-ai @@ -1,13 +1,17 @@ -$NetBSD: patch-ai,v 1.4 2001/05/24 04:28:20 jlam Exp $ +$NetBSD: patch-ai,v 1.5 2001/08/10 04:50:09 jlam Exp $ ---- ../psiconv/psiconv/generate_layout.c.orig Mon Mar 5 22:46:15 2001 -+++ ../psiconv/psiconv/generate_layout.c -@@ -78,7 +78,7 @@ - return res; - if ((res = psiconv_write_color(buf,value->color))) - return res; -- // Unknown byte -+ /* Unknown byte */ - return psiconv_write_u8(buf,1); - } +--- src/config/platforms/netbsd.mk.orig Fri Jun 8 12:07:03 2001 ++++ src/config/platforms/netbsd.mk +@@ -75,9 +75,9 @@ + # Linker flags + OS_DLLFLAGS += +-GLIB_CONFIG = glib-config +-GTK_CONFIG = gtk-config +-GNOME_CONFIG = gnome-config ++#GLIB_CONFIG = glib-config ++#GTK_CONFIG = gtk-config ++#GNOME_CONFIG = gnome-config + + # Shared library flags + MKSHLIB = $(LD) $(DSO_LDOPTS) -soname $(@:$(OBJDIR)/%.so=%.so) diff --git a/editors/abiword/patches/patch-aj b/editors/abiword/patches/patch-aj new file mode 100644 index 00000000000..db38898540a --- /dev/null +++ b/editors/abiword/patches/patch-aj @@ -0,0 +1,22 @@ +$NetBSD: patch-aj,v 1.3 2001/08/10 04:50:09 jlam Exp $ + +--- src/config/abi_defs.mk.orig Wed Jul 18 09:01:58 2001 ++++ src/config/abi_defs.mk +@@ -584,7 +584,7 @@ + ABI_OPTIONS +=GnomeVFS:On + endif + +-GNOME_CFLAGS += $(shell glib-config --cflags) ++GNOME_CFLAGS += $(shell $(GLIB_CONFIG) --cflags) + + # the bonobo target is known not to work properly yet + ifdef ABI_OPT_BONOBO +@@ -614,7 +614,7 @@ + ABI_OPT_GNOME= + GTK_CFLAGS := $(shell $(GTK_CONFIG) --cflags) + GTK_LIBS := $(shell $(GTK_CONFIG) --libs) +-GLIB_CFLAGS := $(shell glib-config --cflags) ++GLIB_CFLAGS := $(shell $(GLIB_CONFIG) --cflags) + CFLAGS += $(GTK_CFLAGS) $(GLIB_CFLAGS) + EXTRA_LIBS += $(GTK_LIBS) + # diff --git a/editors/abiword/patches/patch-ak b/editors/abiword/patches/patch-ak new file mode 100644 index 00000000000..d6a2eba62bf --- /dev/null +++ b/editors/abiword/patches/patch-ak @@ -0,0 +1,20 @@ +$NetBSD: patch-ak,v 1.3 2001/08/10 04:50:09 jlam Exp $ + +--- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 03:59:52 2001 ++++ src/pkg/common/unix/scripts/install.sh +@@ -131,15 +131,6 @@ + + + ######################################################################## +-# Copy the ttfadmin script to $TARGET/bin +-######################################################################## +- +-echo "Installing ttfadmin script [$TARGET/bin]" +-cp -f $SCRIPTDIR/../../../../tools/scripts/unix/ttfadmin.sh $TARGET/bin/ttfadmin.sh +-chmod -f 500 $TARGET/bin/ttfadmin.sh +- +- +-######################################################################## + # Done + ######################################################################## + echo "" diff --git a/editors/abiword/pkg/DEINSTALL b/editors/abiword/pkg/DEINSTALL new file mode 100644 index 00000000000..d1896a4f46f --- /dev/null +++ b/editors/abiword/pkg/DEINSTALL @@ -0,0 +1,28 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2001/08/10 04:50:09 jlam Exp $ + +PKGNAME=$1 +STAGE=$2 + +RM="@RM@" +RMDIR="@RMDIR@" +TRUE="@TRUE@" + +ABIDIR=${PKG_PREFIX}/share/AbiSuite + +case ${STAGE} in +DEINSTALL) + ;; + +POST-DEINSTALL) + ${RM} -f ${ABIDIR}/dictionary/american.hash + ${RMDIR} -p ${ABIDIR}/dictionary 2>/dev/null || ${TRUE} + ;; + +*) + echo "Unexpected argument: ${STAGE}" + exit 1 + ;; +esac +exit 0 diff --git a/editors/abiword/pkg/INSTALL b/editors/abiword/pkg/INSTALL new file mode 100644 index 00000000000..34a4694633e --- /dev/null +++ b/editors/abiword/pkg/INSTALL @@ -0,0 +1,29 @@ +#! /bin/sh +# +# $NetBSD: INSTALL,v 1.1 2001/08/10 04:50:09 jlam Exp $ + +PKGNAME=$1 +STAGE=$2 + +MKDIR="@MKDIR@" +LN="@LN@" +RM="@RM@" + +ABIDIR=${PKG_PREFIX}/share/AbiSuite + +case ${STAGE} in +PRE-INSTALL) + ;; + +POST-INSTALL) + ${MKDIR} ${ABIDIR}/dictionary + ${RM} -f ${ABIDIR}/dictionary/american.hash + ${LN} -sf ../../../lib/american.hash ${ABIDIR}/dictionary/american.hash + ;; + +*) + echo "Unexpected argument: ${STAGE}" + exit 1 + ;; +esac +exit 0 diff --git a/editors/abiword/pkg/PLIST b/editors/abiword/pkg/PLIST index 599d08e58e6..c2208cde500 100644 --- a/editors/abiword/pkg/PLIST +++ b/editors/abiword/pkg/PLIST @@ -1,12 +1,120 @@ -@comment $NetBSD: PLIST,v 1.8 2001/05/24 04:28:20 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/08/10 04:50:09 jlam Exp $ bin/AbiWord bin/abiword libexec/AbiSuite/AbiWord libexec/AbiSuite/AbiWord_d libexec/AbiSuite/cdump libexec/AbiSuite/pfa2afm -libexec/AbiSuite/ttf2t42 -libexec/AbiSuite/ttf2uafm +libexec/AbiSuite/ttfadmin.sh +libexec/AbiSuite/ttftool +share/AbiSuite/AbiWord/help/de-DE/about.html +share/AbiSuite/AbiWord/help/de-DE/aboutabi.html +share/AbiSuite/AbiWord/help/de-DE/aboutos.html +share/AbiSuite/AbiWord/help/de-DE/basis1.html +share/AbiSuite/AbiWord/help/de-DE/basis2.html +share/AbiSuite/AbiWord/help/de-DE/beos_intel.html +share/AbiSuite/AbiWord/help/de-DE/beos_ppc.html +share/AbiSuite/AbiWord/help/de-DE/check.html +share/AbiSuite/AbiWord/help/de-DE/column.html +share/AbiSuite/AbiWord/help/de-DE/comindex.html +share/AbiSuite/AbiWord/help/de-DE/contents.html +share/AbiSuite/AbiWord/help/de-DE/credits.html +share/AbiSuite/AbiWord/help/de-DE/custom.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/about.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/aboutabi.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/aboutos.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/basis1.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/beos_intel.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/beos_ppc.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/check.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/column.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/contents.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/index.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/install.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/linux_intel.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/linux_ppc.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/sdi.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/sections.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/solaris.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/styles.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/tabs.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/why.html +share/AbiSuite/AbiWord/help/de-DE/de_DE/windows.html +share/AbiSuite/AbiWord/help/de-DE/faq.html +share/AbiSuite/AbiWord/help/de-DE/find.html +share/AbiSuite/AbiWord/help/de-DE/format.html +share/AbiSuite/AbiWord/help/de-DE/general.html +share/AbiSuite/AbiWord/help/de-DE/images/abiword.jpg +share/AbiSuite/AbiWord/help/de-DE/images/abiword.png +share/AbiSuite/AbiWord/help/de-DE/images/bold.png +share/AbiSuite/AbiWord/help/de-DE/images/break.jpg +share/AbiSuite/AbiWord/help/de-DE/images/browse.jpg +share/AbiSuite/AbiWord/help/de-DE/images/close_all.jpg +share/AbiSuite/AbiWord/help/de-DE/images/color-unix.png +share/AbiSuite/AbiWord/help/de-DE/images/elevator.png +share/AbiSuite/AbiWord/help/de-DE/images/faute1.gif +share/AbiSuite/AbiWord/help/de-DE/images/faute2.gif +share/AbiSuite/AbiWord/help/de-DE/images/find.jpg +share/AbiSuite/AbiWord/help/de-DE/images/finished.jpg +share/AbiSuite/AbiWord/help/de-DE/images/font-unix.png +share/AbiSuite/AbiWord/help/de-DE/images/fonts.jpg +share/AbiSuite/AbiWord/help/de-DE/images/formatting.jpg +share/AbiSuite/AbiWord/help/de-DE/images/indent.jpg +share/AbiSuite/AbiWord/help/de-DE/images/italic.png +share/AbiSuite/AbiWord/help/de-DE/images/kde1.gif +share/AbiSuite/AbiWord/help/de-DE/images/kde2.gif +share/AbiSuite/AbiWord/help/de-DE/images/kde3.gif +share/AbiSuite/AbiWord/help/de-DE/images/kpack1.gif +share/AbiSuite/AbiWord/help/de-DE/images/kpack2.gif +share/AbiSuite/AbiWord/help/de-DE/images/line.jpg +share/AbiSuite/AbiWord/help/de-DE/images/margin.jpg +share/AbiSuite/AbiWord/help/de-DE/images/menubar.jpg +share/AbiSuite/AbiWord/help/de-DE/images/open.jpg +share/AbiSuite/AbiWord/help/de-DE/images/oppref.jpg +share/AbiSuite/AbiWord/help/de-DE/images/opspell.jpg +share/AbiSuite/AbiWord/help/de-DE/images/opview.jpg +share/AbiSuite/AbiWord/help/de-DE/images/overline.png +share/AbiSuite/AbiWord/help/de-DE/images/panel.jpg +share/AbiSuite/AbiWord/help/de-DE/images/picture.jpg +share/AbiSuite/AbiWord/help/de-DE/images/print-unix.jpg +share/AbiSuite/AbiWord/help/de-DE/images/print-unix.png +share/AbiSuite/AbiWord/help/de-DE/images/print.jpg +share/AbiSuite/AbiWord/help/de-DE/images/remove.jpg +share/AbiSuite/AbiWord/help/de-DE/images/removed.jpg +share/AbiSuite/AbiWord/help/de-DE/images/replace.jpg +share/AbiSuite/AbiWord/help/de-DE/images/rusure.jpg +share/AbiSuite/AbiWord/help/de-DE/images/save.jpg +share/AbiSuite/AbiWord/help/de-DE/images/space.jpg +share/AbiSuite/AbiWord/help/de-DE/images/spelling.jpg +share/AbiSuite/AbiWord/help/de-DE/images/standard.jpg +share/AbiSuite/AbiWord/help/de-DE/images/start.jpg +share/AbiSuite/AbiWord/help/de-DE/images/statusbar.png +share/AbiSuite/AbiWord/help/de-DE/images/strikeout.png +share/AbiSuite/AbiWord/help/de-DE/images/symbol.jpg +share/AbiSuite/AbiWord/help/de-DE/images/timedate.jpg +share/AbiSuite/AbiWord/help/de-DE/images/titlebar.jpg +share/AbiSuite/AbiWord/help/de-DE/images/underline.png +share/AbiSuite/AbiWord/help/de-DE/images/wordcount.jpg +share/AbiSuite/AbiWord/help/de-DE/images/zoom.jpg +share/AbiSuite/AbiWord/help/de-DE/index.html +share/AbiSuite/AbiWord/help/de-DE/install.html +share/AbiSuite/AbiWord/help/de-DE/linux_intel.html +share/AbiSuite/AbiWord/help/de-DE/linux_ppc.html +share/AbiSuite/AbiWord/help/de-DE/new.html +share/AbiSuite/AbiWord/help/de-DE/paragraph.html +share/AbiSuite/AbiWord/help/de-DE/picture.html +share/AbiSuite/AbiWord/help/de-DE/print.html +share/AbiSuite/AbiWord/help/de-DE/saisie.html +share/AbiSuite/AbiWord/help/de-DE/sdi.html +share/AbiSuite/AbiWord/help/de-DE/search.html +share/AbiSuite/AbiWord/help/de-DE/sections.html +share/AbiSuite/AbiWord/help/de-DE/shortcuts.html +share/AbiSuite/AbiWord/help/de-DE/solaris.html +share/AbiSuite/AbiWord/help/de-DE/styles.html +share/AbiSuite/AbiWord/help/de-DE/tabs.html +share/AbiSuite/AbiWord/help/de-DE/why.html +share/AbiSuite/AbiWord/help/de-DE/windows.html +share/AbiSuite/AbiWord/help/de-DE/workspace.html share/AbiSuite/AbiWord/help/en-US/about.html share/AbiSuite/AbiWord/help/en-US/aboutabi.html share/AbiSuite/AbiWord/help/en-US/aboutos.html @@ -260,17 +368,21 @@ share/AbiSuite/AbiWord/help/images/website.jpg share/AbiSuite/AbiWord/help/images/wedge_l.gif share/AbiSuite/AbiWord/help/images/zoom.png share/AbiSuite/AbiWord/help/index.html -share/AbiSuite/AbiWord/sample/en-US/Latin1.abw share/AbiSuite/AbiWord/readme.txt +share/AbiSuite/AbiWord/sample/en-US/Latin1.abw share/AbiSuite/AbiWord/strings/ca-ES.strings share/AbiSuite/AbiWord/strings/cs-CZ.strings share/AbiSuite/AbiWord/strings/cy-CY.strings share/AbiSuite/AbiWord/strings/da-DK.strings share/AbiSuite/AbiWord/strings/de-DE.strings share/AbiSuite/AbiWord/strings/du-NL.strings +share/AbiSuite/AbiWord/strings/en-AU.strings +share/AbiSuite/AbiWord/strings/en-GB.strings +share/AbiSuite/AbiWord/strings/en-IE.strings share/AbiSuite/AbiWord/strings/es-ES.strings share/AbiSuite/AbiWord/strings/fi-FI.strings share/AbiSuite/AbiWord/strings/fr-FR.strings +share/AbiSuite/AbiWord/strings/ga-IE.strings share/AbiSuite/AbiWord/strings/gl-ES.strings share/AbiSuite/AbiWord/strings/hu-HU.strings share/AbiSuite/AbiWord/strings/id-ID.strings @@ -282,6 +394,7 @@ share/AbiSuite/AbiWord/strings/pl-PL.strings share/AbiSuite/AbiWord/strings/pt-BR.strings share/AbiSuite/AbiWord/strings/pt-PT.strings share/AbiSuite/AbiWord/strings/ru-RU.strings +share/AbiSuite/AbiWord/strings/sl-SI.strings share/AbiSuite/AbiWord/strings/sv-SE.strings share/AbiSuite/AbiWord/strings/uk-UA.strings share/AbiSuite/AbiWord/strings/zh-CN.strings @@ -290,30 +403,88 @@ share/AbiSuite/AbiWord/system.profile share/AbiSuite/AbiWord/system.profile-KOI8-R share/AbiSuite/AbiWord/system.profile-KOI8-U share/AbiSuite/AbiWord/system.profile-KOI8-UB +share/AbiSuite/AbiWord/system.profile-ca-ES +share/AbiSuite/AbiWord/system.profile-cs-CZ +share/AbiSuite/AbiWord/system.profile-da-DK share/AbiSuite/AbiWord/system.profile-de +share/AbiSuite/AbiWord/system.profile-de-AT +share/AbiSuite/AbiWord/system.profile-de-CH +share/AbiSuite/AbiWord/system.profile-de-DE +share/AbiSuite/AbiWord/system.profile-el-GR +share/AbiSuite/AbiWord/system.profile-en +share/AbiSuite/AbiWord/system.profile-en-AU +share/AbiSuite/AbiWord/system.profile-en-CA +share/AbiSuite/AbiWord/system.profile-en-GB +share/AbiSuite/AbiWord/system.profile-en-IE +share/AbiSuite/AbiWord/system.profile-en-NZ +share/AbiSuite/AbiWord/system.profile-en-US +share/AbiSuite/AbiWord/system.profile-en-ZA +share/AbiSuite/AbiWord/system.profile-es +share/AbiSuite/AbiWord/system.profile-es-ES +share/AbiSuite/AbiWord/system.profile-fr +share/AbiSuite/AbiWord/system.profile-fr-BE +share/AbiSuite/AbiWord/system.profile-fr-CA +share/AbiSuite/AbiWord/system.profile-fr-CH +share/AbiSuite/AbiWord/system.profile-fr-FR +share/AbiSuite/AbiWord/system.profile-it-IT +share/AbiSuite/AbiWord/system.profile-lt-LT +share/AbiSuite/AbiWord/system.profile-nb-NO +share/AbiSuite/AbiWord/system.profile-nl-NL +share/AbiSuite/AbiWord/system.profile-nn-NO +share/AbiSuite/AbiWord/system.profile-pl-PL +share/AbiSuite/AbiWord/system.profile-pt-BR +share/AbiSuite/AbiWord/system.profile-pt-PT share/AbiSuite/AbiWord/system.profile-ru +share/AbiSuite/AbiWord/system.profile-ru-RU +share/AbiSuite/AbiWord/system.profile-sl +share/AbiSuite/AbiWord/system.profile-sv +share/AbiSuite/AbiWord/system.profile-sv-SE share/AbiSuite/COPYING -@exec mkdir -p %D/share/AbiSuite/dictionary -@exec ln -s ../../../lib/american.hash %D/share/AbiSuite/dictionary/american.hash -@unexec rm -f %D/share/AbiSuite/dictionary/american.hash +share/AbiSuite/clipart/book.png +share/AbiSuite/clipart/chip.png +share/AbiSuite/clipart/fun.png +share/AbiSuite/clipart/gear.png +share/AbiSuite/clipart/gnomea.png +share/AbiSuite/clipart/gnomeb.png +share/AbiSuite/clipart/gnomec.png +share/AbiSuite/clipart/gnomecorner.png +share/AbiSuite/clipart/gnomed.png +share/AbiSuite/clipart/gnomedecor1.png +share/AbiSuite/clipart/gnomedecor2.png +share/AbiSuite/clipart/gnomee.png +share/AbiSuite/clipart/gnomeflowers.png +share/AbiSuite/clipart/gnomeline.png +share/AbiSuite/clipart/idea.png +share/AbiSuite/clipart/lamp.png +share/AbiSuite/clipart/monitor.png +share/AbiSuite/clipart/music1.png +share/AbiSuite/clipart/pinceau.png +share/AbiSuite/clipart/simca.png +share/AbiSuite/clipart/surprise.png +share/AbiSuite/clipart/together.png +share/AbiSuite/clipart/toolbox.png +share/AbiSuite/clipart/tree.png +share/AbiSuite/clipart/tux_bordelais.png +share/AbiSuite/clipart/weather.png +share/AbiSuite/clipart/write.png share/AbiSuite/fonts/a010013l.afm -share/AbiSuite/fonts/a010013l.pfa +share/AbiSuite/fonts/a010013l.pfb share/AbiSuite/fonts/a010015l.afm -share/AbiSuite/fonts/a010015l.pfa +share/AbiSuite/fonts/a010015l.pfb share/AbiSuite/fonts/a010033l.afm -share/AbiSuite/fonts/a010033l.pfa +share/AbiSuite/fonts/a010033l.pfb share/AbiSuite/fonts/a010035l.afm -share/AbiSuite/fonts/a010035l.pfa +share/AbiSuite/fonts/a010035l.pfb share/AbiSuite/fonts/adobe-full.u2g share/AbiSuite/fonts/adobe-short.u2g share/AbiSuite/fonts/b018012l.afm -share/AbiSuite/fonts/b018012l.pfa +share/AbiSuite/fonts/b018012l.pfb share/AbiSuite/fonts/b018015l.afm -share/AbiSuite/fonts/b018015l.pfa +share/AbiSuite/fonts/b018015l.pfb share/AbiSuite/fonts/b018032l.afm -share/AbiSuite/fonts/b018032l.pfa +share/AbiSuite/fonts/b018032l.pfb share/AbiSuite/fonts/b018035l.afm -share/AbiSuite/fonts/b018035l.pfa +share/AbiSuite/fonts/b018035l.pfb share/AbiSuite/fonts/bchb.afm share/AbiSuite/fonts/bchb.pfa share/AbiSuite/fonts/bchbi.afm @@ -323,70 +494,73 @@ share/AbiSuite/fonts/bchr.pfa share/AbiSuite/fonts/bchri.afm share/AbiSuite/fonts/bchri.pfa share/AbiSuite/fonts/c059013l.afm -share/AbiSuite/fonts/c059013l.pfa +share/AbiSuite/fonts/c059013l.pfb share/AbiSuite/fonts/c059016l.afm -share/AbiSuite/fonts/c059016l.pfa +share/AbiSuite/fonts/c059016l.pfb share/AbiSuite/fonts/c059033l.afm -share/AbiSuite/fonts/c059033l.pfa +share/AbiSuite/fonts/c059033l.pfb share/AbiSuite/fonts/c059036l.afm -share/AbiSuite/fonts/c059036l.pfa +share/AbiSuite/fonts/c059036l.pfb share/AbiSuite/fonts/d050000l.afm -share/AbiSuite/fonts/d050000l.pfa +share/AbiSuite/fonts/d050000l.pfb share/AbiSuite/fonts/d050000l.u2g +share/AbiSuite/fonts/dingbats.e2u share/AbiSuite/fonts/fonts.dir share/AbiSuite/fonts/fonts.scale share/AbiSuite/fonts/n019003l.afm -share/AbiSuite/fonts/n019003l.pfa +share/AbiSuite/fonts/n019003l.pfb share/AbiSuite/fonts/n019004l.afm -share/AbiSuite/fonts/n019004l.pfa +share/AbiSuite/fonts/n019004l.pfb share/AbiSuite/fonts/n019023l.afm -share/AbiSuite/fonts/n019023l.pfa +share/AbiSuite/fonts/n019023l.pfb share/AbiSuite/fonts/n019024l.afm -share/AbiSuite/fonts/n019024l.pfa +share/AbiSuite/fonts/n019024l.pfb share/AbiSuite/fonts/n019043l.afm -share/AbiSuite/fonts/n019043l.pfa +share/AbiSuite/fonts/n019043l.pfb share/AbiSuite/fonts/n019044l.afm -share/AbiSuite/fonts/n019044l.pfa +share/AbiSuite/fonts/n019044l.pfb share/AbiSuite/fonts/n019063l.afm -share/AbiSuite/fonts/n019063l.pfa +share/AbiSuite/fonts/n019063l.pfb share/AbiSuite/fonts/n019064l.afm -share/AbiSuite/fonts/n019064l.pfa +share/AbiSuite/fonts/n019064l.pfb share/AbiSuite/fonts/n021003l.afm -share/AbiSuite/fonts/n021003l.pfa +share/AbiSuite/fonts/n021003l.pfb share/AbiSuite/fonts/n021004l.afm -share/AbiSuite/fonts/n021004l.pfa +share/AbiSuite/fonts/n021004l.pfb share/AbiSuite/fonts/n021023l.afm -share/AbiSuite/fonts/n021023l.pfa +share/AbiSuite/fonts/n021023l.pfb share/AbiSuite/fonts/n021024l.afm -share/AbiSuite/fonts/n021024l.pfa +share/AbiSuite/fonts/n021024l.pfb share/AbiSuite/fonts/n022003l.afm -share/AbiSuite/fonts/n022003l.pfa +share/AbiSuite/fonts/n022003l.pfb share/AbiSuite/fonts/n022004l.afm -share/AbiSuite/fonts/n022004l.pfa +share/AbiSuite/fonts/n022004l.pfb share/AbiSuite/fonts/n022023l.afm -share/AbiSuite/fonts/n022023l.pfa +share/AbiSuite/fonts/n022023l.pfb share/AbiSuite/fonts/n022024l.afm -share/AbiSuite/fonts/n022024l.pfa +share/AbiSuite/fonts/n022024l.pfb share/AbiSuite/fonts/p052003l.afm -share/AbiSuite/fonts/p052003l.pfa +share/AbiSuite/fonts/p052003l.pfb share/AbiSuite/fonts/p052004l.afm -share/AbiSuite/fonts/p052004l.pfa +share/AbiSuite/fonts/p052004l.pfb share/AbiSuite/fonts/p052023l.afm -share/AbiSuite/fonts/p052023l.pfa +share/AbiSuite/fonts/p052023l.pfb share/AbiSuite/fonts/p052024l.afm -share/AbiSuite/fonts/p052024l.pfa +share/AbiSuite/fonts/p052024l.pfb share/AbiSuite/fonts/s050000l.afm -share/AbiSuite/fonts/s050000l.pfa +share/AbiSuite/fonts/s050000l.pfb share/AbiSuite/fonts/s050000l.u2g +share/AbiSuite/fonts/symbol.e2u share/AbiSuite/fonts/z003034l.afm -share/AbiSuite/fonts/z003034l.pfa +share/AbiSuite/fonts/z003034l.pfb share/AbiSuite/icons/abiword_48.png share/AbiSuite/icons/abiword_48.tif share/AbiSuite/icons/abiword_48.xpm +share/AbiSuite/icons/abiword_logo.xpm share/AbiSuite/readme.txt @dirrm share/AbiSuite/icons @dirrm share/AbiSuite/fonts -@dirrm share/AbiSuite/dictionary +@dirrm share/AbiSuite/clipart @dirrm share/AbiSuite/AbiWord/strings @dirrm share/AbiSuite/AbiWord/sample/en-US @dirrm share/AbiSuite/AbiWord/sample @@ -396,7 +570,8 @@ share/AbiSuite/readme.txt @dirrm share/AbiSuite/AbiWord/help/es-ES @dirrm share/AbiSuite/AbiWord/help/en-US/images @dirrm share/AbiSuite/AbiWord/help/en-US +@dirrm share/AbiSuite/AbiWord/help/de-DE/images +@dirrm share/AbiSuite/AbiWord/help/de-DE/de_DE +@dirrm share/AbiSuite/AbiWord/help/de-DE @dirrm share/AbiSuite/AbiWord/help -@dirrm share/AbiSuite/AbiWord -@dirrm share/AbiSuite @dirrm libexec/AbiSuite |