From a33e0a54907c23e4e4732ea4bbc0069f718278ee Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 23 Feb 2003 18:39:36 +0000 Subject: Add AbiWord2 after repo copy from AbiWord. AbiWord2 is the GNOME Office word processor build on Gtk 2. --- editors/AbiWord2/Makefile | 45 +- editors/AbiWord2/distinfo | 2 +- .../files/patch-..::wv::libole2::Makefile.in | 14 - editors/AbiWord2/files/patch-au | 45 -- editors/AbiWord2/files/patch-autogen.sh | 73 +- editors/AbiWord2/files/patch-configure.in | 18 - .../patch-src_af_xap_unix_xap_UnixFontManager.cpp | 39 + .../patch-src_pkg_linux_rpm_data_abiword.desktop | 14 + .../files/patch-src_wp_ap_unix_ap_UnixApp.cpp | 11 + editors/AbiWord2/pkg-comment | 1 - editors/AbiWord2/pkg-descr | 1 + editors/AbiWord2/pkg-message | 6 +- editors/AbiWord2/pkg-plist | 819 ++++++++++----------- editors/abiword-devel/Makefile | 45 +- editors/abiword-devel/distinfo | 2 +- .../files/patch-..::wv::libole2::Makefile.in | 14 - editors/abiword-devel/files/patch-au | 45 -- editors/abiword-devel/files/patch-autogen.sh | 73 +- editors/abiword-devel/files/patch-configure.in | 18 - .../patch-src_af_xap_unix_xap_UnixFontManager.cpp | 39 + .../patch-src_pkg_linux_rpm_data_abiword.desktop | 14 + .../files/patch-src_wp_ap_unix_ap_UnixApp.cpp | 11 + editors/abiword-devel/pkg-comment | 1 - editors/abiword-devel/pkg-descr | 1 + editors/abiword-devel/pkg-message | 6 +- editors/abiword-devel/pkg-plist | 819 ++++++++++----------- editors/abiword/Makefile | 45 +- editors/abiword/distinfo | 2 +- .../files/patch-..::wv::libole2::Makefile.in | 14 - editors/abiword/files/patch-au | 45 -- editors/abiword/files/patch-autogen.sh | 73 +- editors/abiword/files/patch-configure.in | 18 - .../patch-src_af_xap_unix_xap_UnixFontManager.cpp | 39 + .../patch-src_pkg_linux_rpm_data_abiword.desktop | 14 + .../files/patch-src_wp_ap_unix_ap_UnixApp.cpp | 11 + editors/abiword/pkg-comment | 1 - editors/abiword/pkg-descr | 1 + editors/abiword/pkg-message | 6 +- editors/abiword/pkg-plist | 819 ++++++++++----------- 39 files changed, 1512 insertions(+), 1752 deletions(-) delete mode 100644 editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in delete mode 100644 editors/AbiWord2/files/patch-au delete mode 100644 editors/AbiWord2/files/patch-configure.in create mode 100644 editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp create mode 100644 editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop create mode 100644 editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixApp.cpp delete mode 100644 editors/AbiWord2/pkg-comment delete mode 100644 editors/abiword-devel/files/patch-..::wv::libole2::Makefile.in delete mode 100644 editors/abiword-devel/files/patch-au delete mode 100644 editors/abiword-devel/files/patch-configure.in create mode 100644 editors/abiword-devel/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp create mode 100644 editors/abiword-devel/files/patch-src_pkg_linux_rpm_data_abiword.desktop create mode 100644 editors/abiword-devel/files/patch-src_wp_ap_unix_ap_UnixApp.cpp delete mode 100644 editors/abiword-devel/pkg-comment delete mode 100644 editors/abiword/files/patch-..::wv::libole2::Makefile.in delete mode 100644 editors/abiword/files/patch-au delete mode 100644 editors/abiword/files/patch-configure.in create mode 100644 editors/abiword/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp create mode 100644 editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop create mode 100644 editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp delete mode 100644 editors/abiword/pkg-comment diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 3eca7f48bac2..8b6b6a6824cd 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: AbiWord -# Date created: 3 Mar 1999 -# Whom: Donald Burr +# New ports collection makefile for: AbiWord2 +# Date created: 22 February 2003 +# Whom: Joe Marcus Clarke # # $FreeBSD$ # -PORTNAME= AbiWord -PORTVERSION= 1.0.4 +PORTNAME= AbiWord2 +PORTVERSION= 1.1.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -14,12 +14,15 @@ MASTER_SITE_SUBDIR= abiword DISTNAME= abiword-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +COMMENT= An open-source, cross-platform WYSIWYG word processor # unzip is needed during the installation process BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ - psiconv.8:${PORTSDIR}/converters/psiconv + gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + fribidi.0:${PORTSDIR}/converters/fribidi DIST_SUBDIR= AbiWord @@ -27,35 +30,29 @@ WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi USE_X_PREFIX= yes USE_AUTOMAKE= yes +USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 USE_GMAKE= yes USE_REINPLACE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 gnomehier +USE_GNOME= gnomehier WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" +CONFIGURE_ARGS= --enable-xft MAKEFILE= GNUmakefile -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -.undef WITHOUT_ALL -WITH_GNOME= yes -.endif - .include -# bonobox bonobox_print gnomeui gal print vfs gdk_pixbuf - -.if ${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && ${HAVE_GNOME:Mgnomevfs}!="" -USE_GNOME+= gnomeprint gal gnomevfs -CONFIGURE_ARGS+=--enable-gnome -PKGNAMESUFFIX= -gnome -.endif - .if exists(${LOCALBASE}/include/wv.h) BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord build" .endif +post-patch: + @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ + s|%%ACLOCAL%%|${ACLOCAL}|g ; \ + s|%%AUTOCONF%%|${AUTOCONF}|g' ${WRKSRC}/autogen.sh + pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing @@ -69,7 +66,7 @@ post-install: @${CAT} ${PKGMESSAGE} @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ ${PREFIX}/share/gnome/apps/Applications/abiword.desktop - @${LN} -sf ${PREFIX}/share/AbiSuite/icons/abiword_48.png \ + @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ ${PREFIX}/share/gnome/pixmaps/abiword_48.png .include diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo index 6dd051c40b56..fa29979a6760 100644 --- a/editors/AbiWord2/distinfo +++ b/editors/AbiWord2/distinfo @@ -1 +1 @@ -MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb +MD5 (AbiWord/abiword-1.1.3.tar.gz) = 6fdaf7e3cbc5aed2eb80e2054f54381f diff --git a/editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in b/editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in deleted file mode 100644 index c1aa9c4a9a1d..000000000000 --- a/editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../wv/libole2/Makefile.in 2001/11/23 14:38:19 1.1 -+++ ../wv/libole2/Makefile.in 2001/11/23 14:43:32 -@@ -13,7 +13,7 @@ - HAVE_GLIB = @HAVE_GLIB@ - HAVE_GNOMEVFS= @HAVE_GNOMEVFS@ - --CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -I$(srcdir)/.. -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@ -+CFLAGS = -I$(srcdir)/.. @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@ - ifneq ($(HAVE_GLIB), 1) - CFLAGS += -I$(srcdir)/../glib-wv/ - endif diff --git a/editors/AbiWord2/files/patch-au b/editors/AbiWord2/files/patch-au deleted file mode 100644 index 3c726a835376..000000000000 --- a/editors/AbiWord2/files/patch-au +++ /dev/null @@ -1,45 +0,0 @@ ---- src/pkg/common/unix/scripts/makewrapper.sh.orig Wed Jan 23 09:16:52 2002 -+++ src/pkg/common/unix/scripts/makewrapper.sh Sat Feb 23 15:30:19 2002 -@@ -80,23 +80,31 @@ - if [ -z "\$locale" ] - then - locale=\$LANG -+elif [ -x \$locale ] -+then -+ locale=\$LC_CTYPE - fi - - if [ ! -z "\$locale" ] - then -- #now guess encoding -+ #now guess country/region/encoding -+ country=\`echo \$locale | sed -e 's/\(.*\)_.*\$/\1/'\` -+ region=\`echo \$locale | sed -e 's/^.*_\(.*\)\..*/\1/'\` - encoding=\`echo \$locale | sed -e 's/^.*\.\(.*\)\$/\1/'\` -- if [ ! -z "\$encoding" ] -+ if [ ! -z \$country -o ! -z \$region -o ! -z \$encoding ] - then -- addfontdir=\$ABISUITE_FONT_HOME/\$encoding -- if [ ! -z "\$addfontdir" ] -- then -- if [ -d "\$addfontdir" ] -- then -- #add directory with locale-specific fonts to font path -- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -- fi -- fi -+ addfontdirlst="\$ABISUITE_FONT_HOME/\$country \$ABISUITE_FONT_HOME/\${country}-\${region} \$ABISUITE_FONT_HOME/\$encoding \$ABISUITE_FONT_HOME/\${country}-\${region}.\${encoding}" -+ for addfontdir in \$addfontdirlst -+ do -+ if [ ! -z \$addfontdir ] -+ then -+ if [ -d \$addfontdir -a ! -f \$addfontdir/.already-in-fp ] -+ then -+ #add directory with locale-specific fonts to font path -+ ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -+ fi -+ fi -+ done - fi - fi - diff --git a/editors/AbiWord2/files/patch-autogen.sh b/editors/AbiWord2/files/patch-autogen.sh index 57a58a879794..84fe028e64ac 100644 --- a/editors/AbiWord2/files/patch-autogen.sh +++ b/editors/AbiWord2/files/patch-autogen.sh @@ -1,54 +1,71 @@ - -$FreeBSD$ - ---- autogen.sh.orig Mon Mar 25 07:41:49 2002 -+++ autogen.sh Tue Apr 9 12:35:41 2002 +--- autogen.sh.orig Thu Oct 17 08:19:31 2002 ++++ autogen.sh Fri Feb 21 23:47:48 2003 @@ -10,20 +10,20 @@ - set -e + rm -f autogen.err -automake --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' -+automake14 --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' ++%%AUTOMAKE%% --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' if [ $? -ne 0 ]; then echo "Error: you need automake 1.4 or later. Please upgrade." exit 1 fi --if test ! -d `aclocal --print-ac-dir`; then -+if test ! -d `aclocal14 --print-ac-dir`; then - echo "Bad aclocal (automake) installation" +-if test ! -d `aclocal --print-ac-dir 2>> autogen.err`; then +- echo "Bad aclocal (automake) installation" ++if test ! -d `%%ACLOCAL%% --print-ac-dir 2>> autogen.err`; then ++ echo "Bad %%ACLOCAL%% (automake) installation" exit 1 fi for script in `cd ac-helpers/fallback; echo *.m4`; do -- if test -r `aclocal --print-ac-dir`/$script; then -+ if test -r `aclocal14 --print-ac-dir`/$script; then +- if test -r `aclocal --print-ac-dir 2>> autogen.err`/$script; then ++ if test -r `%%ACLOCAL%% --print-ac-dir 2>> autogen.err`/$script; then # Perhaps it was installed recently rm -f ac-helpers/$script else -@@ -34,13 +34,13 @@ +@@ -34,17 +34,17 @@ # Produce aclocal.m4, so autoconf gets the automake macros it needs - echo "Creating aclocal.m4..." --aclocal -I ac-helpers -+aclocal14 -I ac-helpers + # +-echo "Creating aclocal.m4: aclocal -I ac-helpers $ACLOCAL_FLAGS" ++echo "Creating aclocal.m4: %%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS" - # autoheader +-aclocal -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err ++%%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err + echo "Checking for PKG_CHECK_MODULES..." + + pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` + if test "x$pkgcheckdef" = "x"; then +- echo "Running aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" +- (aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { +- echo "aclocal failed! Unable to continue." ++ echo "Running %%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" ++ (%%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { ++ echo "%%ACLOCAL%% failed! Unable to continue." + exit 1 + } + pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` +@@ -66,9 +66,9 @@ # Produce all the `GNUmakefile.in's and create neat missing things # like `install-sh', etc. --automake --add-missing --copy --foreign -+automake14 --add-missing --copy --foreign - - # If there's a config.cache file, we may need to delete it. - # If we have an existing configure script, save a copy for comparison. -@@ -50,7 +50,7 @@ + # +-echo "automake --add-missing --copy --foreign" ++echo "%%AUTOMAKE%% --add-missing --copy --foreign" - # Produce ./configure +-automake --add-missing --copy --foreign 2>> autogen.err || { ++%%AUTOMAKE%% --add-missing --copy --foreign 2>> autogen.err || { + echo "" + echo "* * * warning: possible errors while running automake - check autogen.err" + echo "" +@@ -84,7 +84,7 @@ + # echo "Creating configure..." --autoconf -+autoconf213 - echo "" - echo "You can run ./configure now." +-autoconf 2>> autogen.err || { ++%%AUTOCONF%% 2>> autogen.err || { + echo "" + echo "* * * warning: possible errors while running automake - check autogen.err" + echo "" diff --git a/editors/AbiWord2/files/patch-configure.in b/editors/AbiWord2/files/patch-configure.in deleted file mode 100644 index ff73266eed52..000000000000 --- a/editors/AbiWord2/files/patch-configure.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- configure.in.orig Thu Nov 22 01:08:37 2001 -+++ configure.in Fri Nov 23 17:17:37 2001 -@@ -317,10 +317,10 @@ - - if test "$PLATFORM" = "unix"; then - if test "$gnome" = "true"; then -- PLATFORM_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" -+ PLATFORM_CFLAGS="$CFLAGS $GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" - PLATFORM_LIBS= - else -- PLATFORM_CFLAGS="$GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" -+ PLATFORM_CFLAGS="$CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" - PLATFORM_LIBS= - fi - fi diff --git a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp b/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp new file mode 100644 index 000000000000..f30c23b080cc --- /dev/null +++ b/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp @@ -0,0 +1,39 @@ +--- src/af/xap/unix/xap_UnixFontManager.cpp.orig Sat Feb 22 01:00:28 2003 ++++ src/af/xap/unix/xap_UnixFontManager.cpp Sat Feb 22 01:00:57 2003 +@@ -808,30 +808,30 @@ + switch (f) + { + case GR_Font::FF_Roman: +- m_f[f].setFont(searchFont("Times-12")); ++ m_f[f].setFont(searchFont("Times 12")); + break; + + case GR_Font::FF_Swiss: +- m_f[f].setFont(searchFont("Helvetica-12")); ++ m_f[f].setFont(searchFont("Helvetica 12")); + break; + + case GR_Font::FF_Modern: +- m_f[f].setFont(searchFont("Courier-12")); ++ m_f[f].setFont(searchFont("Courier 12")); + break; + + case GR_Font::FF_Script: +- m_f[f].setFont(searchFont("Cursive-12")); ++ m_f[f].setFont(searchFont("Cursive 12")); + break; + + case GR_Font::FF_Decorative: +- m_f[f].setFont(searchFont("Old English-12")); ++ m_f[f].setFont(searchFont("Old English 12")); + break; + + // ugh!? BiDi is not a font family, what is it doing here? + // And what's that "Technical" thing? + case GR_Font::FF_Technical: + case GR_Font::FF_BiDi: +- m_f[f].setFont(searchFont("Arial-12")); ++ m_f[f].setFont(searchFont("Arial 12")); + break; + + default: diff --git a/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop b/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop new file mode 100644 index 000000000000..b875f7db74c2 --- /dev/null +++ b/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop @@ -0,0 +1,14 @@ +--- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Dec 8 19:56:43 2002 ++++ src/pkg/linux/rpm/data/abiword.desktop Sat Feb 22 00:25:22 2003 +@@ -8,9 +8,9 @@ + Comment[fr]=Traitement de texte AbiWord + Comment[pt]=Processador de Texto Abiword + Comment[sv]=Ordbehandlaren Abiword +-Exec=abiword-2.0 ++Exec=AbiWord-2.0 + Icon=abiword_48.png + Terminal=0 + Type=Application +-Categories=Application;Office;WordProcessor;X-Red-Hat-Base; ++Categories=Application;Office;WordProcessor; + StartupNotify=true diff --git a/editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixApp.cpp b/editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixApp.cpp new file mode 100644 index 000000000000..69aae909af8c --- /dev/null +++ b/editors/AbiWord2/files/patch-src_wp_ap_unix_ap_UnixApp.cpp @@ -0,0 +1,11 @@ +--- src/wp/ap/unix/ap_UnixApp.cpp.orig Sat Feb 22 01:21:20 2003 ++++ src/wp/ap/unix/ap_UnixApp.cpp Sat Feb 22 01:21:31 2003 +@@ -1241,7 +1241,7 @@ + pMyUnixApp->shutdown(); + delete pMyUnixApp; + +- poptFreeContext (Args.poptcon); ++ //poptFreeContext (Args.poptcon); + return 0; + } + diff --git a/editors/AbiWord2/pkg-comment b/editors/AbiWord2/pkg-comment deleted file mode 100644 index 9156838a8ebf..000000000000 --- a/editors/AbiWord2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An open-source, cross-platform WYSIWYG word processor diff --git a/editors/AbiWord2/pkg-descr b/editors/AbiWord2/pkg-descr index 92969ac66a5e..7a56a95478fe 100644 --- a/editors/AbiWord2/pkg-descr +++ b/editors/AbiWord2/pkg-descr @@ -14,6 +14,7 @@ Features include: - Multiple column control - Widow/orphan control - Find/Replace + - Anti-aliased fonts - Images For more information, or to see screenshots, visit the AbiSource home page diff --git a/editors/AbiWord2/pkg-message b/editors/AbiWord2/pkg-message index 19078b1c00a6..57ce22a065d7 100644 --- a/editors/AbiWord2/pkg-message +++ b/editors/AbiWord2/pkg-message @@ -9,11 +9,11 @@ For other X servers, please consult your documentation. Also, if you are going to display AbiWord on a remote X server, besides following the instructions above, please make sure that the files in the -${PREFIX}/share/AbiSuite/fonts directory are available to the remote X -server and add the ${PREFIX}/share/AbiSuite/fonts into server's font +${PREFIX}/share/AbiSuite-2.0/fonts directory are available to the remote X +server and add the ${PREFIX}/share/AbiSuite-2.0/fonts into server's font path. For XFree86, add the following line to the "Files" section: - FontPath "${PREFIX}/share/AbiSuite/fonts" + FontPath "${PREFIX}/share/AbiSuite-2.0/fonts" If you use a different X server, please see its documentation on how to do this. diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist index 442011e86d58..540649c565fa 100644 --- a/editors/AbiWord2/pkg-plist +++ b/editors/AbiWord2/pkg-plist @@ -1,453 +1,372 @@ -bin/AbiWord -bin/AbiWord_d -%%NOGNOME:%%bin/AbiWord_s -bin/abiword -bin/ttfadmin.sh bin/ttftool -share/AbiSuite/AbiWord/help/en-US/aboutos.html -share/AbiSuite/AbiWord/help/en-US/credits.html -share/AbiSuite/AbiWord/help/en-US/credits.txt -share/AbiSuite/AbiWord/help/en-US/fdl.html -share/AbiSuite/AbiWord/help/en-US/histyle.css -share/AbiSuite/AbiWord/help/en-US/howto/howtonormaltemplate.html -share/AbiSuite/AbiWord/help/en-US/howto/howtotables.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/en-US/howto/howtoword.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png -share/AbiSuite/AbiWord/help/en-US/howto/index.html -share/AbiSuite/AbiWord/help/en-US/index.html -share/AbiSuite/AbiWord/help/en-US/info/index.html -share/AbiSuite/AbiWord/help/en-US/info/inforequirements.html -share/AbiSuite/AbiWord/help/en-US/info/infospelling.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogactivatewindow.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbackgroundcolor.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbookmark.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbreak.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogchangecase.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogcolumns.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogdateandtime.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfield.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfind.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfont.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogformatheaderfooters.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoggoto.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoghyperlink.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogimageproperties.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoglanguage.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoglists.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogmodifystyle.html -share/AbiSuite/AbiWord/help/en-US/interface/dialognew.html -share/AbiSuite/AbiWord/help/en-US/interface/dialognewstyle.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogopenlinux.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpagenumbers.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpagesetup.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogparagraph.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogplugins.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpreferences.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png -share/AbiSuite/AbiWord/help/en-US/interface/dialogsavelinux.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogscreencolor.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogspelling.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogstyles.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogsymbol.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogtabs.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogwordcount.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogzoom.html -share/AbiSuite/AbiWord/help/en-US/interface/index.html -share/AbiSuite/AbiWord/help/en-US/interface/menucontextual.html -share/AbiSuite/AbiWord/help/en-US/interface/menuedit.html -share/AbiSuite/AbiWord/help/en-US/interface/menufile.html -share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png -share/AbiSuite/AbiWord/help/en-US/interface/menuformat.html -share/AbiSuite/AbiWord/help/en-US/interface/menuhelp.html -share/AbiSuite/AbiWord/help/en-US/interface/menuinsert.html -share/AbiSuite/AbiWord/help/en-US/interface/menutools.html -share/AbiSuite/AbiWord/help/en-US/interface/menuview.html -share/AbiSuite/AbiWord/help/en-US/interface/menuweb.html -share/AbiSuite/AbiWord/help/en-US/interface/menuwindow.html -share/AbiSuite/AbiWord/help/en-US/interface/rulers.html -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulers.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerscentertab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersdecimaltab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersfirstindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersleftindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslefttab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslinetab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersmargins.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersrighttab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerstab.png -share/AbiSuite/AbiWord/help/en-US/interface/toolbarextra.html -share/AbiSuite/AbiWord/help/en-US/interface/toolbarformatting.html -share/AbiSuite/AbiWord/help/en-US/interface/toolbarstandard.html -share/AbiSuite/AbiWord/help/en-US/interface/workspace.html -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png -share/AbiSuite/AbiWord/help/en-US/introduction.html -share/AbiSuite/AbiWord/help/en-US/problems/index.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsbugs.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsfaq.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsfonts.html -share/AbiSuite/AbiWord/help/en-US/problems/problemshelp.html -share/AbiSuite/AbiWord/help/en-US/search.html -share/AbiSuite/AbiWord/help/en-US/style.css -share/AbiSuite/AbiWord/help/en-US/tutorial/index.html -share/AbiSuite/AbiWord/help/fr-FR/aboutos.html -share/AbiSuite/AbiWord/help/fr-FR/credits.html -share/AbiSuite/AbiWord/help/fr-FR/fdl.html -share/AbiSuite/AbiWord/help/fr-FR/histyle.css -share/AbiSuite/AbiWord/help/fr-FR/howto/howtonormaltemplate.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtotables.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data/gettingstarted.abw.png -share/AbiSuite/AbiWord/help/fr-FR/howto/index.html -share/AbiSuite/AbiWord/help/fr-FR/index.html -share/AbiSuite/AbiWord/help/fr-FR/info/index.html -share/AbiSuite/AbiWord/help/fr-FR/info/infoformats.html -share/AbiSuite/AbiWord/help/fr-FR/info/infomsdi.html -share/AbiSuite/AbiWord/help/fr-FR/info/inforequirements.html -share/AbiSuite/AbiWord/help/fr-FR/info/infosections.html -share/AbiSuite/AbiWord/help/fr-FR/info/infospelling.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogactivatewindow.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbackgroundcolor.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbookmark.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbreak.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogchangecase.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogcolumns.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogdateandtime.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfield.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfind.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfont.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogformatheaderfooters.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoggoto.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoghyperlink.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogimageproperties.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglanguage.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglists.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogmodifystyle.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialognew.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialognewstyle.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogopenlinux.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagenumbers.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagesetup.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogparagraph.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogplugins.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpreferences.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data/replace.png -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsavelinux.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogscreencolor.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogspelling.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogstyles.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsymbol.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogtabs.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogwordcount.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogzoom.html -share/AbiSuite/AbiWord/help/fr-FR/interface/index.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menucontextual.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuedit.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menufile.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuformat.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuhelp.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuinsert.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menutools.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuview.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuweb.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuwindow.html -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.html -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_1.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_10.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_11.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_12.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_2.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_3.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_4.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_5.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_6.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_7.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_8.png -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarextra.html -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarformatting.html -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarstandard.html -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.html -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/full_window.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars_hiding.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/grabbar_shaded.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar_quickhelp.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/titlebar.png -share/AbiSuite/AbiWord/help/fr-FR/introduction.html -share/AbiSuite/AbiWord/help/fr-FR/plugins/index.html -share/AbiSuite/AbiWord/help/fr-FR/problems/index.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsbugs.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfaq.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfonts.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemshelp.html -share/AbiSuite/AbiWord/help/fr-FR/style.css -share/AbiSuite/AbiWord/help/fr-FR/tutorial/index.html -share/AbiSuite/AbiWord/readme.txt -share/AbiSuite/AbiWord/scripts/abw2html.pl -share/AbiSuite/AbiWord/strings/bg-BG.strings -share/AbiSuite/AbiWord/strings/ca-ES.strings -share/AbiSuite/AbiWord/strings/cs-CZ.strings -share/AbiSuite/AbiWord/strings/cy-GB.strings -share/AbiSuite/AbiWord/strings/da-DK.strings -share/AbiSuite/AbiWord/strings/de-CH.strings -share/AbiSuite/AbiWord/strings/de-DE.strings -share/AbiSuite/AbiWord/strings/el-GR.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/eu-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/he-IL.strings -share/AbiSuite/AbiWord/strings/hu-HU.strings -share/AbiSuite/AbiWord/strings/id-ID.strings -share/AbiSuite/AbiWord/strings/it-IT.strings -share/AbiSuite/AbiWord/strings/ja-JP.strings -share/AbiSuite/AbiWord/strings/lt-LT.strings -share/AbiSuite/AbiWord/strings/nb-NO.strings -share/AbiSuite/AbiWord/strings/nl-NL.strings -share/AbiSuite/AbiWord/strings/nn-NO.strings -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/ro-RO.strings -share/AbiSuite/AbiWord/strings/ru-RU.strings -share/AbiSuite/AbiWord/strings/sk-SK.strings -share/AbiSuite/AbiWord/strings/sl-SI.strings -share/AbiSuite/AbiWord/strings/sr-SR.strings -share/AbiSuite/AbiWord/strings/sv-SE.strings -share/AbiSuite/AbiWord/strings/tr-TR.strings -share/AbiSuite/AbiWord/strings/uk-UA.strings -share/AbiSuite/AbiWord/strings/vi-VN.strings -share/AbiSuite/AbiWord/strings/zh-CN.strings -share/AbiSuite/AbiWord/strings/zh-HK.strings -share/AbiSuite/AbiWord/strings/zh-TW.strings -share/AbiSuite/AbiWord/system.profile -share/AbiSuite/AbiWord/system.profile-CP1254 -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-bg-BG -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-fi-FI -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-gl-ES -share/AbiSuite/AbiWord/system.profile-hu-HU -share/AbiSuite/AbiWord/system.profile-it-IT -share/AbiSuite/AbiWord/system.profile-ja-JP -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-sk-SK -share/AbiSuite/AbiWord/system.profile-sk-SK.CP1250 -share/AbiSuite/AbiWord/system.profile-sl -share/AbiSuite/AbiWord/system.profile-sv -share/AbiSuite/AbiWord/system.profile-sv-SE -share/AbiSuite/AbiWord/system.profile-tr -share/AbiSuite/AbiWord/system.profile-tr-TR -share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254 -share/AbiSuite/AbiWord/system.profile-uk-UA -share/AbiSuite/AbiWord/system.profile-zh-CN -share/AbiSuite/AbiWord/system.profile-zh-TW -share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf -share/AbiSuite/README -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/dictionary/american.hash -share/AbiSuite/fonts/a010013l.afm -share/AbiSuite/fonts/a010013l.pfb -share/AbiSuite/fonts/a010015l.afm -share/AbiSuite/fonts/a010015l.pfb -share/AbiSuite/fonts/a010033l.afm -share/AbiSuite/fonts/a010033l.pfb -share/AbiSuite/fonts/a010035l.afm -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.pfb -share/AbiSuite/fonts/b018015l.afm -share/AbiSuite/fonts/b018015l.pfb -share/AbiSuite/fonts/b018032l.afm -share/AbiSuite/fonts/b018032l.pfb -share/AbiSuite/fonts/b018035l.afm -share/AbiSuite/fonts/b018035l.pfb -share/AbiSuite/fonts/bchb.afm -share/AbiSuite/fonts/bchb.pfa -share/AbiSuite/fonts/bchbi.afm -share/AbiSuite/fonts/bchbi.pfa -share/AbiSuite/fonts/bchr.afm -share/AbiSuite/fonts/bchr.pfa -share/AbiSuite/fonts/bchri.afm -share/AbiSuite/fonts/bchri.pfa -share/AbiSuite/fonts/c059013l.afm -share/AbiSuite/fonts/c059013l.pfb -share/AbiSuite/fonts/c059016l.afm -share/AbiSuite/fonts/c059016l.pfb -share/AbiSuite/fonts/c059033l.afm -share/AbiSuite/fonts/c059033l.pfb -share/AbiSuite/fonts/c059036l.afm -share/AbiSuite/fonts/c059036l.pfb -share/AbiSuite/fonts/d050000l.afm -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.pfb -share/AbiSuite/fonts/n019004l.afm -share/AbiSuite/fonts/n019004l.pfb -share/AbiSuite/fonts/n019023l.afm -share/AbiSuite/fonts/n019023l.pfb -share/AbiSuite/fonts/n019024l.afm -share/AbiSuite/fonts/n019024l.pfb -share/AbiSuite/fonts/n019043l.afm -share/AbiSuite/fonts/n019043l.pfb -share/AbiSuite/fonts/n019044l.afm -share/AbiSuite/fonts/n019044l.pfb -share/AbiSuite/fonts/n019063l.afm -share/AbiSuite/fonts/n019063l.pfb -share/AbiSuite/fonts/n019064l.afm -share/AbiSuite/fonts/n019064l.pfb -share/AbiSuite/fonts/n021003l.afm -share/AbiSuite/fonts/n021003l.pfb -share/AbiSuite/fonts/n021004l.afm -share/AbiSuite/fonts/n021004l.pfb -share/AbiSuite/fonts/n021023l.afm -share/AbiSuite/fonts/n021023l.pfb -share/AbiSuite/fonts/n021024l.afm -share/AbiSuite/fonts/n021024l.pfb -share/AbiSuite/fonts/n022003l.afm -share/AbiSuite/fonts/n022003l.pfb -share/AbiSuite/fonts/n022004l.afm -share/AbiSuite/fonts/n022004l.pfb -share/AbiSuite/fonts/n022023l.afm -share/AbiSuite/fonts/n022023l.pfb -share/AbiSuite/fonts/n022024l.afm -share/AbiSuite/fonts/n022024l.pfb -share/AbiSuite/fonts/p052003l.afm -share/AbiSuite/fonts/p052003l.pfb -share/AbiSuite/fonts/p052004l.afm -share/AbiSuite/fonts/p052004l.pfb -share/AbiSuite/fonts/p052023l.afm -share/AbiSuite/fonts/p052023l.pfb -share/AbiSuite/fonts/p052024l.afm -share/AbiSuite/fonts/p052024l.pfb -share/AbiSuite/fonts/s050000l.afm -share/AbiSuite/fonts/s050000l.pfb -share/AbiSuite/fonts/s050000l.u2g -share/AbiSuite/fonts/symbol.e2u -share/AbiSuite/fonts/z003034l.afm -share/AbiSuite/fonts/z003034l.pfb -share/AbiSuite/icons/abiword_48.png -share/AbiSuite/icons/abiword_48.tif -share/AbiSuite/icons/abiword_48.xpm -%%GNOME:%%share/AbiSuite/icons/abiword_logo.xpm -share/AbiSuite/templates/normal.awt +bin/ttfadmin.sh +bin/AbiWord-2.0 +bin/abiword +share/AbiSuite-2.0/AbiWord/bin/AbiWord_d +share/AbiSuite-2.0/AbiWord/readme.txt +share/AbiSuite-2.0/AbiWord/system.profile +share/AbiSuite-2.0/AbiWord/system.profile-CP1254 +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-R +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-U +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-UB +share/AbiSuite-2.0/AbiWord/system.profile-am-ET +share/AbiSuite-2.0/AbiWord/system.profile-bg-BG +share/AbiSuite-2.0/AbiWord/system.profile-ca-ES +share/AbiSuite-2.0/AbiWord/system.profile-cs-CZ +share/AbiSuite-2.0/AbiWord/system.profile-da-DK +share/AbiSuite-2.0/AbiWord/system.profile-de +share/AbiSuite-2.0/AbiWord/system.profile-de-AT +share/AbiSuite-2.0/AbiWord/system.profile-de-CH +share/AbiSuite-2.0/AbiWord/system.profile-de-DE +share/AbiSuite-2.0/AbiWord/help/en-US/aboutos.html +share/AbiSuite-2.0/AbiWord/help/en-US/credits.html +share/AbiSuite-2.0/AbiWord/help/en-US/fdl.html +share/AbiSuite-2.0/AbiWord/help/en-US/histyle.css +share/AbiSuite-2.0/AbiWord/help/en-US/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/introduction.html +share/AbiSuite-2.0/AbiWord/help/en-US/search.html +share/AbiSuite-2.0/AbiWord/help/en-US/style.css +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtonormaltemplate.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtotables.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png +share/AbiSuite-2.0/AbiWord/help/en-US/info/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/info/inforequirements.html +share/AbiSuite-2.0/AbiWord/help/en-US/info/infospelling.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogactivatewindow.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbackgroundcolor.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbookmark.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbreak.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogchangecase.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogcolumns.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogdateandtime.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfield.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfind.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfont.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogformatheaderfooters.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoggoto.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoghyperlink.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogimageproperties.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglanguage.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglists.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmodifystyle.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognew.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognewstyle.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogopenlinux.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagenumbers.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagesetup.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogparagraph.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogplugins.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpreferences.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsavelinux.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogscreencolor.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogspelling.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogstyles.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsymbol.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogtabs.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogwordcount.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogzoom.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menucontextual.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuedit.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuformat.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuhelp.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuinsert.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menutools.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuview.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuweb.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuwindow.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarextra.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarformatting.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarstandard.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png +share/AbiSuite-2.0/AbiWord/help/en-US/problems/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsbugs.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfaq.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfonts.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemshelp.html +share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/credits.txt +share/AbiSuite-2.0/AbiWord/system.profile-el-GR +share/AbiSuite-2.0/AbiWord/system.profile-en +share/AbiSuite-2.0/AbiWord/system.profile-en-AU +share/AbiSuite-2.0/AbiWord/system.profile-en-CA +share/AbiSuite-2.0/AbiWord/system.profile-en-GB +share/AbiSuite-2.0/AbiWord/system.profile-en-IE +share/AbiSuite-2.0/AbiWord/system.profile-en-NZ +share/AbiSuite-2.0/AbiWord/system.profile-en-US +share/AbiSuite-2.0/AbiWord/system.profile-en-ZA +share/AbiSuite-2.0/AbiWord/system.profile-es +share/AbiSuite-2.0/AbiWord/system.profile-es-ES +share/AbiSuite-2.0/AbiWord/system.profile-es-MX +share/AbiSuite-2.0/AbiWord/system.profile-fi-FI +share/AbiSuite-2.0/AbiWord/system.profile-fr +share/AbiSuite-2.0/AbiWord/system.profile-fr-BE +share/AbiSuite-2.0/AbiWord/system.profile-fr-CA +share/AbiSuite-2.0/AbiWord/system.profile-fr-CH +share/AbiSuite-2.0/AbiWord/system.profile-fr-FR +share/AbiSuite-2.0/AbiWord/system.profile-gl-ES +share/AbiSuite-2.0/AbiWord/system.profile-hu-HU +share/AbiSuite-2.0/AbiWord/system.profile-it-IT +share/AbiSuite-2.0/AbiWord/system.profile-ja-JP +share/AbiSuite-2.0/AbiWord/system.profile-lt-LT +share/AbiSuite-2.0/AbiWord/system.profile-nb-NO +share/AbiSuite-2.0/AbiWord/system.profile-nl-NL +share/AbiSuite-2.0/AbiWord/system.profile-nn-NO +share/AbiSuite-2.0/AbiWord/system.profile-pl-PL +share/AbiSuite-2.0/AbiWord/system.profile-pt-BR +share/AbiSuite-2.0/AbiWord/system.profile-pt-PT +share/AbiSuite-2.0/AbiWord/system.profile-ru +share/AbiSuite-2.0/AbiWord/system.profile-ru-RU +share/AbiSuite-2.0/AbiWord/system.profile-sk-SK +share/AbiSuite-2.0/AbiWord/system.profile-sk-SK.CP1250 +share/AbiSuite-2.0/AbiWord/system.profile-sl +share/AbiSuite-2.0/AbiWord/system.profile-sv +share/AbiSuite-2.0/AbiWord/system.profile-sv-SE +share/AbiSuite-2.0/AbiWord/system.profile-tr +share/AbiSuite-2.0/AbiWord/system.profile-tr-TR +share/AbiSuite-2.0/AbiWord/system.profile-tr-TR.CP1254 +share/AbiSuite-2.0/AbiWord/system.profile-uk-UA +share/AbiSuite-2.0/AbiWord/system.profile-zh-CN +share/AbiSuite-2.0/AbiWord/system.profile-zh-TW +share/AbiSuite-2.0/AbiWord/scripts/abw2html.pl +share/AbiSuite-2.0/AbiWord/strings/am-ET.strings +share/AbiSuite-2.0/AbiWord/strings/art-lojban.strings +share/AbiSuite-2.0/AbiWord/strings/bg-BG.strings +share/AbiSuite-2.0/AbiWord/strings/ca-ES.strings +share/AbiSuite-2.0/AbiWord/strings/cs-CZ.strings +share/AbiSuite-2.0/AbiWord/strings/cy-GB.strings +share/AbiSuite-2.0/AbiWord/strings/da-DK.strings +share/AbiSuite-2.0/AbiWord/strings/de-CH.strings +share/AbiSuite-2.0/AbiWord/strings/de-DE.strings +share/AbiSuite-2.0/AbiWord/strings/el-GR.strings +share/AbiSuite-2.0/AbiWord/strings/en-AU.strings +share/AbiSuite-2.0/AbiWord/strings/en-GB.strings +share/AbiSuite-2.0/AbiWord/strings/en-IE.strings +share/AbiSuite-2.0/AbiWord/strings/es-ES.strings +share/AbiSuite-2.0/AbiWord/strings/es-MX.strings +share/AbiSuite-2.0/AbiWord/strings/eu-ES.strings +share/AbiSuite-2.0/AbiWord/strings/fi-FI.strings +share/AbiSuite-2.0/AbiWord/strings/fr-FR.strings +share/AbiSuite-2.0/AbiWord/strings/ga-IE.strings +share/AbiSuite-2.0/AbiWord/strings/gl-ES.strings +share/AbiSuite-2.0/AbiWord/strings/he-IL.strings +share/AbiSuite-2.0/AbiWord/strings/hu-HU.strings +share/AbiSuite-2.0/AbiWord/strings/id-ID.strings +share/AbiSuite-2.0/AbiWord/strings/it-IT.strings +share/AbiSuite-2.0/AbiWord/strings/ja-JP.strings +share/AbiSuite-2.0/AbiWord/strings/lt-LT.strings +share/AbiSuite-2.0/AbiWord/strings/mh-MH.strings +share/AbiSuite-2.0/AbiWord/strings/ms-MY.strings +share/AbiSuite-2.0/AbiWord/strings/nb-NO.strings +share/AbiSuite-2.0/AbiWord/strings/nl-NL.strings +share/AbiSuite-2.0/AbiWord/strings/nn-NO.strings +share/AbiSuite-2.0/AbiWord/strings/pl-PL.strings +share/AbiSuite-2.0/AbiWord/strings/pt-BR.strings +share/AbiSuite-2.0/AbiWord/strings/pt-PT.strings +share/AbiSuite-2.0/AbiWord/strings/ro-RO.strings +share/AbiSuite-2.0/AbiWord/strings/ru-RU.strings +share/AbiSuite-2.0/AbiWord/strings/sk-SK.strings +share/AbiSuite-2.0/AbiWord/strings/sl-SI.strings +share/AbiSuite-2.0/AbiWord/strings/sq-AL.strings +share/AbiSuite-2.0/AbiWord/strings/sr-SR.strings +share/AbiSuite-2.0/AbiWord/strings/sv-SE.strings +share/AbiSuite-2.0/AbiWord/strings/tr-TR.strings +share/AbiSuite-2.0/AbiWord/strings/uk-UA.strings +share/AbiSuite-2.0/AbiWord/strings/vi-VN.strings +share/AbiSuite-2.0/AbiWord/strings/yi.strings +share/AbiSuite-2.0/AbiWord/strings/zh-CN.strings +share/AbiSuite-2.0/AbiWord/strings/zh-HK.strings +share/AbiSuite-2.0/AbiWord/strings/zh-TW.strings +share/AbiSuite-2.0/fonts/a010013l.afm +share/AbiSuite-2.0/fonts/a010013l.pfb +share/AbiSuite-2.0/fonts/a010015l.afm +share/AbiSuite-2.0/fonts/a010015l.pfb +share/AbiSuite-2.0/fonts/a010033l.afm +share/AbiSuite-2.0/fonts/a010033l.pfb +share/AbiSuite-2.0/fonts/a010035l.afm +share/AbiSuite-2.0/fonts/a010035l.pfb +share/AbiSuite-2.0/fonts/adobe-full.u2g +share/AbiSuite-2.0/fonts/adobe-short.u2g +share/AbiSuite-2.0/fonts/b018012l.afm +share/AbiSuite-2.0/fonts/b018012l.pfb +share/AbiSuite-2.0/fonts/b018015l.afm +share/AbiSuite-2.0/fonts/b018015l.pfb +share/AbiSuite-2.0/fonts/b018032l.afm +share/AbiSuite-2.0/fonts/b018032l.pfb +share/AbiSuite-2.0/fonts/b018035l.afm +share/AbiSuite-2.0/fonts/b018035l.pfb +share/AbiSuite-2.0/fonts/bchb.afm +share/AbiSuite-2.0/fonts/bchb.pfa +share/AbiSuite-2.0/fonts/bchbi.afm +share/AbiSuite-2.0/fonts/bchbi.pfa +share/AbiSuite-2.0/fonts/bchr.afm +share/AbiSuite-2.0/fonts/bchr.pfa +share/AbiSuite-2.0/fonts/bchri.afm +share/AbiSuite-2.0/fonts/bchri.pfa +share/AbiSuite-2.0/fonts/c059013l.afm +share/AbiSuite-2.0/fonts/c059013l.pfb +share/AbiSuite-2.0/fonts/c059016l.afm +share/AbiSuite-2.0/fonts/c059016l.pfb +share/AbiSuite-2.0/fonts/c059033l.afm +share/AbiSuite-2.0/fonts/c059033l.pfb +share/AbiSuite-2.0/fonts/c059036l.afm +share/AbiSuite-2.0/fonts/c059036l.pfb +share/AbiSuite-2.0/fonts/d050000l.afm +share/AbiSuite-2.0/fonts/d050000l.pfb +share/AbiSuite-2.0/fonts/d050000l.u2g +share/AbiSuite-2.0/fonts/dingbats.e2u +share/AbiSuite-2.0/fonts/fonts.dir +share/AbiSuite-2.0/fonts/fonts.scale +share/AbiSuite-2.0/fonts/n019003l.afm +share/AbiSuite-2.0/fonts/n019003l.pfb +share/AbiSuite-2.0/fonts/n019004l.afm +share/AbiSuite-2.0/fonts/n019004l.pfb +share/AbiSuite-2.0/fonts/n019023l.afm +share/AbiSuite-2.0/fonts/n019023l.pfb +share/AbiSuite-2.0/fonts/n019024l.afm +share/AbiSuite-2.0/fonts/n019024l.pfb +share/AbiSuite-2.0/fonts/n019043l.afm +share/AbiSuite-2.0/fonts/n019043l.pfb +share/AbiSuite-2.0/fonts/n019044l.afm +share/AbiSuite-2.0/fonts/n019044l.pfb +share/AbiSuite-2.0/fonts/n019063l.afm +share/AbiSuite-2.0/fonts/n019063l.pfb +share/AbiSuite-2.0/fonts/n019064l.afm +share/AbiSuite-2.0/fonts/n019064l.pfb +share/AbiSuite-2.0/fonts/n021003l.afm +share/AbiSuite-2.0/fonts/n021003l.pfb +share/AbiSuite-2.0/fonts/n021004l.afm +share/AbiSuite-2.0/fonts/n021004l.pfb +share/AbiSuite-2.0/fonts/n021023l.afm +share/AbiSuite-2.0/fonts/n021023l.pfb +share/AbiSuite-2.0/fonts/n021024l.afm +share/AbiSuite-2.0/fonts/n021024l.pfb +share/AbiSuite-2.0/fonts/n022003l.afm +share/AbiSuite-2.0/fonts/n022003l.pfb +share/AbiSuite-2.0/fonts/n022004l.afm +share/AbiSuite-2.0/fonts/n022004l.pfb +share/AbiSuite-2.0/fonts/n022023l.afm +share/AbiSuite-2.0/fonts/n022023l.pfb +share/AbiSuite-2.0/fonts/n022024l.afm +share/AbiSuite-2.0/fonts/n022024l.pfb +share/AbiSuite-2.0/fonts/p052003l.afm +share/AbiSuite-2.0/fonts/p052003l.pfb +share/AbiSuite-2.0/fonts/p052004l.afm +share/AbiSuite-2.0/fonts/p052004l.pfb +share/AbiSuite-2.0/fonts/p052023l.afm +share/AbiSuite-2.0/fonts/p052023l.pfb +share/AbiSuite-2.0/fonts/p052024l.afm +share/AbiSuite-2.0/fonts/p052024l.pfb +share/AbiSuite-2.0/fonts/s050000l.afm +share/AbiSuite-2.0/fonts/s050000l.pfb +share/AbiSuite-2.0/fonts/s050000l.u2g +share/AbiSuite-2.0/fonts/symbol.e2u +share/AbiSuite-2.0/fonts/z003034l.afm +share/AbiSuite-2.0/fonts/z003034l.pfb +share/AbiSuite-2.0/GNOME_AbiWord_Control_1_0.oaf +share/AbiSuite-2.0/Nautilus_View_AbiWord.oaf +share/AbiSuite-2.0/README +share/AbiSuite-2.0/nautilus-abiword-content-view-ui.xml +share/AbiSuite-2.0/clipart/book.png +share/AbiSuite-2.0/clipart/chip.png +share/AbiSuite-2.0/clipart/fun.png +share/AbiSuite-2.0/clipart/gear.png +share/AbiSuite-2.0/clipart/gnomea.png +share/AbiSuite-2.0/clipart/gnomeb.png +share/AbiSuite-2.0/clipart/gnomec.png +share/AbiSuite-2.0/clipart/gnomecorner.png +share/AbiSuite-2.0/clipart/gnomed.png +share/AbiSuite-2.0/clipart/gnomedecor1.png +share/AbiSuite-2.0/clipart/gnomedecor2.png +share/AbiSuite-2.0/clipart/gnomee.png +share/AbiSuite-2.0/clipart/gnomeflowers.png +share/AbiSuite-2.0/clipart/gnomeline.png +share/AbiSuite-2.0/clipart/idea.png +share/AbiSuite-2.0/clipart/lamp.png +share/AbiSuite-2.0/clipart/monitor.png +share/AbiSuite-2.0/clipart/music1.png +share/AbiSuite-2.0/clipart/pinceau.png +share/AbiSuite-2.0/clipart/simca.png +share/AbiSuite-2.0/clipart/surprise.png +share/AbiSuite-2.0/clipart/together.png +share/AbiSuite-2.0/clipart/toolbox.png +share/AbiSuite-2.0/clipart/tree.png +share/AbiSuite-2.0/clipart/tux_bordelais.png +share/AbiSuite-2.0/clipart/weather.png +share/AbiSuite-2.0/clipart/write.png +share/AbiSuite-2.0/dictionary/american.hash +share/AbiSuite-2.0/dictionary/ispell_dictionary_list.xml +share/AbiSuite-2.0/icons/abiword_16.xpm +share/AbiSuite-2.0/icons/abiword_48.png +share/AbiSuite-2.0/icons/abiword_48.tif +share/AbiSuite-2.0/icons/abiword_48.xpm +share/AbiSuite-2.0/templates/A4.awt +share/AbiSuite-2.0/templates/Business-Report.awt +share/AbiSuite-2.0/templates/Employee-Directory.awt +share/AbiSuite-2.0/templates/Fax-Coversheet.awt +share/AbiSuite-2.0/templates/Two-Columns.awt +share/AbiSuite-2.0/templates/US-Letter.awt +share/AbiSuite-2.0/templates/normal.awt share/gnome/apps/Applications/abiword.desktop share/gnome/pixmaps/abiword_48.png -@dirrm share/AbiSuite/templates -@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/scripts -@dirrm share/AbiSuite/AbiWord/help/fr-FR/tutorial -@dirrm share/AbiSuite/AbiWord/help/fr-FR/problems -@dirrm share/AbiSuite/AbiWord/help/fr-FR/plugins -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface -@dirrm share/AbiSuite/AbiWord/help/fr-FR/info -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto -@dirrm share/AbiSuite/AbiWord/help/fr-FR -@dirrm share/AbiSuite/AbiWord/help/en-US/tutorial -@dirrm share/AbiSuite/AbiWord/help/en-US/problems -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface -@dirrm share/AbiSuite/AbiWord/help/en-US/info -@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/howto -@dirrm share/AbiSuite/AbiWord/help/en-US -@dirrm share/AbiSuite/AbiWord/help -@dirrm share/AbiSuite/AbiWord -@dirrm share/AbiSuite +@dirrm share/AbiSuite-2.0/AbiWord/bin +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/de_DE +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/images +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/images +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/info +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/problems +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/tutorial +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US +@dirrm share/AbiSuite-2.0/AbiWord/help/es-ES +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoword.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/images +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/info +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/rulers.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/workspace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/plugins +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/problems +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/tutorial +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR +@dirrm share/AbiSuite-2.0/AbiWord/help/images +@dirrm share/AbiSuite-2.0/AbiWord/help +@dirrm share/AbiSuite-2.0/AbiWord/sample/en-US +@dirrm share/AbiSuite-2.0/AbiWord/sample +@dirrm share/AbiSuite-2.0/AbiWord/scripts +@dirrm share/AbiSuite-2.0/AbiWord/strings +@dirrm share/AbiSuite-2.0/AbiWord +@dirrm share/AbiSuite-2.0/fonts +@dirrm share/AbiSuite-2.0/clipart +@dirrm share/AbiSuite-2.0/dictionary +@dirrm share/AbiSuite-2.0/icons +@dirrm share/AbiSuite-2.0/templates +@dirrm share/AbiSuite-2.0 diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 3eca7f48bac2..8b6b6a6824cd 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: AbiWord -# Date created: 3 Mar 1999 -# Whom: Donald Burr +# New ports collection makefile for: AbiWord2 +# Date created: 22 February 2003 +# Whom: Joe Marcus Clarke # # $FreeBSD$ # -PORTNAME= AbiWord -PORTVERSION= 1.0.4 +PORTNAME= AbiWord2 +PORTVERSION= 1.1.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -14,12 +14,15 @@ MASTER_SITE_SUBDIR= abiword DISTNAME= abiword-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +COMMENT= An open-source, cross-platform WYSIWYG word processor # unzip is needed during the installation process BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ - psiconv.8:${PORTSDIR}/converters/psiconv + gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + fribidi.0:${PORTSDIR}/converters/fribidi DIST_SUBDIR= AbiWord @@ -27,35 +30,29 @@ WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi USE_X_PREFIX= yes USE_AUTOMAKE= yes +USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 USE_GMAKE= yes USE_REINPLACE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 gnomehier +USE_GNOME= gnomehier WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" +CONFIGURE_ARGS= --enable-xft MAKEFILE= GNUmakefile -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -.undef WITHOUT_ALL -WITH_GNOME= yes -.endif - .include -# bonobox bonobox_print gnomeui gal print vfs gdk_pixbuf - -.if ${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && ${HAVE_GNOME:Mgnomevfs}!="" -USE_GNOME+= gnomeprint gal gnomevfs -CONFIGURE_ARGS+=--enable-gnome -PKGNAMESUFFIX= -gnome -.endif - .if exists(${LOCALBASE}/include/wv.h) BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord build" .endif +post-patch: + @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ + s|%%ACLOCAL%%|${ACLOCAL}|g ; \ + s|%%AUTOCONF%%|${AUTOCONF}|g' ${WRKSRC}/autogen.sh + pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing @@ -69,7 +66,7 @@ post-install: @${CAT} ${PKGMESSAGE} @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ ${PREFIX}/share/gnome/apps/Applications/abiword.desktop - @${LN} -sf ${PREFIX}/share/AbiSuite/icons/abiword_48.png \ + @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ ${PREFIX}/share/gnome/pixmaps/abiword_48.png .include diff --git a/editors/abiword-devel/distinfo b/editors/abiword-devel/distinfo index 6dd051c40b56..fa29979a6760 100644 --- a/editors/abiword-devel/distinfo +++ b/editors/abiword-devel/distinfo @@ -1 +1 @@ -MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb +MD5 (AbiWord/abiword-1.1.3.tar.gz) = 6fdaf7e3cbc5aed2eb80e2054f54381f diff --git a/editors/abiword-devel/files/patch-..::wv::libole2::Makefile.in b/editors/abiword-devel/files/patch-..::wv::libole2::Makefile.in deleted file mode 100644 index c1aa9c4a9a1d..000000000000 --- a/editors/abiword-devel/files/patch-..::wv::libole2::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../wv/libole2/Makefile.in 2001/11/23 14:38:19 1.1 -+++ ../wv/libole2/Makefile.in 2001/11/23 14:43:32 -@@ -13,7 +13,7 @@ - HAVE_GLIB = @HAVE_GLIB@ - HAVE_GNOMEVFS= @HAVE_GNOMEVFS@ - --CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -I$(srcdir)/.. -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@ -+CFLAGS = -I$(srcdir)/.. @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@ - ifneq ($(HAVE_GLIB), 1) - CFLAGS += -I$(srcdir)/../glib-wv/ - endif diff --git a/editors/abiword-devel/files/patch-au b/editors/abiword-devel/files/patch-au deleted file mode 100644 index 3c726a835376..000000000000 --- a/editors/abiword-devel/files/patch-au +++ /dev/null @@ -1,45 +0,0 @@ ---- src/pkg/common/unix/scripts/makewrapper.sh.orig Wed Jan 23 09:16:52 2002 -+++ src/pkg/common/unix/scripts/makewrapper.sh Sat Feb 23 15:30:19 2002 -@@ -80,23 +80,31 @@ - if [ -z "\$locale" ] - then - locale=\$LANG -+elif [ -x \$locale ] -+then -+ locale=\$LC_CTYPE - fi - - if [ ! -z "\$locale" ] - then -- #now guess encoding -+ #now guess country/region/encoding -+ country=\`echo \$locale | sed -e 's/\(.*\)_.*\$/\1/'\` -+ region=\`echo \$locale | sed -e 's/^.*_\(.*\)\..*/\1/'\` - encoding=\`echo \$locale | sed -e 's/^.*\.\(.*\)\$/\1/'\` -- if [ ! -z "\$encoding" ] -+ if [ ! -z \$country -o ! -z \$region -o ! -z \$encoding ] - then -- addfontdir=\$ABISUITE_FONT_HOME/\$encoding -- if [ ! -z "\$addfontdir" ] -- then -- if [ -d "\$addfontdir" ] -- then -- #add directory with locale-specific fonts to font path -- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -- fi -- fi -+ addfontdirlst="\$ABISUITE_FONT_HOME/\$country \$ABISUITE_FONT_HOME/\${country}-\${region} \$ABISUITE_FONT_HOME/\$encoding \$ABISUITE_FONT_HOME/\${country}-\${region}.\${encoding}" -+ for addfontdir in \$addfontdirlst -+ do -+ if [ ! -z \$addfontdir ] -+ then -+ if [ -d \$addfontdir -a ! -f \$addfontdir/.already-in-fp ] -+ then -+ #add directory with locale-specific fonts to font path -+ ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -+ fi -+ fi -+ done - fi - fi - diff --git a/editors/abiword-devel/files/patch-autogen.sh b/editors/abiword-devel/files/patch-autogen.sh index 57a58a879794..84fe028e64ac 100644 --- a/editors/abiword-devel/files/patch-autogen.sh +++ b/editors/abiword-devel/files/patch-autogen.sh @@ -1,54 +1,71 @@ - -$FreeBSD$ - ---- autogen.sh.orig Mon Mar 25 07:41:49 2002 -+++ autogen.sh Tue Apr 9 12:35:41 2002 +--- autogen.sh.orig Thu Oct 17 08:19:31 2002 ++++ autogen.sh Fri Feb 21 23:47:48 2003 @@ -10,20 +10,20 @@ - set -e + rm -f autogen.err -automake --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' -+automake14 --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' ++%%AUTOMAKE%% --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' if [ $? -ne 0 ]; then echo "Error: you need automake 1.4 or later. Please upgrade." exit 1 fi --if test ! -d `aclocal --print-ac-dir`; then -+if test ! -d `aclocal14 --print-ac-dir`; then - echo "Bad aclocal (automake) installation" +-if test ! -d `aclocal --print-ac-dir 2>> autogen.err`; then +- echo "Bad aclocal (automake) installation" ++if test ! -d `%%ACLOCAL%% --print-ac-dir 2>> autogen.err`; then ++ echo "Bad %%ACLOCAL%% (automake) installation" exit 1 fi for script in `cd ac-helpers/fallback; echo *.m4`; do -- if test -r `aclocal --print-ac-dir`/$script; then -+ if test -r `aclocal14 --print-ac-dir`/$script; then +- if test -r `aclocal --print-ac-dir 2>> autogen.err`/$script; then ++ if test -r `%%ACLOCAL%% --print-ac-dir 2>> autogen.err`/$script; then # Perhaps it was installed recently rm -f ac-helpers/$script else -@@ -34,13 +34,13 @@ +@@ -34,17 +34,17 @@ # Produce aclocal.m4, so autoconf gets the automake macros it needs - echo "Creating aclocal.m4..." --aclocal -I ac-helpers -+aclocal14 -I ac-helpers + # +-echo "Creating aclocal.m4: aclocal -I ac-helpers $ACLOCAL_FLAGS" ++echo "Creating aclocal.m4: %%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS" - # autoheader +-aclocal -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err ++%%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err + echo "Checking for PKG_CHECK_MODULES..." + + pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` + if test "x$pkgcheckdef" = "x"; then +- echo "Running aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" +- (aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { +- echo "aclocal failed! Unable to continue." ++ echo "Running %%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" ++ (%%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { ++ echo "%%ACLOCAL%% failed! Unable to continue." + exit 1 + } + pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` +@@ -66,9 +66,9 @@ # Produce all the `GNUmakefile.in's and create neat missing things # like `install-sh', etc. --automake --add-missing --copy --foreign -+automake14 --add-missing --copy --foreign - - # If there's a config.cache file, we may need to delete it. - # If we have an existing configure script, save a copy for comparison. -@@ -50,7 +50,7 @@ + # +-echo "automake --add-missing --copy --foreign" ++echo "%%AUTOMAKE%% --add-missing --copy --foreign" - # Produce ./configure +-automake --add-missing --copy --foreign 2>> autogen.err || { ++%%AUTOMAKE%% --add-missing --copy --foreign 2>> autogen.err || { + echo "" + echo "* * * warning: possible errors while running automake - check autogen.err" + echo "" +@@ -84,7 +84,7 @@ + # echo "Creating configure..." --autoconf -+autoconf213 - echo "" - echo "You can run ./configure now." +-autoconf 2>> autogen.err || { ++%%AUTOCONF%% 2>> autogen.err || { + echo "" + echo "* * * warning: possible errors while running automake - check autogen.err" + echo "" diff --git a/editors/abiword-devel/files/patch-configure.in b/editors/abiword-devel/files/patch-configure.in deleted file mode 100644 index ff73266eed52..000000000000 --- a/editors/abiword-devel/files/patch-configure.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- configure.in.orig Thu Nov 22 01:08:37 2001 -+++ configure.in Fri Nov 23 17:17:37 2001 -@@ -317,10 +317,10 @@ - - if test "$PLATFORM" = "unix"; then - if test "$gnome" = "true"; then -- PLATFORM_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" -+ PLATFORM_CFLAGS="$CFLAGS $GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" - PLATFORM_LIBS= - else -- PLATFORM_CFLAGS="$GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" -+ PLATFORM_CFLAGS="$CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" - PLATFORM_LIBS= - fi - fi diff --git a/editors/abiword-devel/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp b/editors/abiword-devel/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp new file mode 100644 index 000000000000..f30c23b080cc --- /dev/null +++ b/editors/abiword-devel/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp @@ -0,0 +1,39 @@ +--- src/af/xap/unix/xap_UnixFontManager.cpp.orig Sat Feb 22 01:00:28 2003 ++++ src/af/xap/unix/xap_UnixFontManager.cpp Sat Feb 22 01:00:57 2003 +@@ -808,30 +808,30 @@ + switch (f) + { + case GR_Font::FF_Roman: +- m_f[f].setFont(searchFont("Times-12")); ++ m_f[f].setFont(searchFont("Times 12")); + break; + + case GR_Font::FF_Swiss: +- m_f[f].setFont(searchFont("Helvetica-12")); ++ m_f[f].setFont(searchFont("Helvetica 12")); + break; + + case GR_Font::FF_Modern: +- m_f[f].setFont(searchFont("Courier-12")); ++ m_f[f].setFont(searchFont("Courier 12")); + break; + + case GR_Font::FF_Script: +- m_f[f].setFont(searchFont("Cursive-12")); ++ m_f[f].setFont(searchFont("Cursive 12")); + break; + + case GR_Font::FF_Decorative: +- m_f[f].setFont(searchFont("Old English-12")); ++ m_f[f].setFont(searchFont("Old English 12")); + break; + + // ugh!? BiDi is not a font family, what is it doing here? + // And what's that "Technical" thing? + case GR_Font::FF_Technical: + case GR_Font::FF_BiDi: +- m_f[f].setFont(searchFont("Arial-12")); ++ m_f[f].setFont(searchFont("Arial 12")); + break; + + default: diff --git a/editors/abiword-devel/files/patch-src_pkg_linux_rpm_data_abiword.desktop b/editors/abiword-devel/files/patch-src_pkg_linux_rpm_data_abiword.desktop new file mode 100644 index 000000000000..b875f7db74c2 --- /dev/null +++ b/editors/abiword-devel/files/patch-src_pkg_linux_rpm_data_abiword.desktop @@ -0,0 +1,14 @@ +--- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Dec 8 19:56:43 2002 ++++ src/pkg/linux/rpm/data/abiword.desktop Sat Feb 22 00:25:22 2003 +@@ -8,9 +8,9 @@ + Comment[fr]=Traitement de texte AbiWord + Comment[pt]=Processador de Texto Abiword + Comment[sv]=Ordbehandlaren Abiword +-Exec=abiword-2.0 ++Exec=AbiWord-2.0 + Icon=abiword_48.png + Terminal=0 + Type=Application +-Categories=Application;Office;WordProcessor;X-Red-Hat-Base; ++Categories=Application;Office;WordProcessor; + StartupNotify=true diff --git a/editors/abiword-devel/files/patch-src_wp_ap_unix_ap_UnixApp.cpp b/editors/abiword-devel/files/patch-src_wp_ap_unix_ap_UnixApp.cpp new file mode 100644 index 000000000000..69aae909af8c --- /dev/null +++ b/editors/abiword-devel/files/patch-src_wp_ap_unix_ap_UnixApp.cpp @@ -0,0 +1,11 @@ +--- src/wp/ap/unix/ap_UnixApp.cpp.orig Sat Feb 22 01:21:20 2003 ++++ src/wp/ap/unix/ap_UnixApp.cpp Sat Feb 22 01:21:31 2003 +@@ -1241,7 +1241,7 @@ + pMyUnixApp->shutdown(); + delete pMyUnixApp; + +- poptFreeContext (Args.poptcon); ++ //poptFreeContext (Args.poptcon); + return 0; + } + diff --git a/editors/abiword-devel/pkg-comment b/editors/abiword-devel/pkg-comment deleted file mode 100644 index 9156838a8ebf..000000000000 --- a/editors/abiword-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An open-source, cross-platform WYSIWYG word processor diff --git a/editors/abiword-devel/pkg-descr b/editors/abiword-devel/pkg-descr index 92969ac66a5e..7a56a95478fe 100644 --- a/editors/abiword-devel/pkg-descr +++ b/editors/abiword-devel/pkg-descr @@ -14,6 +14,7 @@ Features include: - Multiple column control - Widow/orphan control - Find/Replace + - Anti-aliased fonts - Images For more information, or to see screenshots, visit the AbiSource home page diff --git a/editors/abiword-devel/pkg-message b/editors/abiword-devel/pkg-message index 19078b1c00a6..57ce22a065d7 100644 --- a/editors/abiword-devel/pkg-message +++ b/editors/abiword-devel/pkg-message @@ -9,11 +9,11 @@ For other X servers, please consult your documentation. Also, if you are going to display AbiWord on a remote X server, besides following the instructions above, please make sure that the files in the -${PREFIX}/share/AbiSuite/fonts directory are available to the remote X -server and add the ${PREFIX}/share/AbiSuite/fonts into server's font +${PREFIX}/share/AbiSuite-2.0/fonts directory are available to the remote X +server and add the ${PREFIX}/share/AbiSuite-2.0/fonts into server's font path. For XFree86, add the following line to the "Files" section: - FontPath "${PREFIX}/share/AbiSuite/fonts" + FontPath "${PREFIX}/share/AbiSuite-2.0/fonts" If you use a different X server, please see its documentation on how to do this. diff --git a/editors/abiword-devel/pkg-plist b/editors/abiword-devel/pkg-plist index 442011e86d58..540649c565fa 100644 --- a/editors/abiword-devel/pkg-plist +++ b/editors/abiword-devel/pkg-plist @@ -1,453 +1,372 @@ -bin/AbiWord -bin/AbiWord_d -%%NOGNOME:%%bin/AbiWord_s -bin/abiword -bin/ttfadmin.sh bin/ttftool -share/AbiSuite/AbiWord/help/en-US/aboutos.html -share/AbiSuite/AbiWord/help/en-US/credits.html -share/AbiSuite/AbiWord/help/en-US/credits.txt -share/AbiSuite/AbiWord/help/en-US/fdl.html -share/AbiSuite/AbiWord/help/en-US/histyle.css -share/AbiSuite/AbiWord/help/en-US/howto/howtonormaltemplate.html -share/AbiSuite/AbiWord/help/en-US/howto/howtotables.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/en-US/howto/howtoword.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png -share/AbiSuite/AbiWord/help/en-US/howto/index.html -share/AbiSuite/AbiWord/help/en-US/index.html -share/AbiSuite/AbiWord/help/en-US/info/index.html -share/AbiSuite/AbiWord/help/en-US/info/inforequirements.html -share/AbiSuite/AbiWord/help/en-US/info/infospelling.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogactivatewindow.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbackgroundcolor.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbookmark.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbreak.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogchangecase.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogcolumns.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogdateandtime.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfield.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfind.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfont.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogformatheaderfooters.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoggoto.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoghyperlink.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogimageproperties.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoglanguage.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoglists.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogmodifystyle.html -share/AbiSuite/AbiWord/help/en-US/interface/dialognew.html -share/AbiSuite/AbiWord/help/en-US/interface/dialognewstyle.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogopenlinux.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpagenumbers.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpagesetup.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogparagraph.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogplugins.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpreferences.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png -share/AbiSuite/AbiWord/help/en-US/interface/dialogsavelinux.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogscreencolor.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogspelling.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogstyles.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogsymbol.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogtabs.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogwordcount.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogzoom.html -share/AbiSuite/AbiWord/help/en-US/interface/index.html -share/AbiSuite/AbiWord/help/en-US/interface/menucontextual.html -share/AbiSuite/AbiWord/help/en-US/interface/menuedit.html -share/AbiSuite/AbiWord/help/en-US/interface/menufile.html -share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png -share/AbiSuite/AbiWord/help/en-US/interface/menuformat.html -share/AbiSuite/AbiWord/help/en-US/interface/menuhelp.html -share/AbiSuite/AbiWord/help/en-US/interface/menuinsert.html -share/AbiSuite/AbiWord/help/en-US/interface/menutools.html -share/AbiSuite/AbiWord/help/en-US/interface/menuview.html -share/AbiSuite/AbiWord/help/en-US/interface/menuweb.html -share/AbiSuite/AbiWord/help/en-US/interface/menuwindow.html -share/AbiSuite/AbiWord/help/en-US/interface/rulers.html -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulers.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerscentertab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersdecimaltab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersfirstindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersleftindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslefttab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslinetab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersmargins.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersrighttab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerstab.png -share/AbiSuite/AbiWord/help/en-US/interface/toolbarextra.html -share/AbiSuite/AbiWord/help/en-US/interface/toolbarformatting.html -share/AbiSuite/AbiWord/help/en-US/interface/toolbarstandard.html -share/AbiSuite/AbiWord/help/en-US/interface/workspace.html -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png -share/AbiSuite/AbiWord/help/en-US/introduction.html -share/AbiSuite/AbiWord/help/en-US/problems/index.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsbugs.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsfaq.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsfonts.html -share/AbiSuite/AbiWord/help/en-US/problems/problemshelp.html -share/AbiSuite/AbiWord/help/en-US/search.html -share/AbiSuite/AbiWord/help/en-US/style.css -share/AbiSuite/AbiWord/help/en-US/tutorial/index.html -share/AbiSuite/AbiWord/help/fr-FR/aboutos.html -share/AbiSuite/AbiWord/help/fr-FR/credits.html -share/AbiSuite/AbiWord/help/fr-FR/fdl.html -share/AbiSuite/AbiWord/help/fr-FR/histyle.css -share/AbiSuite/AbiWord/help/fr-FR/howto/howtonormaltemplate.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtotables.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data/gettingstarted.abw.png -share/AbiSuite/AbiWord/help/fr-FR/howto/index.html -share/AbiSuite/AbiWord/help/fr-FR/index.html -share/AbiSuite/AbiWord/help/fr-FR/info/index.html -share/AbiSuite/AbiWord/help/fr-FR/info/infoformats.html -share/AbiSuite/AbiWord/help/fr-FR/info/infomsdi.html -share/AbiSuite/AbiWord/help/fr-FR/info/inforequirements.html -share/AbiSuite/AbiWord/help/fr-FR/info/infosections.html -share/AbiSuite/AbiWord/help/fr-FR/info/infospelling.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogactivatewindow.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbackgroundcolor.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbookmark.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbreak.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogchangecase.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogcolumns.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogdateandtime.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfield.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfind.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfont.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogformatheaderfooters.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoggoto.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoghyperlink.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogimageproperties.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglanguage.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglists.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogmodifystyle.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialognew.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialognewstyle.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogopenlinux.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagenumbers.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagesetup.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogparagraph.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogplugins.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpreferences.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data/replace.png -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsavelinux.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogscreencolor.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogspelling.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogstyles.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsymbol.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogtabs.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogwordcount.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogzoom.html -share/AbiSuite/AbiWord/help/fr-FR/interface/index.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menucontextual.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuedit.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menufile.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuformat.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuhelp.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuinsert.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menutools.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuview.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuweb.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuwindow.html -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.html -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_1.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_10.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_11.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_12.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_2.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_3.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_4.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_5.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_6.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_7.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_8.png -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarextra.html -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarformatting.html -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarstandard.html -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.html -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/full_window.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars_hiding.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/grabbar_shaded.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar_quickhelp.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/titlebar.png -share/AbiSuite/AbiWord/help/fr-FR/introduction.html -share/AbiSuite/AbiWord/help/fr-FR/plugins/index.html -share/AbiSuite/AbiWord/help/fr-FR/problems/index.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsbugs.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfaq.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfonts.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemshelp.html -share/AbiSuite/AbiWord/help/fr-FR/style.css -share/AbiSuite/AbiWord/help/fr-FR/tutorial/index.html -share/AbiSuite/AbiWord/readme.txt -share/AbiSuite/AbiWord/scripts/abw2html.pl -share/AbiSuite/AbiWord/strings/bg-BG.strings -share/AbiSuite/AbiWord/strings/ca-ES.strings -share/AbiSuite/AbiWord/strings/cs-CZ.strings -share/AbiSuite/AbiWord/strings/cy-GB.strings -share/AbiSuite/AbiWord/strings/da-DK.strings -share/AbiSuite/AbiWord/strings/de-CH.strings -share/AbiSuite/AbiWord/strings/de-DE.strings -share/AbiSuite/AbiWord/strings/el-GR.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/eu-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/he-IL.strings -share/AbiSuite/AbiWord/strings/hu-HU.strings -share/AbiSuite/AbiWord/strings/id-ID.strings -share/AbiSuite/AbiWord/strings/it-IT.strings -share/AbiSuite/AbiWord/strings/ja-JP.strings -share/AbiSuite/AbiWord/strings/lt-LT.strings -share/AbiSuite/AbiWord/strings/nb-NO.strings -share/AbiSuite/AbiWord/strings/nl-NL.strings -share/AbiSuite/AbiWord/strings/nn-NO.strings -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/ro-RO.strings -share/AbiSuite/AbiWord/strings/ru-RU.strings -share/AbiSuite/AbiWord/strings/sk-SK.strings -share/AbiSuite/AbiWord/strings/sl-SI.strings -share/AbiSuite/AbiWord/strings/sr-SR.strings -share/AbiSuite/AbiWord/strings/sv-SE.strings -share/AbiSuite/AbiWord/strings/tr-TR.strings -share/AbiSuite/AbiWord/strings/uk-UA.strings -share/AbiSuite/AbiWord/strings/vi-VN.strings -share/AbiSuite/AbiWord/strings/zh-CN.strings -share/AbiSuite/AbiWord/strings/zh-HK.strings -share/AbiSuite/AbiWord/strings/zh-TW.strings -share/AbiSuite/AbiWord/system.profile -share/AbiSuite/AbiWord/system.profile-CP1254 -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-bg-BG -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-fi-FI -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-gl-ES -share/AbiSuite/AbiWord/system.profile-hu-HU -share/AbiSuite/AbiWord/system.profile-it-IT -share/AbiSuite/AbiWord/system.profile-ja-JP -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-sk-SK -share/AbiSuite/AbiWord/system.profile-sk-SK.CP1250 -share/AbiSuite/AbiWord/system.profile-sl -share/AbiSuite/AbiWord/system.profile-sv -share/AbiSuite/AbiWord/system.profile-sv-SE -share/AbiSuite/AbiWord/system.profile-tr -share/AbiSuite/AbiWord/system.profile-tr-TR -share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254 -share/AbiSuite/AbiWord/system.profile-uk-UA -share/AbiSuite/AbiWord/system.profile-zh-CN -share/AbiSuite/AbiWord/system.profile-zh-TW -share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf -share/AbiSuite/README -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/dictionary/american.hash -share/AbiSuite/fonts/a010013l.afm -share/AbiSuite/fonts/a010013l.pfb -share/AbiSuite/fonts/a010015l.afm -share/AbiSuite/fonts/a010015l.pfb -share/AbiSuite/fonts/a010033l.afm -share/AbiSuite/fonts/a010033l.pfb -share/AbiSuite/fonts/a010035l.afm -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.pfb -share/AbiSuite/fonts/b018015l.afm -share/AbiSuite/fonts/b018015l.pfb -share/AbiSuite/fonts/b018032l.afm -share/AbiSuite/fonts/b018032l.pfb -share/AbiSuite/fonts/b018035l.afm -share/AbiSuite/fonts/b018035l.pfb -share/AbiSuite/fonts/bchb.afm -share/AbiSuite/fonts/bchb.pfa -share/AbiSuite/fonts/bchbi.afm -share/AbiSuite/fonts/bchbi.pfa -share/AbiSuite/fonts/bchr.afm -share/AbiSuite/fonts/bchr.pfa -share/AbiSuite/fonts/bchri.afm -share/AbiSuite/fonts/bchri.pfa -share/AbiSuite/fonts/c059013l.afm -share/AbiSuite/fonts/c059013l.pfb -share/AbiSuite/fonts/c059016l.afm -share/AbiSuite/fonts/c059016l.pfb -share/AbiSuite/fonts/c059033l.afm -share/AbiSuite/fonts/c059033l.pfb -share/AbiSuite/fonts/c059036l.afm -share/AbiSuite/fonts/c059036l.pfb -share/AbiSuite/fonts/d050000l.afm -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.pfb -share/AbiSuite/fonts/n019004l.afm -share/AbiSuite/fonts/n019004l.pfb -share/AbiSuite/fonts/n019023l.afm -share/AbiSuite/fonts/n019023l.pfb -share/AbiSuite/fonts/n019024l.afm -share/AbiSuite/fonts/n019024l.pfb -share/AbiSuite/fonts/n019043l.afm -share/AbiSuite/fonts/n019043l.pfb -share/AbiSuite/fonts/n019044l.afm -share/AbiSuite/fonts/n019044l.pfb -share/AbiSuite/fonts/n019063l.afm -share/AbiSuite/fonts/n019063l.pfb -share/AbiSuite/fonts/n019064l.afm -share/AbiSuite/fonts/n019064l.pfb -share/AbiSuite/fonts/n021003l.afm -share/AbiSuite/fonts/n021003l.pfb -share/AbiSuite/fonts/n021004l.afm -share/AbiSuite/fonts/n021004l.pfb -share/AbiSuite/fonts/n021023l.afm -share/AbiSuite/fonts/n021023l.pfb -share/AbiSuite/fonts/n021024l.afm -share/AbiSuite/fonts/n021024l.pfb -share/AbiSuite/fonts/n022003l.afm -share/AbiSuite/fonts/n022003l.pfb -share/AbiSuite/fonts/n022004l.afm -share/AbiSuite/fonts/n022004l.pfb -share/AbiSuite/fonts/n022023l.afm -share/AbiSuite/fonts/n022023l.pfb -share/AbiSuite/fonts/n022024l.afm -share/AbiSuite/fonts/n022024l.pfb -share/AbiSuite/fonts/p052003l.afm -share/AbiSuite/fonts/p052003l.pfb -share/AbiSuite/fonts/p052004l.afm -share/AbiSuite/fonts/p052004l.pfb -share/AbiSuite/fonts/p052023l.afm -share/AbiSuite/fonts/p052023l.pfb -share/AbiSuite/fonts/p052024l.afm -share/AbiSuite/fonts/p052024l.pfb -share/AbiSuite/fonts/s050000l.afm -share/AbiSuite/fonts/s050000l.pfb -share/AbiSuite/fonts/s050000l.u2g -share/AbiSuite/fonts/symbol.e2u -share/AbiSuite/fonts/z003034l.afm -share/AbiSuite/fonts/z003034l.pfb -share/AbiSuite/icons/abiword_48.png -share/AbiSuite/icons/abiword_48.tif -share/AbiSuite/icons/abiword_48.xpm -%%GNOME:%%share/AbiSuite/icons/abiword_logo.xpm -share/AbiSuite/templates/normal.awt +bin/ttfadmin.sh +bin/AbiWord-2.0 +bin/abiword +share/AbiSuite-2.0/AbiWord/bin/AbiWord_d +share/AbiSuite-2.0/AbiWord/readme.txt +share/AbiSuite-2.0/AbiWord/system.profile +share/AbiSuite-2.0/AbiWord/system.profile-CP1254 +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-R +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-U +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-UB +share/AbiSuite-2.0/AbiWord/system.profile-am-ET +share/AbiSuite-2.0/AbiWord/system.profile-bg-BG +share/AbiSuite-2.0/AbiWord/system.profile-ca-ES +share/AbiSuite-2.0/AbiWord/system.profile-cs-CZ +share/AbiSuite-2.0/AbiWord/system.profile-da-DK +share/AbiSuite-2.0/AbiWord/system.profile-de +share/AbiSuite-2.0/AbiWord/system.profile-de-AT +share/AbiSuite-2.0/AbiWord/system.profile-de-CH +share/AbiSuite-2.0/AbiWord/system.profile-de-DE +share/AbiSuite-2.0/AbiWord/help/en-US/aboutos.html +share/AbiSuite-2.0/AbiWord/help/en-US/credits.html +share/AbiSuite-2.0/AbiWord/help/en-US/fdl.html +share/AbiSuite-2.0/AbiWord/help/en-US/histyle.css +share/AbiSuite-2.0/AbiWord/help/en-US/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/introduction.html +share/AbiSuite-2.0/AbiWord/help/en-US/search.html +share/AbiSuite-2.0/AbiWord/help/en-US/style.css +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtonormaltemplate.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtotables.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png +share/AbiSuite-2.0/AbiWord/help/en-US/info/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/info/inforequirements.html +share/AbiSuite-2.0/AbiWord/help/en-US/info/infospelling.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogactivatewindow.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbackgroundcolor.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbookmark.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbreak.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogchangecase.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogcolumns.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogdateandtime.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfield.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfind.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfont.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogformatheaderfooters.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoggoto.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoghyperlink.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogimageproperties.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglanguage.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglists.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmodifystyle.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognew.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognewstyle.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogopenlinux.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagenumbers.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagesetup.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogparagraph.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogplugins.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpreferences.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsavelinux.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogscreencolor.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogspelling.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogstyles.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsymbol.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogtabs.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogwordcount.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogzoom.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menucontextual.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuedit.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuformat.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuhelp.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuinsert.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menutools.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuview.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuweb.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuwindow.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarextra.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarformatting.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarstandard.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png +share/AbiSuite-2.0/AbiWord/help/en-US/problems/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsbugs.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfaq.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfonts.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemshelp.html +share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/credits.txt +share/AbiSuite-2.0/AbiWord/system.profile-el-GR +share/AbiSuite-2.0/AbiWord/system.profile-en +share/AbiSuite-2.0/AbiWord/system.profile-en-AU +share/AbiSuite-2.0/AbiWord/system.profile-en-CA +share/AbiSuite-2.0/AbiWord/system.profile-en-GB +share/AbiSuite-2.0/AbiWord/system.profile-en-IE +share/AbiSuite-2.0/AbiWord/system.profile-en-NZ +share/AbiSuite-2.0/AbiWord/system.profile-en-US +share/AbiSuite-2.0/AbiWord/system.profile-en-ZA +share/AbiSuite-2.0/AbiWord/system.profile-es +share/AbiSuite-2.0/AbiWord/system.profile-es-ES +share/AbiSuite-2.0/AbiWord/system.profile-es-MX +share/AbiSuite-2.0/AbiWord/system.profile-fi-FI +share/AbiSuite-2.0/AbiWord/system.profile-fr +share/AbiSuite-2.0/AbiWord/system.profile-fr-BE +share/AbiSuite-2.0/AbiWord/system.profile-fr-CA +share/AbiSuite-2.0/AbiWord/system.profile-fr-CH +share/AbiSuite-2.0/AbiWord/system.profile-fr-FR +share/AbiSuite-2.0/AbiWord/system.profile-gl-ES +share/AbiSuite-2.0/AbiWord/system.profile-hu-HU +share/AbiSuite-2.0/AbiWord/system.profile-it-IT +share/AbiSuite-2.0/AbiWord/system.profile-ja-JP +share/AbiSuite-2.0/AbiWord/system.profile-lt-LT +share/AbiSuite-2.0/AbiWord/system.profile-nb-NO +share/AbiSuite-2.0/AbiWord/system.profile-nl-NL +share/AbiSuite-2.0/AbiWord/system.profile-nn-NO +share/AbiSuite-2.0/AbiWord/system.profile-pl-PL +share/AbiSuite-2.0/AbiWord/system.profile-pt-BR +share/AbiSuite-2.0/AbiWord/system.profile-pt-PT +share/AbiSuite-2.0/AbiWord/system.profile-ru +share/AbiSuite-2.0/AbiWord/system.profile-ru-RU +share/AbiSuite-2.0/AbiWord/system.profile-sk-SK +share/AbiSuite-2.0/AbiWord/system.profile-sk-SK.CP1250 +share/AbiSuite-2.0/AbiWord/system.profile-sl +share/AbiSuite-2.0/AbiWord/system.profile-sv +share/AbiSuite-2.0/AbiWord/system.profile-sv-SE +share/AbiSuite-2.0/AbiWord/system.profile-tr +share/AbiSuite-2.0/AbiWord/system.profile-tr-TR +share/AbiSuite-2.0/AbiWord/system.profile-tr-TR.CP1254 +share/AbiSuite-2.0/AbiWord/system.profile-uk-UA +share/AbiSuite-2.0/AbiWord/system.profile-zh-CN +share/AbiSuite-2.0/AbiWord/system.profile-zh-TW +share/AbiSuite-2.0/AbiWord/scripts/abw2html.pl +share/AbiSuite-2.0/AbiWord/strings/am-ET.strings +share/AbiSuite-2.0/AbiWord/strings/art-lojban.strings +share/AbiSuite-2.0/AbiWord/strings/bg-BG.strings +share/AbiSuite-2.0/AbiWord/strings/ca-ES.strings +share/AbiSuite-2.0/AbiWord/strings/cs-CZ.strings +share/AbiSuite-2.0/AbiWord/strings/cy-GB.strings +share/AbiSuite-2.0/AbiWord/strings/da-DK.strings +share/AbiSuite-2.0/AbiWord/strings/de-CH.strings +share/AbiSuite-2.0/AbiWord/strings/de-DE.strings +share/AbiSuite-2.0/AbiWord/strings/el-GR.strings +share/AbiSuite-2.0/AbiWord/strings/en-AU.strings +share/AbiSuite-2.0/AbiWord/strings/en-GB.strings +share/AbiSuite-2.0/AbiWord/strings/en-IE.strings +share/AbiSuite-2.0/AbiWord/strings/es-ES.strings +share/AbiSuite-2.0/AbiWord/strings/es-MX.strings +share/AbiSuite-2.0/AbiWord/strings/eu-ES.strings +share/AbiSuite-2.0/AbiWord/strings/fi-FI.strings +share/AbiSuite-2.0/AbiWord/strings/fr-FR.strings +share/AbiSuite-2.0/AbiWord/strings/ga-IE.strings +share/AbiSuite-2.0/AbiWord/strings/gl-ES.strings +share/AbiSuite-2.0/AbiWord/strings/he-IL.strings +share/AbiSuite-2.0/AbiWord/strings/hu-HU.strings +share/AbiSuite-2.0/AbiWord/strings/id-ID.strings +share/AbiSuite-2.0/AbiWord/strings/it-IT.strings +share/AbiSuite-2.0/AbiWord/strings/ja-JP.strings +share/AbiSuite-2.0/AbiWord/strings/lt-LT.strings +share/AbiSuite-2.0/AbiWord/strings/mh-MH.strings +share/AbiSuite-2.0/AbiWord/strings/ms-MY.strings +share/AbiSuite-2.0/AbiWord/strings/nb-NO.strings +share/AbiSuite-2.0/AbiWord/strings/nl-NL.strings +share/AbiSuite-2.0/AbiWord/strings/nn-NO.strings +share/AbiSuite-2.0/AbiWord/strings/pl-PL.strings +share/AbiSuite-2.0/AbiWord/strings/pt-BR.strings +share/AbiSuite-2.0/AbiWord/strings/pt-PT.strings +share/AbiSuite-2.0/AbiWord/strings/ro-RO.strings +share/AbiSuite-2.0/AbiWord/strings/ru-RU.strings +share/AbiSuite-2.0/AbiWord/strings/sk-SK.strings +share/AbiSuite-2.0/AbiWord/strings/sl-SI.strings +share/AbiSuite-2.0/AbiWord/strings/sq-AL.strings +share/AbiSuite-2.0/AbiWord/strings/sr-SR.strings +share/AbiSuite-2.0/AbiWord/strings/sv-SE.strings +share/AbiSuite-2.0/AbiWord/strings/tr-TR.strings +share/AbiSuite-2.0/AbiWord/strings/uk-UA.strings +share/AbiSuite-2.0/AbiWord/strings/vi-VN.strings +share/AbiSuite-2.0/AbiWord/strings/yi.strings +share/AbiSuite-2.0/AbiWord/strings/zh-CN.strings +share/AbiSuite-2.0/AbiWord/strings/zh-HK.strings +share/AbiSuite-2.0/AbiWord/strings/zh-TW.strings +share/AbiSuite-2.0/fonts/a010013l.afm +share/AbiSuite-2.0/fonts/a010013l.pfb +share/AbiSuite-2.0/fonts/a010015l.afm +share/AbiSuite-2.0/fonts/a010015l.pfb +share/AbiSuite-2.0/fonts/a010033l.afm +share/AbiSuite-2.0/fonts/a010033l.pfb +share/AbiSuite-2.0/fonts/a010035l.afm +share/AbiSuite-2.0/fonts/a010035l.pfb +share/AbiSuite-2.0/fonts/adobe-full.u2g +share/AbiSuite-2.0/fonts/adobe-short.u2g +share/AbiSuite-2.0/fonts/b018012l.afm +share/AbiSuite-2.0/fonts/b018012l.pfb +share/AbiSuite-2.0/fonts/b018015l.afm +share/AbiSuite-2.0/fonts/b018015l.pfb +share/AbiSuite-2.0/fonts/b018032l.afm +share/AbiSuite-2.0/fonts/b018032l.pfb +share/AbiSuite-2.0/fonts/b018035l.afm +share/AbiSuite-2.0/fonts/b018035l.pfb +share/AbiSuite-2.0/fonts/bchb.afm +share/AbiSuite-2.0/fonts/bchb.pfa +share/AbiSuite-2.0/fonts/bchbi.afm +share/AbiSuite-2.0/fonts/bchbi.pfa +share/AbiSuite-2.0/fonts/bchr.afm +share/AbiSuite-2.0/fonts/bchr.pfa +share/AbiSuite-2.0/fonts/bchri.afm +share/AbiSuite-2.0/fonts/bchri.pfa +share/AbiSuite-2.0/fonts/c059013l.afm +share/AbiSuite-2.0/fonts/c059013l.pfb +share/AbiSuite-2.0/fonts/c059016l.afm +share/AbiSuite-2.0/fonts/c059016l.pfb +share/AbiSuite-2.0/fonts/c059033l.afm +share/AbiSuite-2.0/fonts/c059033l.pfb +share/AbiSuite-2.0/fonts/c059036l.afm +share/AbiSuite-2.0/fonts/c059036l.pfb +share/AbiSuite-2.0/fonts/d050000l.afm +share/AbiSuite-2.0/fonts/d050000l.pfb +share/AbiSuite-2.0/fonts/d050000l.u2g +share/AbiSuite-2.0/fonts/dingbats.e2u +share/AbiSuite-2.0/fonts/fonts.dir +share/AbiSuite-2.0/fonts/fonts.scale +share/AbiSuite-2.0/fonts/n019003l.afm +share/AbiSuite-2.0/fonts/n019003l.pfb +share/AbiSuite-2.0/fonts/n019004l.afm +share/AbiSuite-2.0/fonts/n019004l.pfb +share/AbiSuite-2.0/fonts/n019023l.afm +share/AbiSuite-2.0/fonts/n019023l.pfb +share/AbiSuite-2.0/fonts/n019024l.afm +share/AbiSuite-2.0/fonts/n019024l.pfb +share/AbiSuite-2.0/fonts/n019043l.afm +share/AbiSuite-2.0/fonts/n019043l.pfb +share/AbiSuite-2.0/fonts/n019044l.afm +share/AbiSuite-2.0/fonts/n019044l.pfb +share/AbiSuite-2.0/fonts/n019063l.afm +share/AbiSuite-2.0/fonts/n019063l.pfb +share/AbiSuite-2.0/fonts/n019064l.afm +share/AbiSuite-2.0/fonts/n019064l.pfb +share/AbiSuite-2.0/fonts/n021003l.afm +share/AbiSuite-2.0/fonts/n021003l.pfb +share/AbiSuite-2.0/fonts/n021004l.afm +share/AbiSuite-2.0/fonts/n021004l.pfb +share/AbiSuite-2.0/fonts/n021023l.afm +share/AbiSuite-2.0/fonts/n021023l.pfb +share/AbiSuite-2.0/fonts/n021024l.afm +share/AbiSuite-2.0/fonts/n021024l.pfb +share/AbiSuite-2.0/fonts/n022003l.afm +share/AbiSuite-2.0/fonts/n022003l.pfb +share/AbiSuite-2.0/fonts/n022004l.afm +share/AbiSuite-2.0/fonts/n022004l.pfb +share/AbiSuite-2.0/fonts/n022023l.afm +share/AbiSuite-2.0/fonts/n022023l.pfb +share/AbiSuite-2.0/fonts/n022024l.afm +share/AbiSuite-2.0/fonts/n022024l.pfb +share/AbiSuite-2.0/fonts/p052003l.afm +share/AbiSuite-2.0/fonts/p052003l.pfb +share/AbiSuite-2.0/fonts/p052004l.afm +share/AbiSuite-2.0/fonts/p052004l.pfb +share/AbiSuite-2.0/fonts/p052023l.afm +share/AbiSuite-2.0/fonts/p052023l.pfb +share/AbiSuite-2.0/fonts/p052024l.afm +share/AbiSuite-2.0/fonts/p052024l.pfb +share/AbiSuite-2.0/fonts/s050000l.afm +share/AbiSuite-2.0/fonts/s050000l.pfb +share/AbiSuite-2.0/fonts/s050000l.u2g +share/AbiSuite-2.0/fonts/symbol.e2u +share/AbiSuite-2.0/fonts/z003034l.afm +share/AbiSuite-2.0/fonts/z003034l.pfb +share/AbiSuite-2.0/GNOME_AbiWord_Control_1_0.oaf +share/AbiSuite-2.0/Nautilus_View_AbiWord.oaf +share/AbiSuite-2.0/README +share/AbiSuite-2.0/nautilus-abiword-content-view-ui.xml +share/AbiSuite-2.0/clipart/book.png +share/AbiSuite-2.0/clipart/chip.png +share/AbiSuite-2.0/clipart/fun.png +share/AbiSuite-2.0/clipart/gear.png +share/AbiSuite-2.0/clipart/gnomea.png +share/AbiSuite-2.0/clipart/gnomeb.png +share/AbiSuite-2.0/clipart/gnomec.png +share/AbiSuite-2.0/clipart/gnomecorner.png +share/AbiSuite-2.0/clipart/gnomed.png +share/AbiSuite-2.0/clipart/gnomedecor1.png +share/AbiSuite-2.0/clipart/gnomedecor2.png +share/AbiSuite-2.0/clipart/gnomee.png +share/AbiSuite-2.0/clipart/gnomeflowers.png +share/AbiSuite-2.0/clipart/gnomeline.png +share/AbiSuite-2.0/clipart/idea.png +share/AbiSuite-2.0/clipart/lamp.png +share/AbiSuite-2.0/clipart/monitor.png +share/AbiSuite-2.0/clipart/music1.png +share/AbiSuite-2.0/clipart/pinceau.png +share/AbiSuite-2.0/clipart/simca.png +share/AbiSuite-2.0/clipart/surprise.png +share/AbiSuite-2.0/clipart/together.png +share/AbiSuite-2.0/clipart/toolbox.png +share/AbiSuite-2.0/clipart/tree.png +share/AbiSuite-2.0/clipart/tux_bordelais.png +share/AbiSuite-2.0/clipart/weather.png +share/AbiSuite-2.0/clipart/write.png +share/AbiSuite-2.0/dictionary/american.hash +share/AbiSuite-2.0/dictionary/ispell_dictionary_list.xml +share/AbiSuite-2.0/icons/abiword_16.xpm +share/AbiSuite-2.0/icons/abiword_48.png +share/AbiSuite-2.0/icons/abiword_48.tif +share/AbiSuite-2.0/icons/abiword_48.xpm +share/AbiSuite-2.0/templates/A4.awt +share/AbiSuite-2.0/templates/Business-Report.awt +share/AbiSuite-2.0/templates/Employee-Directory.awt +share/AbiSuite-2.0/templates/Fax-Coversheet.awt +share/AbiSuite-2.0/templates/Two-Columns.awt +share/AbiSuite-2.0/templates/US-Letter.awt +share/AbiSuite-2.0/templates/normal.awt share/gnome/apps/Applications/abiword.desktop share/gnome/pixmaps/abiword_48.png -@dirrm share/AbiSuite/templates -@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/scripts -@dirrm share/AbiSuite/AbiWord/help/fr-FR/tutorial -@dirrm share/AbiSuite/AbiWord/help/fr-FR/problems -@dirrm share/AbiSuite/AbiWord/help/fr-FR/plugins -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface -@dirrm share/AbiSuite/AbiWord/help/fr-FR/info -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto -@dirrm share/AbiSuite/AbiWord/help/fr-FR -@dirrm share/AbiSuite/AbiWord/help/en-US/tutorial -@dirrm share/AbiSuite/AbiWord/help/en-US/problems -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface -@dirrm share/AbiSuite/AbiWord/help/en-US/info -@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/howto -@dirrm share/AbiSuite/AbiWord/help/en-US -@dirrm share/AbiSuite/AbiWord/help -@dirrm share/AbiSuite/AbiWord -@dirrm share/AbiSuite +@dirrm share/AbiSuite-2.0/AbiWord/bin +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/de_DE +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/images +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/images +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/info +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/problems +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/tutorial +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US +@dirrm share/AbiSuite-2.0/AbiWord/help/es-ES +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoword.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/images +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/info +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/rulers.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/workspace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/plugins +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/problems +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/tutorial +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR +@dirrm share/AbiSuite-2.0/AbiWord/help/images +@dirrm share/AbiSuite-2.0/AbiWord/help +@dirrm share/AbiSuite-2.0/AbiWord/sample/en-US +@dirrm share/AbiSuite-2.0/AbiWord/sample +@dirrm share/AbiSuite-2.0/AbiWord/scripts +@dirrm share/AbiSuite-2.0/AbiWord/strings +@dirrm share/AbiSuite-2.0/AbiWord +@dirrm share/AbiSuite-2.0/fonts +@dirrm share/AbiSuite-2.0/clipart +@dirrm share/AbiSuite-2.0/dictionary +@dirrm share/AbiSuite-2.0/icons +@dirrm share/AbiSuite-2.0/templates +@dirrm share/AbiSuite-2.0 diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 3eca7f48bac2..8b6b6a6824cd 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: AbiWord -# Date created: 3 Mar 1999 -# Whom: Donald Burr +# New ports collection makefile for: AbiWord2 +# Date created: 22 February 2003 +# Whom: Joe Marcus Clarke # # $FreeBSD$ # -PORTNAME= AbiWord -PORTVERSION= 1.0.4 +PORTNAME= AbiWord2 +PORTVERSION= 1.1.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -14,12 +14,15 @@ MASTER_SITE_SUBDIR= abiword DISTNAME= abiword-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +COMMENT= An open-source, cross-platform WYSIWYG word processor # unzip is needed during the installation process BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ - psiconv.8:${PORTSDIR}/converters/psiconv + gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + fribidi.0:${PORTSDIR}/converters/fribidi DIST_SUBDIR= AbiWord @@ -27,35 +30,29 @@ WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi USE_X_PREFIX= yes USE_AUTOMAKE= yes +USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 USE_GMAKE= yes USE_REINPLACE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 gnomehier +USE_GNOME= gnomehier WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" +CONFIGURE_ARGS= --enable-xft MAKEFILE= GNUmakefile -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -.undef WITHOUT_ALL -WITH_GNOME= yes -.endif - .include -# bonobox bonobox_print gnomeui gal print vfs gdk_pixbuf - -.if ${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && ${HAVE_GNOME:Mgnomevfs}!="" -USE_GNOME+= gnomeprint gal gnomevfs -CONFIGURE_ARGS+=--enable-gnome -PKGNAMESUFFIX= -gnome -.endif - .if exists(${LOCALBASE}/include/wv.h) BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord build" .endif +post-patch: + @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ + s|%%ACLOCAL%%|${ACLOCAL}|g ; \ + s|%%AUTOCONF%%|${AUTOCONF}|g' ${WRKSRC}/autogen.sh + pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing @@ -69,7 +66,7 @@ post-install: @${CAT} ${PKGMESSAGE} @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ ${PREFIX}/share/gnome/apps/Applications/abiword.desktop - @${LN} -sf ${PREFIX}/share/AbiSuite/icons/abiword_48.png \ + @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ ${PREFIX}/share/gnome/pixmaps/abiword_48.png .include diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 6dd051c40b56..fa29979a6760 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1 +1 @@ -MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb +MD5 (AbiWord/abiword-1.1.3.tar.gz) = 6fdaf7e3cbc5aed2eb80e2054f54381f diff --git a/editors/abiword/files/patch-..::wv::libole2::Makefile.in b/editors/abiword/files/patch-..::wv::libole2::Makefile.in deleted file mode 100644 index c1aa9c4a9a1d..000000000000 --- a/editors/abiword/files/patch-..::wv::libole2::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../wv/libole2/Makefile.in 2001/11/23 14:38:19 1.1 -+++ ../wv/libole2/Makefile.in 2001/11/23 14:43:32 -@@ -13,7 +13,7 @@ - HAVE_GLIB = @HAVE_GLIB@ - HAVE_GNOMEVFS= @HAVE_GNOMEVFS@ - --CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -I$(srcdir)/.. -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@ -+CFLAGS = -I$(srcdir)/.. @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@ - ifneq ($(HAVE_GLIB), 1) - CFLAGS += -I$(srcdir)/../glib-wv/ - endif diff --git a/editors/abiword/files/patch-au b/editors/abiword/files/patch-au deleted file mode 100644 index 3c726a835376..000000000000 --- a/editors/abiword/files/patch-au +++ /dev/null @@ -1,45 +0,0 @@ ---- src/pkg/common/unix/scripts/makewrapper.sh.orig Wed Jan 23 09:16:52 2002 -+++ src/pkg/common/unix/scripts/makewrapper.sh Sat Feb 23 15:30:19 2002 -@@ -80,23 +80,31 @@ - if [ -z "\$locale" ] - then - locale=\$LANG -+elif [ -x \$locale ] -+then -+ locale=\$LC_CTYPE - fi - - if [ ! -z "\$locale" ] - then -- #now guess encoding -+ #now guess country/region/encoding -+ country=\`echo \$locale | sed -e 's/\(.*\)_.*\$/\1/'\` -+ region=\`echo \$locale | sed -e 's/^.*_\(.*\)\..*/\1/'\` - encoding=\`echo \$locale | sed -e 's/^.*\.\(.*\)\$/\1/'\` -- if [ ! -z "\$encoding" ] -+ if [ ! -z \$country -o ! -z \$region -o ! -z \$encoding ] - then -- addfontdir=\$ABISUITE_FONT_HOME/\$encoding -- if [ ! -z "\$addfontdir" ] -- then -- if [ -d "\$addfontdir" ] -- then -- #add directory with locale-specific fonts to font path -- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -- fi -- fi -+ addfontdirlst="\$ABISUITE_FONT_HOME/\$country \$ABISUITE_FONT_HOME/\${country}-\${region} \$ABISUITE_FONT_HOME/\$encoding \$ABISUITE_FONT_HOME/\${country}-\${region}.\${encoding}" -+ for addfontdir in \$addfontdirlst -+ do -+ if [ ! -z \$addfontdir ] -+ then -+ if [ -d \$addfontdir -a ! -f \$addfontdir/.already-in-fp ] -+ then -+ #add directory with locale-specific fonts to font path -+ ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -+ fi -+ fi -+ done - fi - fi - diff --git a/editors/abiword/files/patch-autogen.sh b/editors/abiword/files/patch-autogen.sh index 57a58a879794..84fe028e64ac 100644 --- a/editors/abiword/files/patch-autogen.sh +++ b/editors/abiword/files/patch-autogen.sh @@ -1,54 +1,71 @@ - -$FreeBSD$ - ---- autogen.sh.orig Mon Mar 25 07:41:49 2002 -+++ autogen.sh Tue Apr 9 12:35:41 2002 +--- autogen.sh.orig Thu Oct 17 08:19:31 2002 ++++ autogen.sh Fri Feb 21 23:47:48 2003 @@ -10,20 +10,20 @@ - set -e + rm -f autogen.err -automake --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' -+automake14 --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' ++%%AUTOMAKE%% --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' if [ $? -ne 0 ]; then echo "Error: you need automake 1.4 or later. Please upgrade." exit 1 fi --if test ! -d `aclocal --print-ac-dir`; then -+if test ! -d `aclocal14 --print-ac-dir`; then - echo "Bad aclocal (automake) installation" +-if test ! -d `aclocal --print-ac-dir 2>> autogen.err`; then +- echo "Bad aclocal (automake) installation" ++if test ! -d `%%ACLOCAL%% --print-ac-dir 2>> autogen.err`; then ++ echo "Bad %%ACLOCAL%% (automake) installation" exit 1 fi for script in `cd ac-helpers/fallback; echo *.m4`; do -- if test -r `aclocal --print-ac-dir`/$script; then -+ if test -r `aclocal14 --print-ac-dir`/$script; then +- if test -r `aclocal --print-ac-dir 2>> autogen.err`/$script; then ++ if test -r `%%ACLOCAL%% --print-ac-dir 2>> autogen.err`/$script; then # Perhaps it was installed recently rm -f ac-helpers/$script else -@@ -34,13 +34,13 @@ +@@ -34,17 +34,17 @@ # Produce aclocal.m4, so autoconf gets the automake macros it needs - echo "Creating aclocal.m4..." --aclocal -I ac-helpers -+aclocal14 -I ac-helpers + # +-echo "Creating aclocal.m4: aclocal -I ac-helpers $ACLOCAL_FLAGS" ++echo "Creating aclocal.m4: %%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS" - # autoheader +-aclocal -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err ++%%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err + echo "Checking for PKG_CHECK_MODULES..." + + pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` + if test "x$pkgcheckdef" = "x"; then +- echo "Running aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" +- (aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { +- echo "aclocal failed! Unable to continue." ++ echo "Running %%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" ++ (%%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { ++ echo "%%ACLOCAL%% failed! Unable to continue." + exit 1 + } + pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` +@@ -66,9 +66,9 @@ # Produce all the `GNUmakefile.in's and create neat missing things # like `install-sh', etc. --automake --add-missing --copy --foreign -+automake14 --add-missing --copy --foreign - - # If there's a config.cache file, we may need to delete it. - # If we have an existing configure script, save a copy for comparison. -@@ -50,7 +50,7 @@ + # +-echo "automake --add-missing --copy --foreign" ++echo "%%AUTOMAKE%% --add-missing --copy --foreign" - # Produce ./configure +-automake --add-missing --copy --foreign 2>> autogen.err || { ++%%AUTOMAKE%% --add-missing --copy --foreign 2>> autogen.err || { + echo "" + echo "* * * warning: possible errors while running automake - check autogen.err" + echo "" +@@ -84,7 +84,7 @@ + # echo "Creating configure..." --autoconf -+autoconf213 - echo "" - echo "You can run ./configure now." +-autoconf 2>> autogen.err || { ++%%AUTOCONF%% 2>> autogen.err || { + echo "" + echo "* * * warning: possible errors while running automake - check autogen.err" + echo "" diff --git a/editors/abiword/files/patch-configure.in b/editors/abiword/files/patch-configure.in deleted file mode 100644 index ff73266eed52..000000000000 --- a/editors/abiword/files/patch-configure.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- configure.in.orig Thu Nov 22 01:08:37 2001 -+++ configure.in Fri Nov 23 17:17:37 2001 -@@ -317,10 +317,10 @@ - - if test "$PLATFORM" = "unix"; then - if test "$gnome" = "true"; then -- PLATFORM_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" -+ PLATFORM_CFLAGS="$CFLAGS $GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" - PLATFORM_LIBS= - else -- PLATFORM_CFLAGS="$GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" -+ PLATFORM_CFLAGS="$CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1" - PLATFORM_LIBS= - fi - fi diff --git a/editors/abiword/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp b/editors/abiword/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp new file mode 100644 index 000000000000..f30c23b080cc --- /dev/null +++ b/editors/abiword/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp @@ -0,0 +1,39 @@ +--- src/af/xap/unix/xap_UnixFontManager.cpp.orig Sat Feb 22 01:00:28 2003 ++++ src/af/xap/unix/xap_UnixFontManager.cpp Sat Feb 22 01:00:57 2003 +@@ -808,30 +808,30 @@ + switch (f) + { + case GR_Font::FF_Roman: +- m_f[f].setFont(searchFont("Times-12")); ++ m_f[f].setFont(searchFont("Times 12")); + break; + + case GR_Font::FF_Swiss: +- m_f[f].setFont(searchFont("Helvetica-12")); ++ m_f[f].setFont(searchFont("Helvetica 12")); + break; + + case GR_Font::FF_Modern: +- m_f[f].setFont(searchFont("Courier-12")); ++ m_f[f].setFont(searchFont("Courier 12")); + break; + + case GR_Font::FF_Script: +- m_f[f].setFont(searchFont("Cursive-12")); ++ m_f[f].setFont(searchFont("Cursive 12")); + break; + + case GR_Font::FF_Decorative: +- m_f[f].setFont(searchFont("Old English-12")); ++ m_f[f].setFont(searchFont("Old English 12")); + break; + + // ugh!? BiDi is not a font family, what is it doing here? + // And what's that "Technical" thing? + case GR_Font::FF_Technical: + case GR_Font::FF_BiDi: +- m_f[f].setFont(searchFont("Arial-12")); ++ m_f[f].setFont(searchFont("Arial 12")); + break; + + default: diff --git a/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop b/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop new file mode 100644 index 000000000000..b875f7db74c2 --- /dev/null +++ b/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop @@ -0,0 +1,14 @@ +--- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Dec 8 19:56:43 2002 ++++ src/pkg/linux/rpm/data/abiword.desktop Sat Feb 22 00:25:22 2003 +@@ -8,9 +8,9 @@ + Comment[fr]=Traitement de texte AbiWord + Comment[pt]=Processador de Texto Abiword + Comment[sv]=Ordbehandlaren Abiword +-Exec=abiword-2.0 ++Exec=AbiWord-2.0 + Icon=abiword_48.png + Terminal=0 + Type=Application +-Categories=Application;Office;WordProcessor;X-Red-Hat-Base; ++Categories=Application;Office;WordProcessor; + StartupNotify=true diff --git a/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp b/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp new file mode 100644 index 000000000000..69aae909af8c --- /dev/null +++ b/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp @@ -0,0 +1,11 @@ +--- src/wp/ap/unix/ap_UnixApp.cpp.orig Sat Feb 22 01:21:20 2003 ++++ src/wp/ap/unix/ap_UnixApp.cpp Sat Feb 22 01:21:31 2003 +@@ -1241,7 +1241,7 @@ + pMyUnixApp->shutdown(); + delete pMyUnixApp; + +- poptFreeContext (Args.poptcon); ++ //poptFreeContext (Args.poptcon); + return 0; + } + diff --git a/editors/abiword/pkg-comment b/editors/abiword/pkg-comment deleted file mode 100644 index 9156838a8ebf..000000000000 --- a/editors/abiword/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An open-source, cross-platform WYSIWYG word processor diff --git a/editors/abiword/pkg-descr b/editors/abiword/pkg-descr index 92969ac66a5e..7a56a95478fe 100644 --- a/editors/abiword/pkg-descr +++ b/editors/abiword/pkg-descr @@ -14,6 +14,7 @@ Features include: - Multiple column control - Widow/orphan control - Find/Replace + - Anti-aliased fonts - Images For more information, or to see screenshots, visit the AbiSource home page diff --git a/editors/abiword/pkg-message b/editors/abiword/pkg-message index 19078b1c00a6..57ce22a065d7 100644 --- a/editors/abiword/pkg-message +++ b/editors/abiword/pkg-message @@ -9,11 +9,11 @@ For other X servers, please consult your documentation. Also, if you are going to display AbiWord on a remote X server, besides following the instructions above, please make sure that the files in the -${PREFIX}/share/AbiSuite/fonts directory are available to the remote X -server and add the ${PREFIX}/share/AbiSuite/fonts into server's font +${PREFIX}/share/AbiSuite-2.0/fonts directory are available to the remote X +server and add the ${PREFIX}/share/AbiSuite-2.0/fonts into server's font path. For XFree86, add the following line to the "Files" section: - FontPath "${PREFIX}/share/AbiSuite/fonts" + FontPath "${PREFIX}/share/AbiSuite-2.0/fonts" If you use a different X server, please see its documentation on how to do this. diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index 442011e86d58..540649c565fa 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -1,453 +1,372 @@ -bin/AbiWord -bin/AbiWord_d -%%NOGNOME:%%bin/AbiWord_s -bin/abiword -bin/ttfadmin.sh bin/ttftool -share/AbiSuite/AbiWord/help/en-US/aboutos.html -share/AbiSuite/AbiWord/help/en-US/credits.html -share/AbiSuite/AbiWord/help/en-US/credits.txt -share/AbiSuite/AbiWord/help/en-US/fdl.html -share/AbiSuite/AbiWord/help/en-US/histyle.css -share/AbiSuite/AbiWord/help/en-US/howto/howtonormaltemplate.html -share/AbiSuite/AbiWord/help/en-US/howto/howtotables.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/en-US/howto/howtoword.html -share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png -share/AbiSuite/AbiWord/help/en-US/howto/index.html -share/AbiSuite/AbiWord/help/en-US/index.html -share/AbiSuite/AbiWord/help/en-US/info/index.html -share/AbiSuite/AbiWord/help/en-US/info/inforequirements.html -share/AbiSuite/AbiWord/help/en-US/info/infospelling.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogactivatewindow.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbackgroundcolor.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbookmark.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogbreak.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogchangecase.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogcolumns.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogdateandtime.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfield.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfind.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogfont.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogformatheaderfooters.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoggoto.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoghyperlink.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogimageproperties.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoglanguage.html -share/AbiSuite/AbiWord/help/en-US/interface/dialoglists.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogmodifystyle.html -share/AbiSuite/AbiWord/help/en-US/interface/dialognew.html -share/AbiSuite/AbiWord/help/en-US/interface/dialognewstyle.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogopenlinux.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpagenumbers.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpagesetup.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogparagraph.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogplugins.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogpreferences.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png -share/AbiSuite/AbiWord/help/en-US/interface/dialogsavelinux.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogscreencolor.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogspelling.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogstyles.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogsymbol.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogtabs.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogwordcount.html -share/AbiSuite/AbiWord/help/en-US/interface/dialogzoom.html -share/AbiSuite/AbiWord/help/en-US/interface/index.html -share/AbiSuite/AbiWord/help/en-US/interface/menucontextual.html -share/AbiSuite/AbiWord/help/en-US/interface/menuedit.html -share/AbiSuite/AbiWord/help/en-US/interface/menufile.html -share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png -share/AbiSuite/AbiWord/help/en-US/interface/menuformat.html -share/AbiSuite/AbiWord/help/en-US/interface/menuhelp.html -share/AbiSuite/AbiWord/help/en-US/interface/menuinsert.html -share/AbiSuite/AbiWord/help/en-US/interface/menutools.html -share/AbiSuite/AbiWord/help/en-US/interface/menuview.html -share/AbiSuite/AbiWord/help/en-US/interface/menuweb.html -share/AbiSuite/AbiWord/help/en-US/interface/menuwindow.html -share/AbiSuite/AbiWord/help/en-US/interface/rulers.html -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulers.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerscentertab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersdecimaltab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersfirstindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersleftindent.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslefttab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslinetab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersmargins.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersrighttab.png -share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerstab.png -share/AbiSuite/AbiWord/help/en-US/interface/toolbarextra.html -share/AbiSuite/AbiWord/help/en-US/interface/toolbarformatting.html -share/AbiSuite/AbiWord/help/en-US/interface/toolbarstandard.html -share/AbiSuite/AbiWord/help/en-US/interface/workspace.html -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png -share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png -share/AbiSuite/AbiWord/help/en-US/introduction.html -share/AbiSuite/AbiWord/help/en-US/problems/index.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsbugs.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsfaq.html -share/AbiSuite/AbiWord/help/en-US/problems/problemsfonts.html -share/AbiSuite/AbiWord/help/en-US/problems/problemshelp.html -share/AbiSuite/AbiWord/help/en-US/search.html -share/AbiSuite/AbiWord/help/en-US/style.css -share/AbiSuite/AbiWord/help/en-US/tutorial/index.html -share/AbiSuite/AbiWord/help/fr-FR/aboutos.html -share/AbiSuite/AbiWord/help/fr-FR/credits.html -share/AbiSuite/AbiWord/help/fr-FR/fdl.html -share/AbiSuite/AbiWord/help/fr-FR/histyle.css -share/AbiSuite/AbiWord/help/fr-FR/howto/howtonormaltemplate.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtotables.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.html -share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data/gettingstarted.abw.png -share/AbiSuite/AbiWord/help/fr-FR/howto/index.html -share/AbiSuite/AbiWord/help/fr-FR/index.html -share/AbiSuite/AbiWord/help/fr-FR/info/index.html -share/AbiSuite/AbiWord/help/fr-FR/info/infoformats.html -share/AbiSuite/AbiWord/help/fr-FR/info/infomsdi.html -share/AbiSuite/AbiWord/help/fr-FR/info/inforequirements.html -share/AbiSuite/AbiWord/help/fr-FR/info/infosections.html -share/AbiSuite/AbiWord/help/fr-FR/info/infospelling.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogactivatewindow.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbackgroundcolor.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbookmark.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbreak.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogchangecase.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogcolumns.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogdateandtime.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfield.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfind.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfont.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogformatheaderfooters.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoggoto.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoghyperlink.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogimageproperties.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglanguage.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglists.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogmodifystyle.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialognew.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialognewstyle.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogopenlinux.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagenumbers.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagesetup.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogparagraph.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogplugins.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpreferences.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data/replace.png -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsavelinux.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogscreencolor.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogspelling.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogstyles.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsymbol.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogtabs.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogwordcount.html -share/AbiSuite/AbiWord/help/fr-FR/interface/dialogzoom.html -share/AbiSuite/AbiWord/help/fr-FR/interface/index.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menucontextual.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuedit.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menufile.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuformat.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuhelp.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuinsert.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menutools.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuview.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuweb.html -share/AbiSuite/AbiWord/help/fr-FR/interface/menuwindow.html -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.html -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_1.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_10.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_11.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_12.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_2.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_3.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_4.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_5.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_6.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_7.png -share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_8.png -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarextra.html -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarformatting.html -share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarstandard.html -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.html -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/full_window.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars_hiding.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/grabbar_shaded.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/ruler.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar_quickhelp.png -share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/titlebar.png -share/AbiSuite/AbiWord/help/fr-FR/introduction.html -share/AbiSuite/AbiWord/help/fr-FR/plugins/index.html -share/AbiSuite/AbiWord/help/fr-FR/problems/index.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsbugs.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfaq.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfonts.html -share/AbiSuite/AbiWord/help/fr-FR/problems/problemshelp.html -share/AbiSuite/AbiWord/help/fr-FR/style.css -share/AbiSuite/AbiWord/help/fr-FR/tutorial/index.html -share/AbiSuite/AbiWord/readme.txt -share/AbiSuite/AbiWord/scripts/abw2html.pl -share/AbiSuite/AbiWord/strings/bg-BG.strings -share/AbiSuite/AbiWord/strings/ca-ES.strings -share/AbiSuite/AbiWord/strings/cs-CZ.strings -share/AbiSuite/AbiWord/strings/cy-GB.strings -share/AbiSuite/AbiWord/strings/da-DK.strings -share/AbiSuite/AbiWord/strings/de-CH.strings -share/AbiSuite/AbiWord/strings/de-DE.strings -share/AbiSuite/AbiWord/strings/el-GR.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/eu-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/he-IL.strings -share/AbiSuite/AbiWord/strings/hu-HU.strings -share/AbiSuite/AbiWord/strings/id-ID.strings -share/AbiSuite/AbiWord/strings/it-IT.strings -share/AbiSuite/AbiWord/strings/ja-JP.strings -share/AbiSuite/AbiWord/strings/lt-LT.strings -share/AbiSuite/AbiWord/strings/nb-NO.strings -share/AbiSuite/AbiWord/strings/nl-NL.strings -share/AbiSuite/AbiWord/strings/nn-NO.strings -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/ro-RO.strings -share/AbiSuite/AbiWord/strings/ru-RU.strings -share/AbiSuite/AbiWord/strings/sk-SK.strings -share/AbiSuite/AbiWord/strings/sl-SI.strings -share/AbiSuite/AbiWord/strings/sr-SR.strings -share/AbiSuite/AbiWord/strings/sv-SE.strings -share/AbiSuite/AbiWord/strings/tr-TR.strings -share/AbiSuite/AbiWord/strings/uk-UA.strings -share/AbiSuite/AbiWord/strings/vi-VN.strings -share/AbiSuite/AbiWord/strings/zh-CN.strings -share/AbiSuite/AbiWord/strings/zh-HK.strings -share/AbiSuite/AbiWord/strings/zh-TW.strings -share/AbiSuite/AbiWord/system.profile -share/AbiSuite/AbiWord/system.profile-CP1254 -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-bg-BG -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-fi-FI -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-gl-ES -share/AbiSuite/AbiWord/system.profile-hu-HU -share/AbiSuite/AbiWord/system.profile-it-IT -share/AbiSuite/AbiWord/system.profile-ja-JP -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-sk-SK -share/AbiSuite/AbiWord/system.profile-sk-SK.CP1250 -share/AbiSuite/AbiWord/system.profile-sl -share/AbiSuite/AbiWord/system.profile-sv -share/AbiSuite/AbiWord/system.profile-sv-SE -share/AbiSuite/AbiWord/system.profile-tr -share/AbiSuite/AbiWord/system.profile-tr-TR -share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254 -share/AbiSuite/AbiWord/system.profile-uk-UA -share/AbiSuite/AbiWord/system.profile-zh-CN -share/AbiSuite/AbiWord/system.profile-zh-TW -share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf -share/AbiSuite/README -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/dictionary/american.hash -share/AbiSuite/fonts/a010013l.afm -share/AbiSuite/fonts/a010013l.pfb -share/AbiSuite/fonts/a010015l.afm -share/AbiSuite/fonts/a010015l.pfb -share/AbiSuite/fonts/a010033l.afm -share/AbiSuite/fonts/a010033l.pfb -share/AbiSuite/fonts/a010035l.afm -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.pfb -share/AbiSuite/fonts/b018015l.afm -share/AbiSuite/fonts/b018015l.pfb -share/AbiSuite/fonts/b018032l.afm -share/AbiSuite/fonts/b018032l.pfb -share/AbiSuite/fonts/b018035l.afm -share/AbiSuite/fonts/b018035l.pfb -share/AbiSuite/fonts/bchb.afm -share/AbiSuite/fonts/bchb.pfa -share/AbiSuite/fonts/bchbi.afm -share/AbiSuite/fonts/bchbi.pfa -share/AbiSuite/fonts/bchr.afm -share/AbiSuite/fonts/bchr.pfa -share/AbiSuite/fonts/bchri.afm -share/AbiSuite/fonts/bchri.pfa -share/AbiSuite/fonts/c059013l.afm -share/AbiSuite/fonts/c059013l.pfb -share/AbiSuite/fonts/c059016l.afm -share/AbiSuite/fonts/c059016l.pfb -share/AbiSuite/fonts/c059033l.afm -share/AbiSuite/fonts/c059033l.pfb -share/AbiSuite/fonts/c059036l.afm -share/AbiSuite/fonts/c059036l.pfb -share/AbiSuite/fonts/d050000l.afm -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.pfb -share/AbiSuite/fonts/n019004l.afm -share/AbiSuite/fonts/n019004l.pfb -share/AbiSuite/fonts/n019023l.afm -share/AbiSuite/fonts/n019023l.pfb -share/AbiSuite/fonts/n019024l.afm -share/AbiSuite/fonts/n019024l.pfb -share/AbiSuite/fonts/n019043l.afm -share/AbiSuite/fonts/n019043l.pfb -share/AbiSuite/fonts/n019044l.afm -share/AbiSuite/fonts/n019044l.pfb -share/AbiSuite/fonts/n019063l.afm -share/AbiSuite/fonts/n019063l.pfb -share/AbiSuite/fonts/n019064l.afm -share/AbiSuite/fonts/n019064l.pfb -share/AbiSuite/fonts/n021003l.afm -share/AbiSuite/fonts/n021003l.pfb -share/AbiSuite/fonts/n021004l.afm -share/AbiSuite/fonts/n021004l.pfb -share/AbiSuite/fonts/n021023l.afm -share/AbiSuite/fonts/n021023l.pfb -share/AbiSuite/fonts/n021024l.afm -share/AbiSuite/fonts/n021024l.pfb -share/AbiSuite/fonts/n022003l.afm -share/AbiSuite/fonts/n022003l.pfb -share/AbiSuite/fonts/n022004l.afm -share/AbiSuite/fonts/n022004l.pfb -share/AbiSuite/fonts/n022023l.afm -share/AbiSuite/fonts/n022023l.pfb -share/AbiSuite/fonts/n022024l.afm -share/AbiSuite/fonts/n022024l.pfb -share/AbiSuite/fonts/p052003l.afm -share/AbiSuite/fonts/p052003l.pfb -share/AbiSuite/fonts/p052004l.afm -share/AbiSuite/fonts/p052004l.pfb -share/AbiSuite/fonts/p052023l.afm -share/AbiSuite/fonts/p052023l.pfb -share/AbiSuite/fonts/p052024l.afm -share/AbiSuite/fonts/p052024l.pfb -share/AbiSuite/fonts/s050000l.afm -share/AbiSuite/fonts/s050000l.pfb -share/AbiSuite/fonts/s050000l.u2g -share/AbiSuite/fonts/symbol.e2u -share/AbiSuite/fonts/z003034l.afm -share/AbiSuite/fonts/z003034l.pfb -share/AbiSuite/icons/abiword_48.png -share/AbiSuite/icons/abiword_48.tif -share/AbiSuite/icons/abiword_48.xpm -%%GNOME:%%share/AbiSuite/icons/abiword_logo.xpm -share/AbiSuite/templates/normal.awt +bin/ttfadmin.sh +bin/AbiWord-2.0 +bin/abiword +share/AbiSuite-2.0/AbiWord/bin/AbiWord_d +share/AbiSuite-2.0/AbiWord/readme.txt +share/AbiSuite-2.0/AbiWord/system.profile +share/AbiSuite-2.0/AbiWord/system.profile-CP1254 +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-R +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-U +share/AbiSuite-2.0/AbiWord/system.profile-KOI8-UB +share/AbiSuite-2.0/AbiWord/system.profile-am-ET +share/AbiSuite-2.0/AbiWord/system.profile-bg-BG +share/AbiSuite-2.0/AbiWord/system.profile-ca-ES +share/AbiSuite-2.0/AbiWord/system.profile-cs-CZ +share/AbiSuite-2.0/AbiWord/system.profile-da-DK +share/AbiSuite-2.0/AbiWord/system.profile-de +share/AbiSuite-2.0/AbiWord/system.profile-de-AT +share/AbiSuite-2.0/AbiWord/system.profile-de-CH +share/AbiSuite-2.0/AbiWord/system.profile-de-DE +share/AbiSuite-2.0/AbiWord/help/en-US/aboutos.html +share/AbiSuite-2.0/AbiWord/help/en-US/credits.html +share/AbiSuite-2.0/AbiWord/help/en-US/fdl.html +share/AbiSuite-2.0/AbiWord/help/en-US/histyle.css +share/AbiSuite-2.0/AbiWord/help/en-US/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/introduction.html +share/AbiSuite-2.0/AbiWord/help/en-US/search.html +share/AbiSuite-2.0/AbiWord/help/en-US/style.css +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtonormaltemplate.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtotables.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png +share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png +share/AbiSuite-2.0/AbiWord/help/en-US/info/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/info/inforequirements.html +share/AbiSuite-2.0/AbiWord/help/en-US/info/infospelling.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogactivatewindow.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbackgroundcolor.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbookmark.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbreak.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogchangecase.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogcolumns.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogdateandtime.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfield.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfind.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfont.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogformatheaderfooters.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoggoto.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoghyperlink.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogimageproperties.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglanguage.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglists.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmodifystyle.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognew.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognewstyle.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogopenlinux.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagenumbers.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagesetup.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogparagraph.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogplugins.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpreferences.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsavelinux.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogscreencolor.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogspelling.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogstyles.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsymbol.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogtabs.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogwordcount.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogzoom.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menucontextual.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuedit.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuformat.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuhelp.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuinsert.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menutools.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuview.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuweb.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuwindow.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarextra.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarformatting.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarstandard.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html +share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png +share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png +share/AbiSuite-2.0/AbiWord/help/en-US/problems/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsbugs.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfaq.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfonts.html +share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemshelp.html +share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/index.html +share/AbiSuite-2.0/AbiWord/help/en-US/credits.txt +share/AbiSuite-2.0/AbiWord/system.profile-el-GR +share/AbiSuite-2.0/AbiWord/system.profile-en +share/AbiSuite-2.0/AbiWord/system.profile-en-AU +share/AbiSuite-2.0/AbiWord/system.profile-en-CA +share/AbiSuite-2.0/AbiWord/system.profile-en-GB +share/AbiSuite-2.0/AbiWord/system.profile-en-IE +share/AbiSuite-2.0/AbiWord/system.profile-en-NZ +share/AbiSuite-2.0/AbiWord/system.profile-en-US +share/AbiSuite-2.0/AbiWord/system.profile-en-ZA +share/AbiSuite-2.0/AbiWord/system.profile-es +share/AbiSuite-2.0/AbiWord/system.profile-es-ES +share/AbiSuite-2.0/AbiWord/system.profile-es-MX +share/AbiSuite-2.0/AbiWord/system.profile-fi-FI +share/AbiSuite-2.0/AbiWord/system.profile-fr +share/AbiSuite-2.0/AbiWord/system.profile-fr-BE +share/AbiSuite-2.0/AbiWord/system.profile-fr-CA +share/AbiSuite-2.0/AbiWord/system.profile-fr-CH +share/AbiSuite-2.0/AbiWord/system.profile-fr-FR +share/AbiSuite-2.0/AbiWord/system.profile-gl-ES +share/AbiSuite-2.0/AbiWord/system.profile-hu-HU +share/AbiSuite-2.0/AbiWord/system.profile-it-IT +share/AbiSuite-2.0/AbiWord/system.profile-ja-JP +share/AbiSuite-2.0/AbiWord/system.profile-lt-LT +share/AbiSuite-2.0/AbiWord/system.profile-nb-NO +share/AbiSuite-2.0/AbiWord/system.profile-nl-NL +share/AbiSuite-2.0/AbiWord/system.profile-nn-NO +share/AbiSuite-2.0/AbiWord/system.profile-pl-PL +share/AbiSuite-2.0/AbiWord/system.profile-pt-BR +share/AbiSuite-2.0/AbiWord/system.profile-pt-PT +share/AbiSuite-2.0/AbiWord/system.profile-ru +share/AbiSuite-2.0/AbiWord/system.profile-ru-RU +share/AbiSuite-2.0/AbiWord/system.profile-sk-SK +share/AbiSuite-2.0/AbiWord/system.profile-sk-SK.CP1250 +share/AbiSuite-2.0/AbiWord/system.profile-sl +share/AbiSuite-2.0/AbiWord/system.profile-sv +share/AbiSuite-2.0/AbiWord/system.profile-sv-SE +share/AbiSuite-2.0/AbiWord/system.profile-tr +share/AbiSuite-2.0/AbiWord/system.profile-tr-TR +share/AbiSuite-2.0/AbiWord/system.profile-tr-TR.CP1254 +share/AbiSuite-2.0/AbiWord/system.profile-uk-UA +share/AbiSuite-2.0/AbiWord/system.profile-zh-CN +share/AbiSuite-2.0/AbiWord/system.profile-zh-TW +share/AbiSuite-2.0/AbiWord/scripts/abw2html.pl +share/AbiSuite-2.0/AbiWord/strings/am-ET.strings +share/AbiSuite-2.0/AbiWord/strings/art-lojban.strings +share/AbiSuite-2.0/AbiWord/strings/bg-BG.strings +share/AbiSuite-2.0/AbiWord/strings/ca-ES.strings +share/AbiSuite-2.0/AbiWord/strings/cs-CZ.strings +share/AbiSuite-2.0/AbiWord/strings/cy-GB.strings +share/AbiSuite-2.0/AbiWord/strings/da-DK.strings +share/AbiSuite-2.0/AbiWord/strings/de-CH.strings +share/AbiSuite-2.0/AbiWord/strings/de-DE.strings +share/AbiSuite-2.0/AbiWord/strings/el-GR.strings +share/AbiSuite-2.0/AbiWord/strings/en-AU.strings +share/AbiSuite-2.0/AbiWord/strings/en-GB.strings +share/AbiSuite-2.0/AbiWord/strings/en-IE.strings +share/AbiSuite-2.0/AbiWord/strings/es-ES.strings +share/AbiSuite-2.0/AbiWord/strings/es-MX.strings +share/AbiSuite-2.0/AbiWord/strings/eu-ES.strings +share/AbiSuite-2.0/AbiWord/strings/fi-FI.strings +share/AbiSuite-2.0/AbiWord/strings/fr-FR.strings +share/AbiSuite-2.0/AbiWord/strings/ga-IE.strings +share/AbiSuite-2.0/AbiWord/strings/gl-ES.strings +share/AbiSuite-2.0/AbiWord/strings/he-IL.strings +share/AbiSuite-2.0/AbiWord/strings/hu-HU.strings +share/AbiSuite-2.0/AbiWord/strings/id-ID.strings +share/AbiSuite-2.0/AbiWord/strings/it-IT.strings +share/AbiSuite-2.0/AbiWord/strings/ja-JP.strings +share/AbiSuite-2.0/AbiWord/strings/lt-LT.strings +share/AbiSuite-2.0/AbiWord/strings/mh-MH.strings +share/AbiSuite-2.0/AbiWord/strings/ms-MY.strings +share/AbiSuite-2.0/AbiWord/strings/nb-NO.strings +share/AbiSuite-2.0/AbiWord/strings/nl-NL.strings +share/AbiSuite-2.0/AbiWord/strings/nn-NO.strings +share/AbiSuite-2.0/AbiWord/strings/pl-PL.strings +share/AbiSuite-2.0/AbiWord/strings/pt-BR.strings +share/AbiSuite-2.0/AbiWord/strings/pt-PT.strings +share/AbiSuite-2.0/AbiWord/strings/ro-RO.strings +share/AbiSuite-2.0/AbiWord/strings/ru-RU.strings +share/AbiSuite-2.0/AbiWord/strings/sk-SK.strings +share/AbiSuite-2.0/AbiWord/strings/sl-SI.strings +share/AbiSuite-2.0/AbiWord/strings/sq-AL.strings +share/AbiSuite-2.0/AbiWord/strings/sr-SR.strings +share/AbiSuite-2.0/AbiWord/strings/sv-SE.strings +share/AbiSuite-2.0/AbiWord/strings/tr-TR.strings +share/AbiSuite-2.0/AbiWord/strings/uk-UA.strings +share/AbiSuite-2.0/AbiWord/strings/vi-VN.strings +share/AbiSuite-2.0/AbiWord/strings/yi.strings +share/AbiSuite-2.0/AbiWord/strings/zh-CN.strings +share/AbiSuite-2.0/AbiWord/strings/zh-HK.strings +share/AbiSuite-2.0/AbiWord/strings/zh-TW.strings +share/AbiSuite-2.0/fonts/a010013l.afm +share/AbiSuite-2.0/fonts/a010013l.pfb +share/AbiSuite-2.0/fonts/a010015l.afm +share/AbiSuite-2.0/fonts/a010015l.pfb +share/AbiSuite-2.0/fonts/a010033l.afm +share/AbiSuite-2.0/fonts/a010033l.pfb +share/AbiSuite-2.0/fonts/a010035l.afm +share/AbiSuite-2.0/fonts/a010035l.pfb +share/AbiSuite-2.0/fonts/adobe-full.u2g +share/AbiSuite-2.0/fonts/adobe-short.u2g +share/AbiSuite-2.0/fonts/b018012l.afm +share/AbiSuite-2.0/fonts/b018012l.pfb +share/AbiSuite-2.0/fonts/b018015l.afm +share/AbiSuite-2.0/fonts/b018015l.pfb +share/AbiSuite-2.0/fonts/b018032l.afm +share/AbiSuite-2.0/fonts/b018032l.pfb +share/AbiSuite-2.0/fonts/b018035l.afm +share/AbiSuite-2.0/fonts/b018035l.pfb +share/AbiSuite-2.0/fonts/bchb.afm +share/AbiSuite-2.0/fonts/bchb.pfa +share/AbiSuite-2.0/fonts/bchbi.afm +share/AbiSuite-2.0/fonts/bchbi.pfa +share/AbiSuite-2.0/fonts/bchr.afm +share/AbiSuite-2.0/fonts/bchr.pfa +share/AbiSuite-2.0/fonts/bchri.afm +share/AbiSuite-2.0/fonts/bchri.pfa +share/AbiSuite-2.0/fonts/c059013l.afm +share/AbiSuite-2.0/fonts/c059013l.pfb +share/AbiSuite-2.0/fonts/c059016l.afm +share/AbiSuite-2.0/fonts/c059016l.pfb +share/AbiSuite-2.0/fonts/c059033l.afm +share/AbiSuite-2.0/fonts/c059033l.pfb +share/AbiSuite-2.0/fonts/c059036l.afm +share/AbiSuite-2.0/fonts/c059036l.pfb +share/AbiSuite-2.0/fonts/d050000l.afm +share/AbiSuite-2.0/fonts/d050000l.pfb +share/AbiSuite-2.0/fonts/d050000l.u2g +share/AbiSuite-2.0/fonts/dingbats.e2u +share/AbiSuite-2.0/fonts/fonts.dir +share/AbiSuite-2.0/fonts/fonts.scale +share/AbiSuite-2.0/fonts/n019003l.afm +share/AbiSuite-2.0/fonts/n019003l.pfb +share/AbiSuite-2.0/fonts/n019004l.afm +share/AbiSuite-2.0/fonts/n019004l.pfb +share/AbiSuite-2.0/fonts/n019023l.afm +share/AbiSuite-2.0/fonts/n019023l.pfb +share/AbiSuite-2.0/fonts/n019024l.afm +share/AbiSuite-2.0/fonts/n019024l.pfb +share/AbiSuite-2.0/fonts/n019043l.afm +share/AbiSuite-2.0/fonts/n019043l.pfb +share/AbiSuite-2.0/fonts/n019044l.afm +share/AbiSuite-2.0/fonts/n019044l.pfb +share/AbiSuite-2.0/fonts/n019063l.afm +share/AbiSuite-2.0/fonts/n019063l.pfb +share/AbiSuite-2.0/fonts/n019064l.afm +share/AbiSuite-2.0/fonts/n019064l.pfb +share/AbiSuite-2.0/fonts/n021003l.afm +share/AbiSuite-2.0/fonts/n021003l.pfb +share/AbiSuite-2.0/fonts/n021004l.afm +share/AbiSuite-2.0/fonts/n021004l.pfb +share/AbiSuite-2.0/fonts/n021023l.afm +share/AbiSuite-2.0/fonts/n021023l.pfb +share/AbiSuite-2.0/fonts/n021024l.afm +share/AbiSuite-2.0/fonts/n021024l.pfb +share/AbiSuite-2.0/fonts/n022003l.afm +share/AbiSuite-2.0/fonts/n022003l.pfb +share/AbiSuite-2.0/fonts/n022004l.afm +share/AbiSuite-2.0/fonts/n022004l.pfb +share/AbiSuite-2.0/fonts/n022023l.afm +share/AbiSuite-2.0/fonts/n022023l.pfb +share/AbiSuite-2.0/fonts/n022024l.afm +share/AbiSuite-2.0/fonts/n022024l.pfb +share/AbiSuite-2.0/fonts/p052003l.afm +share/AbiSuite-2.0/fonts/p052003l.pfb +share/AbiSuite-2.0/fonts/p052004l.afm +share/AbiSuite-2.0/fonts/p052004l.pfb +share/AbiSuite-2.0/fonts/p052023l.afm +share/AbiSuite-2.0/fonts/p052023l.pfb +share/AbiSuite-2.0/fonts/p052024l.afm +share/AbiSuite-2.0/fonts/p052024l.pfb +share/AbiSuite-2.0/fonts/s050000l.afm +share/AbiSuite-2.0/fonts/s050000l.pfb +share/AbiSuite-2.0/fonts/s050000l.u2g +share/AbiSuite-2.0/fonts/symbol.e2u +share/AbiSuite-2.0/fonts/z003034l.afm +share/AbiSuite-2.0/fonts/z003034l.pfb +share/AbiSuite-2.0/GNOME_AbiWord_Control_1_0.oaf +share/AbiSuite-2.0/Nautilus_View_AbiWord.oaf +share/AbiSuite-2.0/README +share/AbiSuite-2.0/nautilus-abiword-content-view-ui.xml +share/AbiSuite-2.0/clipart/book.png +share/AbiSuite-2.0/clipart/chip.png +share/AbiSuite-2.0/clipart/fun.png +share/AbiSuite-2.0/clipart/gear.png +share/AbiSuite-2.0/clipart/gnomea.png +share/AbiSuite-2.0/clipart/gnomeb.png +share/AbiSuite-2.0/clipart/gnomec.png +share/AbiSuite-2.0/clipart/gnomecorner.png +share/AbiSuite-2.0/clipart/gnomed.png +share/AbiSuite-2.0/clipart/gnomedecor1.png +share/AbiSuite-2.0/clipart/gnomedecor2.png +share/AbiSuite-2.0/clipart/gnomee.png +share/AbiSuite-2.0/clipart/gnomeflowers.png +share/AbiSuite-2.0/clipart/gnomeline.png +share/AbiSuite-2.0/clipart/idea.png +share/AbiSuite-2.0/clipart/lamp.png +share/AbiSuite-2.0/clipart/monitor.png +share/AbiSuite-2.0/clipart/music1.png +share/AbiSuite-2.0/clipart/pinceau.png +share/AbiSuite-2.0/clipart/simca.png +share/AbiSuite-2.0/clipart/surprise.png +share/AbiSuite-2.0/clipart/together.png +share/AbiSuite-2.0/clipart/toolbox.png +share/AbiSuite-2.0/clipart/tree.png +share/AbiSuite-2.0/clipart/tux_bordelais.png +share/AbiSuite-2.0/clipart/weather.png +share/AbiSuite-2.0/clipart/write.png +share/AbiSuite-2.0/dictionary/american.hash +share/AbiSuite-2.0/dictionary/ispell_dictionary_list.xml +share/AbiSuite-2.0/icons/abiword_16.xpm +share/AbiSuite-2.0/icons/abiword_48.png +share/AbiSuite-2.0/icons/abiword_48.tif +share/AbiSuite-2.0/icons/abiword_48.xpm +share/AbiSuite-2.0/templates/A4.awt +share/AbiSuite-2.0/templates/Business-Report.awt +share/AbiSuite-2.0/templates/Employee-Directory.awt +share/AbiSuite-2.0/templates/Fax-Coversheet.awt +share/AbiSuite-2.0/templates/Two-Columns.awt +share/AbiSuite-2.0/templates/US-Letter.awt +share/AbiSuite-2.0/templates/normal.awt share/gnome/apps/Applications/abiword.desktop share/gnome/pixmaps/abiword_48.png -@dirrm share/AbiSuite/templates -@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/scripts -@dirrm share/AbiSuite/AbiWord/help/fr-FR/tutorial -@dirrm share/AbiSuite/AbiWord/help/fr-FR/problems -@dirrm share/AbiSuite/AbiWord/help/fr-FR/plugins -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface -@dirrm share/AbiSuite/AbiWord/help/fr-FR/info -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto -@dirrm share/AbiSuite/AbiWord/help/fr-FR -@dirrm share/AbiSuite/AbiWord/help/en-US/tutorial -@dirrm share/AbiSuite/AbiWord/help/en-US/problems -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/interface -@dirrm share/AbiSuite/AbiWord/help/en-US/info -@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite/AbiWord/help/en-US/howto -@dirrm share/AbiSuite/AbiWord/help/en-US -@dirrm share/AbiSuite/AbiWord/help -@dirrm share/AbiSuite/AbiWord -@dirrm share/AbiSuite +@dirrm share/AbiSuite-2.0/AbiWord/bin +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/de_DE +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/images +@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/images +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/info +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/problems +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/tutorial +@dirrm share/AbiSuite-2.0/AbiWord/help/en-US +@dirrm share/AbiSuite-2.0/AbiWord/help/es-ES +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoword.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/images +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/info +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/rulers.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/workspace.xhtml_data +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/plugins +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/problems +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/tutorial +@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR +@dirrm share/AbiSuite-2.0/AbiWord/help/images +@dirrm share/AbiSuite-2.0/AbiWord/help +@dirrm share/AbiSuite-2.0/AbiWord/sample/en-US +@dirrm share/AbiSuite-2.0/AbiWord/sample +@dirrm share/AbiSuite-2.0/AbiWord/scripts +@dirrm share/AbiSuite-2.0/AbiWord/strings +@dirrm share/AbiSuite-2.0/AbiWord +@dirrm share/AbiSuite-2.0/fonts +@dirrm share/AbiSuite-2.0/clipart +@dirrm share/AbiSuite-2.0/dictionary +@dirrm share/AbiSuite-2.0/icons +@dirrm share/AbiSuite-2.0/templates +@dirrm share/AbiSuite-2.0 -- cgit v1.2.3