From b9bf397ccad4f0d0e1568911fe3ba47b03b7ac1b Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 25 Sep 2003 02:59:09 +0000 Subject: Remove AbiWord2 after merge into FreeBSD CVS. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1254 df743ca5-7f9a-e211-a948-0013205c9059 --- editors/AbiWord2/Makefile | 103 ------- editors/AbiWord2/distinfo | 1 - .../files/patch-..::wv::magick::Makefile.in | 14 - editors/AbiWord2/files/patch-GNUmakefile.am | 22 -- editors/AbiWord2/files/patch-af | 11 - editors/AbiWord2/files/patch-an | 46 ---- editors/AbiWord2/files/patch-ap | 23 -- editors/AbiWord2/files/patch-aq | 27 -- editors/AbiWord2/files/patch-ar | 14 - editors/AbiWord2/files/patch-autogen.sh | 63 ----- editors/AbiWord2/files/patch-ax | 10 - .../files/patch-src::wp::ap::unix::ap_UnixApp.cpp | 14 - .../files/patch-src_af_util_xp_ut_iconv.cpp | 13 - .../files/patch-src_af_util_xp_ut_string_class.cpp | 26 -- .../files/patch-src_af_xap_unix_xap_UnixFont.cpp | 15 -- .../files/patch-src_af_xap_xp_xap_Draw_Symbol.cpp | 36 --- .../patch-src_pkg_linux_rpm_data_abiword.desktop | 11 - .../files/patch-src_wp_impexp_xp_ie_Table.cpp | 29 -- .../files/patch-src_wp_impexp_xp_ie_exp_HTML.cpp | 38 --- .../files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp | 59 ---- editors/AbiWord2/pkg-descr | 22 -- editors/AbiWord2/pkg-plist | 298 --------------------- 22 files changed, 895 deletions(-) delete mode 100644 editors/AbiWord2/Makefile delete mode 100644 editors/AbiWord2/distinfo delete mode 100644 editors/AbiWord2/files/patch-..::wv::magick::Makefile.in delete mode 100644 editors/AbiWord2/files/patch-GNUmakefile.am delete mode 100644 editors/AbiWord2/files/patch-af delete mode 100644 editors/AbiWord2/files/patch-an delete mode 100644 editors/AbiWord2/files/patch-ap delete mode 100644 editors/AbiWord2/files/patch-aq delete mode 100644 editors/AbiWord2/files/patch-ar delete mode 100644 editors/AbiWord2/files/patch-autogen.sh delete mode 100644 editors/AbiWord2/files/patch-ax delete mode 100644 editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp delete mode 100644 editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp delete mode 100644 editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp delete mode 100644 editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFont.cpp delete mode 100644 editors/AbiWord2/files/patch-src_af_xap_xp_xap_Draw_Symbol.cpp delete mode 100644 editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop delete mode 100644 editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp delete mode 100644 editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_exp_HTML.cpp delete mode 100644 editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp delete mode 100644 editors/AbiWord2/pkg-descr delete mode 100644 editors/AbiWord2/pkg-plist diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile deleted file mode 100644 index 2af5841d7..000000000 --- a/editors/AbiWord2/Makefile +++ /dev/null @@ -1,103 +0,0 @@ -# New ports collection makefile for: AbiWord2 -# Date created: 22 February 2003 -# Whom: Joe Marcus Clarke -# -# $FreeBSD: ports/editors/AbiWord2/Makefile,v 1.70 2003/08/31 23:25:29 marcus Exp $ -# - -PORTNAME= AbiWord2 -PORTVERSION= 2.0.0 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ -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 \ - fribidi.0:${PORTSDIR}/converters/fribidi \ - popt.0:${PORTSDIR}/devel/popt \ - aspell.15:${PORTSDIR}/textproc/aspell - -DIST_SUBDIR= AbiWord - -WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_AUTOMAKE= yes -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= gnomehier libglade2 libxml2 -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" -CONFIGURE_ARGS= --enable-xft -MAKEFILE= GNUmakefile - -.include - -.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 AbiWord2 build" -.endif - -.if ${HAVE_GNOME:Mnautilus2}!="" -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+= --enable-gnome -PKGNAMESUFFIX= -gnome -GNOME_ENABLED= yes -.endif - -.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc) -LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap -.else -CONFIGURE_ARGS+= --enable-cmap=no -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ - s|%%ACLOCAL%%|${ACLOCAL}|g ; \ - s|%%AUTOCONF%%|${AUTOCONF}|g' ${WRKSRC}/autogen.sh - @${FIND} ${WRKSRC}/ac-helpers -name "*.m4" | ${XARGS} ${REINPLACE_CMD} \ - 's|-ansi||g ; \ - s|-pedantic||g' - @${FIND} ${WRKSRC}/src/config/platforms -name "*.mk" | ${XARGS} \ - ${REINPLACE_CMD} 's|-ansi||g ; \ - s|-pedantic||g' - -pre-configure: - @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL - @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing - @${RM} -f ${WRKSRC}/configure.ac - @cd ${WRKSRC} && ./autogen.sh && ${TRUE} - @${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \ - s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g; \ - s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE} - -post-install: - @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ - ${PREFIX}/share/gnome/apps/Applications/abiword.desktop - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ - ${PREFIX}/share/gnome/pixmaps/abiword_48.png -.if defined(GNOME_ENABLED) - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server\ - ${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \ - ${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml -.endif - -.include diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo deleted file mode 100644 index 0ba557f2e..000000000 --- a/editors/AbiWord2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (AbiWord/abiword-2.0.0.tar.bz2) = 1b7153cdb5a8134b995505b6f362bfc1 diff --git a/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in b/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in deleted file mode 100644 index 3880ad648..000000000 --- a/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in,v 1.2 2003/02/23 18:39:35 marcus Exp $ - ---- ../wv/magick/Makefile.in 2001/08/08 11:44:02 1.1 -+++ ../wv/magick/Makefile.in 2001/08/08 11:44:13 -@@ -40,7 +40,7 @@ - all: $(MAGICKOBJECTS) - - %.$(OBJEXT): $(srcdir)/%.c -- $(CC) $(CFLAGS) -c $(srcdir)/$*.c -+ $(CC) @CPPFLAGS@ $(CFLAGS) -c $(srcdir)/$*.c - - clean: - rm -rf *.$(OBJEXT) core a.$(OBJEXT)ut *.a diff --git a/editors/AbiWord2/files/patch-GNUmakefile.am b/editors/AbiWord2/files/patch-GNUmakefile.am deleted file mode 100644 index 3e4cc389d..000000000 --- a/editors/AbiWord2/files/patch-GNUmakefile.am +++ /dev/null @@ -1,22 +0,0 @@ ---- GNUmakefile.am.orig Mon Aug 18 09:45:27 2003 -+++ GNUmakefile.am Mon Aug 25 04:25:53 2003 -@@ -76,7 +76,6 @@ - - # Install the datafiles. This is quick-and-dirty. - install-data-local: -- @$(mkinstalldirs) $(DESTDIR)$(bonobodir) - if test -d $(top_srcdir)/../abidistfiles ; then \ - for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ -@@ -89,11 +88,7 @@ - for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \ - if test -f $$file ; then \ - sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \ -- if test "$$sfile.server" = $$file; then \ -- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \ -- else \ - $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \ -- fi; \ - fi; \ - done; \ - fi; \ diff --git a/editors/AbiWord2/files/patch-af b/editors/AbiWord2/files/patch-af deleted file mode 100644 index 502e8de76..000000000 --- a/editors/AbiWord2/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- src/af/util/xp/ut_png.cpp.orig Wed Apr 17 12:49:55 2002 -+++ src/af/util/xp/ut_png.cpp Fri Apr 19 20:40:25 2002 -@@ -24,7 +24,7 @@ - #ifdef _AIX - #define jmpbuf __jmpbuf - #endif --#include "png.h" -+#include - - #include "ut_assert.h" - #include "ut_bytebuf.h" diff --git a/editors/AbiWord2/files/patch-an b/editors/AbiWord2/files/patch-an deleted file mode 100644 index a116fb076..000000000 --- a/editors/AbiWord2/files/patch-an +++ /dev/null @@ -1,46 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-an,v 1.5 2003/02/23 18:39:35 marcus Exp $ - ---- src/Makefile.orig Thu May 30 17:51:53 2002 -+++ src/Makefile Wed Jun 5 15:47:41 2002 -@@ -48,6 +48,7 @@ - - ## Set the following to a list of pathnames to be copied to $(CANONDIR) - CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt -+CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES)) - - ## Set the following to a list of directories (probably a subset of DIRS) - ## that have work to do. -@@ -58,6 +59,9 @@ - @for k in $(CANON_TOPLEVELFILES); do \ - $(ABICOPY) $$k $(CANONDIR); \ - done -+ @for k in $(CANON_TLF_NOTDIR); do \ -+ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \ -+ done - @for k in $(CANON_SubDirs); do \ - $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ - done -@@ -72,6 +76,7 @@ - cp $$k american.hash; \ - rm $$k ; \ - done) -+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - # We currently only ship american.hash, so the above and below aren't logical. - # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell. - @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary -@@ -112,10 +117,12 @@ - fi - # icons for X window manager use - @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons) -+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons) -+ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r *_48*) - # font stuff for installation - @$(subst xxxx,$(CANONDIR)/fonts,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../unixfonts/fonts ; cp *.* $(CANONDIR)/fonts) -+ (cd $(ABI_ROOT)/../unixfonts/fonts ; $(ABICOPY) *.* $(CANONDIR)/fonts) -+ @(cd $(CANONDIR)/fonts; $(ABICHMOD) ugo=r *.*) - endif - - ################################################################## diff --git a/editors/AbiWord2/files/patch-ap b/editors/AbiWord2/files/patch-ap deleted file mode 100644 index 76fbc4554..000000000 --- a/editors/AbiWord2/files/patch-ap +++ /dev/null @@ -1,23 +0,0 @@ ---- src/wp/Makefile.orig Sat Apr 13 07:22:38 2002 -+++ src/wp/Makefile Fri Apr 19 23:30:57 2002 -@@ -44,8 +44,18 @@ - @$(subst xxxx,$(CANON_AppDir),$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/strings,$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/help,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto/howtoweb.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto/howtoword.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/info,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/dialogreplace.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/menufile.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/workspace.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/problems,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/tutorial,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/images,$(VERIFY_DIRECTORY)) - @$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/system.profile* $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings -- (cd $(USERDIR)/wp/help; tar cf - images ./*.* $(CANON_Lang)/*.* $(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -) -- @$(ABICOPY) $(ABI_ROOT)/CREDITS.TXT $(CANON_AppDir)/help/en-US/credits.txt diff --git a/editors/AbiWord2/files/patch-aq b/editors/AbiWord2/files/patch-aq deleted file mode 100644 index ed0324f28..000000000 --- a/editors/AbiWord2/files/patch-aq +++ /dev/null @@ -1,27 +0,0 @@ ---- src/config/abi_defs.mk Fri Jun 9 15:48:49 2000 -+++ src/config/abi_defs.mk.new Thu Jun 22 16:32:03 2000 -@@ -124,11 +124,11 @@ - ## INSTALL program... - - define MAKE_OBJDIR --if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi -+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi - endef - - define VERIFY_DIRECTORY --if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi -+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi - endef - - ifeq ($(OS_NAME), WIN32) -@@ -160,7 +160,9 @@ - ################################################################## - ################################################################## - --ABICOPY=cp -+ABICOPY = cp -+ABICHMOD = chmod -+ABIMKDIR = mkdir -m u=rwx,go=rx - - ifdef ABISOURCE_LICENSED_TRADEMARKS - ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS diff --git a/editors/AbiWord2/files/patch-ar b/editors/AbiWord2/files/patch-ar deleted file mode 100644 index 9f93ba444..000000000 --- a/editors/AbiWord2/files/patch-ar +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-ar,v 1.3 2003/02/23 18:39:35 marcus Exp $ - ---- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 10:59:52 2001 -+++ src/pkg/common/unix/scripts/install.sh Wed Aug 8 13:31:57 2001 -@@ -80,7 +80,7 @@ - - echo "Installing program binaries to [$LIBEXECDIR]..." - # Setup bins --(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -) -+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR) - - ######################################################################## - # If we're on Solaris, run makepsres on the font path diff --git a/editors/AbiWord2/files/patch-autogen.sh b/editors/AbiWord2/files/patch-autogen.sh deleted file mode 100644 index 4534322f4..000000000 --- a/editors/AbiWord2/files/patch-autogen.sh +++ /dev/null @@ -1,63 +0,0 @@ ---- autogen.sh.orig Fri Aug 1 04:40:52 2003 -+++ autogen.sh Mon Aug 25 03:31:45 2003 -@@ -10,31 +10,31 @@ - - rm -f autogen.err - --automake --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 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 - - # Produce aclocal.m4, so autoconf gets the automake macros it needs - # --echo "Creating aclocal.m4: aclocal -I ac-helpers $ACLOCAL_FLAGS" -+echo "Creating aclocal.m4: %%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS" - --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` -@@ -56,9 +56,9 @@ - # Produce all the `GNUmakefile.in's and create neat missing things - # like `install-sh', etc. - # --echo "automake --add-missing --copy --foreign" -+echo "%%AUTOMAKE%% --add-missing --copy --foreign" - --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 "" -@@ -74,7 +74,7 @@ - # - echo "Creating configure..." - --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-ax b/editors/AbiWord2/files/patch-ax deleted file mode 100644 index 91ab01775..000000000 --- a/editors/AbiWord2/files/patch-ax +++ /dev/null @@ -1,10 +0,0 @@ ---- ../wv/libole2/ms-ole.h Sun Oct 6 20:18:41 2002 -+++ ../wv/libole2/ms-ole.h.new Sun Oct 6 20:18:48 2002 -@@ -20,6 +20,7 @@ - #if defined(__QNXNTO__) - # include - #endif -+# include - # include /* for mode_t */ - #else - # include 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 deleted file mode 100644 index 720a1a614..000000000 --- a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp,v 1.3 2003/02/23 18:39:36 marcus Exp $ - ---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001 -+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001 -@@ -612,7 +612,7 @@ - { - pluginDir = pluginList[i]; - -- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort); -+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort); - UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str())); - - if (n > 0) diff --git a/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp deleted file mode 100644 index 72ff257a6..000000000 --- a/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/af/util/xp/ut_iconv.cpp.orig Thu Jul 17 15:12:55 2003 -+++ src/af/util/xp/ut_iconv.cpp Thu Jul 17 15:16:40 2003 -@@ -295,8 +295,8 @@ - return (size_t)-1; - - -- ICONV_CONST char ** buf = const_cast(inbuf); -- return iconv( cd, buf, inbytesleft, outbuf, outbytesleft ); -+ //ICONV_CONST char ** buf = const_cast(inbuf); -+ return iconv( cd, inbuf, inbytesleft, outbuf, outbytesleft ); - } - - int UT_iconv_close( UT_iconv_t cd ) diff --git a/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp b/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp deleted file mode 100644 index a82b611a7..000000000 --- a/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/af/util/xp/ut_string_class.cpp.orig Mon Aug 25 03:34:03 2003 -+++ src/af/util/xp/ut_string_class.cpp Mon Aug 25 03:42:00 2003 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - #include "ut_string.h" - #include "ut_string_class.h" -@@ -340,13 +341,13 @@ - return len; - } - -+#define VA_COPY G_VA_COPY -+ - #if !defined (VA_COPY) - # if defined (__GNUC__) && defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32) || defined(WIN32)) || defined(__s390__) || defined(__x86_64__) - # define VA_COPY(ap1, ap2) (*(ap1) = *(ap2)) - # elif defined (VA_COPY_AS_ARRAY) - # define VA_COPY(ap1, ap2) memmove ((ap1), (ap2), sizeof (va_list)) --# elif defined (__GNUC__) --# define VA_COPY(ap1,ap2) __va_copy((ap1),(ap2)) - # else /* va_list is a pointer */ - # define VA_COPY(ap1, ap2) ((ap1) = (ap2)) - # endif /* va_list is a pointer */ diff --git a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFont.cpp b/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFont.cpp deleted file mode 100644 index 29b75760b..000000000 --- a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFont.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/af/xap/unix/xap_UnixFont.cpp.orig Mon Aug 4 20:24:53 2003 -+++ src/af/xap/unix/xap_UnixFont.cpp Mon Aug 4 20:25:50 2003 -@@ -400,10 +400,10 @@ - size_t idx = 0; - for (size_t i = 0; i < coverage.size(); i += 2) - { -- UT_UCSChar c1 = static_cast(reinterpret_cast(coverage[i])); -+ UT_UCSChar c1 = static_cast(reinterpret_cast(coverage[i])); - UT_UCSChar c2 = - static_cast(static_cast(c1)) + -- static_cast(reinterpret_cast(coverage[i + 1])); -+ static_cast(reinterpret_cast(coverage[i + 1])); - for (UT_UCSChar c = c1; c < c2; ++c) - { - FT_UInt glyph_idx = FT_Get_Char_Index(face, c); diff --git a/editors/AbiWord2/files/patch-src_af_xap_xp_xap_Draw_Symbol.cpp b/editors/AbiWord2/files/patch-src_af_xap_xp_xap_Draw_Symbol.cpp deleted file mode 100644 index baf6ff9a7..000000000 --- a/editors/AbiWord2/files/patch-src_af_xap_xp_xap_Draw_Symbol.cpp +++ /dev/null @@ -1,36 +0,0 @@ ---- src/af/xap/xp/xap_Draw_Symbol.cpp.orig Wed Jul 30 01:04:34 2003 -+++ src/af/xap/xp/xap_Draw_Symbol.cpp Wed Jul 30 01:07:18 2003 -@@ -153,7 +153,7 @@ - - for (i = 0; i < m_vCharSet.size(); i += 2) - { -- UT_UCSChar base = static_cast(reinterpret_cast(m_vCharSet[i])); -+ UT_UCSChar base = static_cast(reinterpret_cast(m_vCharSet[i])); - size_t nb_chars = reinterpret_cast(m_vCharSet[i + 1]); - - for (UT_UCSChar j = base; j < base + nb_chars; ++j) -@@ -194,11 +194,11 @@ - UT_DEBUGMSG(("calcSymbolFromCoords(x = [%u], y = [%u]) =", ix, iy)); - for (size_t i = 0; i < m_vCharSet.size(); i += 2) - { -- count += reinterpret_cast(m_vCharSet[i + 1]); -+ count += static_cast(reinterpret_cast(m_vCharSet[i + 1])); - if (count > index) - { - UT_DEBUGMSG((" %u\n", static_cast(reinterpret_cast(m_vCharSet[i]) + index - count + reinterpret_cast(m_vCharSet[i + 1])))); -- return static_cast(reinterpret_cast(m_vCharSet[i]) + index - count + reinterpret_cast(m_vCharSet[i + 1])); -+ return static_cast(static_cast(reinterpret_cast(m_vCharSet[i])) + index - count + static_cast(reinterpret_cast(m_vCharSet[i + 1]))); - } - } - -@@ -227,8 +227,8 @@ - - for (size_t i = 0; i < m_vCharSet.size(); i += 2) - { -- UT_uint32 base = reinterpret_cast(m_vCharSet[i]); -- UT_uint32 size = reinterpret_cast(m_vCharSet[i + 1]); -+ UT_uint32 base = static_cast(reinterpret_cast(m_vCharSet[i])); -+ UT_uint32 size = static_cast(reinterpret_cast(m_vCharSet[i + 1])); - - if (base + size > c) - { 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 deleted file mode 100644 index 656c586a6..000000000 --- a/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Apr 6 14:45:19 2003 -+++ src/pkg/linux/rpm/data/abiword.desktop Sun Apr 20 00:33:09 2003 -@@ -12,7 +12,7 @@ - Icon=abiword_48.png - Terminal=0 - Type=Application --Categories=Application;Office;WordProcessor;X-Red-Hat-Base; -+Categories=Application;Office;WordProcessor; - StartupNotify=true - Encoding=UTF-8 - X-Desktop-File-Install-Version=0.3 diff --git a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp deleted file mode 100644 index a3f8a7e79..000000000 --- a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/wp/impexp/xp/ie_Table.cpp.orig Tue Sep 23 21:23:58 2003 -+++ src/wp/impexp/xp/ie_Table.cpp Tue Sep 23 21:31:58 2003 -@@ -1028,7 +1028,7 @@ - UT_sint32 j = 0; - for(j=0; !bMatch && (j < static_cast(m_vecCellX.getItemCount())); j++) - { -- UT_sint32 prevX = reinterpret_cast(m_vecCellX.getNthItem(j)); -+ UT_sint32 prevX = reinterpret_cast(m_vecCellX.getNthItem(j)); - UT_DEBUGMSG(("Prev cell %d cellx %d \n",j,prevX)); - bool bLast = ((j-1) == szCurRow); - bMatch = doCellXMatch(prevX,curX,bLast); -@@ -1179,7 +1179,7 @@ - sColWidth.clear(); - for(i=0; i< static_cast(m_vecCellX.getItemCount()); i++) - { -- UT_sint32 iCellx = reinterpret_cast(m_vecCellX.getNthItem(i)); -+ UT_sint32 iCellx = reinterpret_cast(m_vecCellX.getNthItem(i)); - xxx_UT_DEBUGMSG(("final cellx import cellx %d iPrev %x \n",iCellx,iPrev)); - UT_sint32 iDiffCellx = iCellx - iPrev; - double dCellx = static_cast(iDiffCellx)/1440.0 -dColSpace; -@@ -1377,7 +1377,7 @@ - UT_sint32 iSub = 0; - for(i=0; !bFound && (i< static_cast(m_vecCellX.getItemCount())); i++) - { -- UT_sint32 icellx = reinterpret_cast(m_vecCellX.getNthItem(i)); -+ UT_sint32 icellx = reinterpret_cast(m_vecCellX.getNthItem(i)); - if(icellx == -1) - { - iSub++; diff --git a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_exp_HTML.cpp b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_exp_HTML.cpp deleted file mode 100644 index 00232c3a3..000000000 --- a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_exp_HTML.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- src/wp/impexp/xp/ie_exp_HTML.cpp.orig Mon Sep 22 14:46:23 2003 -+++ src/wp/impexp/xp/ie_exp_HTML.cpp Mon Sep 22 14:47:36 2003 -@@ -776,7 +776,7 @@ - void * vptr = 0; - m_tagStack.pop (&vptr); - -- if (reinterpret_cast(vptr) == tagID) return; -+ if (reinterpret_cast(vptr) == tagID) return; - - UT_DEBUGMSG(("WARNING: possible tag mis-match in XHTML output!\n")); - } -@@ -820,7 +820,7 @@ - UT_uint32 s_HTML_Listener::tagTop () - { - void * vptr = 0; -- if (m_tagStack.viewTop (&vptr)) return reinterpret_cast(vptr); -+ if (m_tagStack.viewTop (&vptr)) return reinterpret_cast(vptr); - return 0; - } - -@@ -1890,7 +1890,7 @@ - { - void * vptr = 0; - m_utsListType.viewTop (&vptr); -- return static_cast(reinterpret_cast(vptr)); -+ return static_cast(reinterpret_cast(vptr)); - } - - void s_HTML_Listener::listPush (UT_uint16 type, const char * ClassName) -@@ -1929,7 +1929,7 @@ - - void * vptr = 0; - m_utsListType.pop (&vptr); -- UT_uint16 type = static_cast(reinterpret_cast(vptr)); -+ UT_uint16 type = static_cast(reinterpret_cast(vptr)); - - UT_uint32 tagID; - diff --git a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp deleted file mode 100644 index 90ad29c85..000000000 --- a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/wp/impexp/xp/ie_imp_RTF.cpp.orig Tue Sep 23 21:19:45 2003 -+++ src/wp/impexp/xp/ie_imp_RTF.cpp Tue Sep 23 21:22:22 2003 -@@ -1208,9 +1208,9 @@ - m_iOverrideLevel = other.m_iOverrideLevel; - if(m_tabTypes.getItemCount() > 0) - { -- UT_uint32 dum = reinterpret_cast(m_tabTypes.getNthItem(0)); -+ UT_uint32 dum = reinterpret_cast(m_tabTypes.getNthItem(0)); - m_curTabType = static_cast(dum); -- dum = reinterpret_cast(m_tabLeader.getNthItem(0)); -+ dum = reinterpret_cast(m_tabLeader.getNthItem(0)); - m_curTabLeader = static_cast(dum); - } - else -@@ -2442,7 +2442,7 @@ - { - if (colNum < m_colourTable.getItemCount()) - { -- return reinterpret_cast(m_colourTable.getNthItem(colNum)); -+ return reinterpret_cast(m_colourTable.getNthItem(colNum)); - } - else - { -@@ -2454,7 +2454,7 @@ - { - if (colNum < m_colourTable.getItemCount()) - { -- return reinterpret_cast(m_colourTable.getNthItem(colNum)); -+ return reinterpret_cast(m_colourTable.getNthItem(colNum)); - } - else - { -@@ -6185,11 +6185,11 @@ - if (i > 0) - propBuffer += ","; - -- UT_sint32 tabTwips = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabStops.getNthItem(i)); -+ UT_sint32 tabTwips = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabStops.getNthItem(i)); - double tabIn = tabTwips/(20.0*72.); -- UT_uint32 idum = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabTypes.getNthItem(i)); -+ UT_uint32 idum = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabTypes.getNthItem(i)); - eTabType tabType = static_cast(idum); -- idum = reinterpret_cast((m_currentRTFState.m_paraProps.m_tabLeader.getNthItem(i))); -+ idum = reinterpret_cast((m_currentRTFState.m_paraProps.m_tabLeader.getNthItem(i))); - eTabLeader tabLeader = static_cast(idum); - char cType = ' '; - switch(tabType) -@@ -9654,9 +9654,9 @@ - if (i > 0) - strcat(propBuffer, ","); - -- UT_sint32 tabTwips = reinterpret_cast(pParas->m_tabStops.getNthItem(i)); -+ UT_sint32 tabTwips = reinterpret_cast(pParas->m_tabStops.getNthItem(i)); - double tabIn = tabTwips/(20.0*72.); -- UT_uint32 idum = reinterpret_cast(pParas->m_tabTypes.getNthItem(i)); -+ UT_uint32 idum = reinterpret_cast(pParas->m_tabTypes.getNthItem(i)); - eTabType tabType = static_cast(idum); - idum = (UT_uint32) (pParas->m_tabLeader.getNthItem(i)); - eTabLeader tabLeader = static_cast(idum); diff --git a/editors/AbiWord2/pkg-descr b/editors/AbiWord2/pkg-descr deleted file mode 100644 index 7a56a9547..000000000 --- a/editors/AbiWord2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -AbiWord is an open-source, cross-platform WYSIWYG word processor. It works -on Windows and most Unix Systems. - -Features include: - - - Basic character formatting (bold, underline, italics, etc.) - - Paragraph alignment - - Spell-check - - Import of Word97 and RTF documents - - Export to RTF, Text, HTML, and LaTeX formats - - Interactive rulers and tabs - - Styles - - Unlimited undo/redo - - Multiple column control - - Widow/orphan control - - Find/Replace - - Anti-aliased fonts - - Images - -For more information, or to see screenshots, visit the AbiSource home page -at -WWW: http://www.abisource.com/ diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist deleted file mode 100644 index 8e7516247..000000000 --- a/editors/AbiWord2/pkg-plist +++ /dev/null @@ -1,298 +0,0 @@ -bin/AbiWord-2.0 -bin/abiword -bin/ttfadmin.sh -bin/ttftool -%%GNOME:%%libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server -share/AbiSuite-2.0/AbiWord.exe.MANIFEST -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Break.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Field.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_FormatFootnotes.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_FormatTable.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_HdrFtr.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_InsertTable.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Insert_DateTime.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_MailMerge.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_New.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_PageNumbers.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Replace.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_WordCount.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_About.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Encoding.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Image.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Language.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Password.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_PluginManager.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_WindowMore.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Zoom.glade -share/AbiSuite-2.0/AbiWord/readme.txt -share/AbiSuite-2.0/AbiWord/scripts/abw2html.pl -share/AbiSuite-2.0/AbiWord/strings/am-ET.strings -share/AbiSuite-2.0/AbiWord/strings/be-BY.strings -share/AbiSuite-2.0/AbiWord/strings/bg-BG.strings -share/AbiSuite-2.0/AbiWord/strings/br-FR.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/jbo.strings -share/AbiSuite-2.0/AbiWord/strings/lt-LT.strings -share/AbiSuite-2.0/AbiWord/strings/lv-LV.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/sc-IT.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.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/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-ar -share/AbiSuite-2.0/AbiWord/system.profile-ar-EG -share/AbiSuite-2.0/AbiWord/system.profile-ar-SA -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/system.profile-div-MV -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-eu -share/AbiSuite-2.0/AbiWord/system.profile-eu-ES -share/AbiSuite-2.0/AbiWord/system.profile-fa-IR -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-he -share/AbiSuite-2.0/AbiWord/system.profile-he-IL -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-ps -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-syr -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-ur-PK -share/AbiSuite-2.0/AbiWord/system.profile-yi -share/AbiSuite-2.0/AbiWord/system.profile-zh-CN -share/AbiSuite-2.0/AbiWord/system.profile-zh-TW -share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server -share/AbiSuite-2.0/README -share/AbiSuite-2.0/abi-nautilus-view-file.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/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 -%%GNOME:%%share/AbiSuite-2.0/icons/abiword_logo.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/AbiSuite-2.0/templates/normal.awt-am_ET -share/AbiSuite-2.0/templates/normal.awt-ar -share/AbiSuite-2.0/templates/normal.awt-ar_EG -share/AbiSuite-2.0/templates/normal.awt-ar_SA -share/AbiSuite-2.0/templates/normal.awt-bg_BG -share/AbiSuite-2.0/templates/normal.awt-ca_ES -share/AbiSuite-2.0/templates/normal.awt-cs_CZ -share/AbiSuite-2.0/templates/normal.awt-da_DK -share/AbiSuite-2.0/templates/normal.awt-de -share/AbiSuite-2.0/templates/normal.awt-de_AT -share/AbiSuite-2.0/templates/normal.awt-de_CH -share/AbiSuite-2.0/templates/normal.awt-de_DE -share/AbiSuite-2.0/templates/normal.awt-div_MV -share/AbiSuite-2.0/templates/normal.awt-el_GR -share/AbiSuite-2.0/templates/normal.awt-en_AU -share/AbiSuite-2.0/templates/normal.awt-en_CA -share/AbiSuite-2.0/templates/normal.awt-en_GB -share/AbiSuite-2.0/templates/normal.awt-en_IE -share/AbiSuite-2.0/templates/normal.awt-en_NZ -share/AbiSuite-2.0/templates/normal.awt-en_ZA -share/AbiSuite-2.0/templates/normal.awt-es -share/AbiSuite-2.0/templates/normal.awt-es_ES -share/AbiSuite-2.0/templates/normal.awt-es_FI -share/AbiSuite-2.0/templates/normal.awt-es_IR -share/AbiSuite-2.0/templates/normal.awt-es_MX -share/AbiSuite-2.0/templates/normal.awt-fa_IR -share/AbiSuite-2.0/templates/normal.awt-fr -share/AbiSuite-2.0/templates/normal.awt-fr_BE -share/AbiSuite-2.0/templates/normal.awt-fr_CA -share/AbiSuite-2.0/templates/normal.awt-fr_CH -share/AbiSuite-2.0/templates/normal.awt-fr_FR -share/AbiSuite-2.0/templates/normal.awt-gl_ES -share/AbiSuite-2.0/templates/normal.awt-he -share/AbiSuite-2.0/templates/normal.awt-he_IL -share/AbiSuite-2.0/templates/normal.awt-hu_HU -share/AbiSuite-2.0/templates/normal.awt-it_IT -share/AbiSuite-2.0/templates/normal.awt-ja_JP -share/AbiSuite-2.0/templates/normal.awt-lt_LT -share/AbiSuite-2.0/templates/normal.awt-nb_NO -share/AbiSuite-2.0/templates/normal.awt-nl_NL -share/AbiSuite-2.0/templates/normal.awt-nn_NO -share/AbiSuite-2.0/templates/normal.awt-pl_PL -share/AbiSuite-2.0/templates/normal.awt-ps -share/AbiSuite-2.0/templates/normal.awt-pt_BR -share/AbiSuite-2.0/templates/normal.awt-pt_PT -share/AbiSuite-2.0/templates/normal.awt-ru -share/AbiSuite-2.0/templates/normal.awt-ru_RU -share/AbiSuite-2.0/templates/normal.awt-sk_SK -share/AbiSuite-2.0/templates/normal.awt-sl -share/AbiSuite-2.0/templates/normal.awt-sv -share/AbiSuite-2.0/templates/normal.awt-sv_SE -share/AbiSuite-2.0/templates/normal.awt-syr -share/AbiSuite-2.0/templates/normal.awt-tr -share/AbiSuite-2.0/templates/normal.awt-tr_TR -share/AbiSuite-2.0/templates/normal.awt-uk_UA -share/AbiSuite-2.0/templates/normal.awt-ur_PK -share/AbiSuite-2.0/templates/normal.awt-yi -share/AbiSuite-2.0/templates/normal.awt-zh_CN -share/AbiSuite-2.0/templates/normal.awt-zh_TW -share/applications/abiword.desktop -share/icons/abiword_48.png -share/gnome/apps/Applications/abiword.desktop -%%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml -share/gnome/pixmaps/abiword_48.png -@dirrm share/AbiSuite-2.0/templates -@dirrm share/AbiSuite-2.0/icons -@dirrm share/AbiSuite-2.0/dictionary -@dirrm share/AbiSuite-2.0/clipart -@dirrm share/AbiSuite-2.0/AbiWord/strings -@dirrm share/AbiSuite-2.0/AbiWord/scripts -@dirrm share/AbiSuite-2.0/AbiWord/sample/en-US -@dirrm share/AbiSuite-2.0/AbiWord/sample -@dirrm share/AbiSuite-2.0/AbiWord/help/images -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/tutorial -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/problems -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/plugins -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface/workspace.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/dialogreplace.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/interface -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/info -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/images -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoword.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR/howto -@dirrm share/AbiSuite-2.0/AbiWord/help/fr-FR -@dirrm share/AbiSuite-2.0/AbiWord/help/es-ES -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/tutorial -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/problems -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.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/menufile.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/info -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/images -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto -@dirrm share/AbiSuite-2.0/AbiWord/help/en-US -@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/images -@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE/de_DE -@dirrm share/AbiSuite-2.0/AbiWord/help/de-DE -@dirrm share/AbiSuite-2.0/AbiWord/help -@dirrm share/AbiSuite-2.0/AbiWord/glade -@dirrm share/AbiSuite-2.0/AbiWord -@dirrm share/AbiSuite-2.0 -- cgit v1.2.3