diff options
Diffstat (limited to 'editors/abiword-devel')
20 files changed, 0 insertions, 1085 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile deleted file mode 100644 index 9a0f587e2451..000000000000 --- a/editors/abiword-devel/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: AbiWord -# Date created: 3 Mar 1999 -# Whom: Donald Burr <dburr@FreeBSD.org> -# -# $FreeBSD$ -# - -# Note: this port cannot be built when the textproc/mswordview port is -# already installed, due to header file conflicts and the very broken -# AbiWord build system. - -PORTNAME= AbiWord -PORTVERSION= 0.9.2 -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 - -# unzip is needed during the installation process -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - giconv.2:${PORTSDIR}/converters/libiconv \ - psiconv.7:${PORTSDIR}/converters/psiconv - -DIST_SUBDIR= AbiWord - -WRKSRC= ${WRKDIR}/${DISTNAME}/abi - -USE_GMAKE= yes -USE_GTK= yes -USE_AUTOMAKE= yes -AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgiconv" -MAKEFILE= GNUmakefile - -FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \ - 's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; \ - s|\@DEFS\@|-I${WRKSRC}/../libiconv/include \@DEFS\@|g' - -pre-configure: - @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog - @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/editors/abiword-devel/distinfo b/editors/abiword-devel/distinfo deleted file mode 100644 index aeef3738d224..000000000000 --- a/editors/abiword-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (AbiWord/abiword-0.9.2.tar.gz) = 05f7ace87fec7635106caf499192d12f diff --git a/editors/abiword-devel/files/patch-..::libiconv::include::iconv.h b/editors/abiword-devel/files/patch-..::libiconv::include::iconv.h deleted file mode 100644 index b153086b9217..000000000000 --- a/editors/abiword-devel/files/patch-..::libiconv::include::iconv.h +++ /dev/null @@ -1,7 +0,0 @@ - -$FreeBSD$ - ---- ../libiconv/include/iconv.h.orig Thu Aug 16 11:14:18 2001 -+++ ../libiconv/include/iconv.h Thu Aug 16 11:28:42 2001 -@@ -0,0 +1 @@ -+#include <giconv.h> diff --git a/editors/abiword-devel/files/patch-..::wv::configure b/editors/abiword-devel/files/patch-..::wv::configure deleted file mode 100644 index 4a3682669219..000000000000 --- a/editors/abiword-devel/files/patch-..::wv::configure +++ /dev/null @@ -1,130 +0,0 @@ - -$FreeBSD$ - ---- ../wv/configure.orig Fri Aug 10 16:54:41 2001 -+++ ../wv/configure Thu Aug 16 10:49:37 2001 -@@ -2351,7 +2351,7 @@ - # LIBXML2_LIBS="-lxml" ])) - - # Extract the first word of "glib-config", so it can be a program name with args. --set dummy glib-config; ac_word=$2 -+set dummy glib12-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:2357: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then -@@ -2930,15 +2930,15 @@ - echo "$ac_t""yes" 1>&6 - - ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 --echo "configure:2935: checking for iconv.h" >&5 -+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 -+echo "configure:2935: checking for giconv.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 2940 "configure" - #include "confdefs.h" --#include <iconv.h> -+#include <giconv.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:2945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -2981,11 +2981,11 @@ - ICONV_LIBS="-L$LIBICONV_DIR/lib/.libs -liconv" - else - ICONV_CFLAGS="-I$LIBICONV_DIR/include" -- ICONV_LIBS="-L$LIBICONV_DIR/lib -liconv" -+ ICONV_LIBS="-L$LIBICONV_DIR/lib -lgiconv" - fi - else - ICONV_CFLAGS="" -- ICONV_LIBS="-liconv" -+ ICONV_LIBS="-lgiconv" - fi - - CPPFLAGS="${CPPFLAGS} $ICONV_CFLAGS" -@@ -2993,15 +2993,15 @@ - - if test "$use_peer_libiconv" = "abi" ; then - ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 --echo "configure:2998: checking for iconv.h" >&5 -+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 -+echo "configure:2998: checking for giconv.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 3003 "configure" - #include "confdefs.h" --#include <iconv.h> -+#include <giconv.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -3027,15 +3027,15 @@ - - else - ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 --echo "configure:3032: checking for iconv.h" >&5 -+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 -+echo "configure:3032: checking for giconv.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 3037 "configure" - #include "confdefs.h" --#include <iconv.h> -+#include <giconv.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -3055,14 +3055,14 @@ - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - -- echo $ac_n "checking for iconv_open in -liconv""... $ac_c" 1>&6 --echo "configure:3060: checking for iconv_open in -liconv" >&5 -+ echo $ac_n "checking for iconv_open in -lgiconv""... $ac_c" 1>&6 -+echo "configure:3060: checking for iconv_open in -lgiconv" >&5 - ac_lib_var=`echo iconv'_'iconv_open | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-liconv $LIBS" -+LIBS="-lgiconv $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3068 "configure" - #include "confdefs.h" -@@ -3095,14 +3095,14 @@ - - else - echo "$ac_t""no" 1>&6 -- echo $ac_n "checking for libiconv_open in -liconv""... $ac_c" 1>&6 --echo "configure:3100: checking for libiconv_open in -liconv" >&5 -+ echo $ac_n "checking for libiconv_open in -lgiconv""... $ac_c" 1>&6 -+echo "configure:3100: checking for libiconv_open in -lgiconv" >&5 - ac_lib_var=`echo iconv'_'libiconv_open | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-liconv $LIBS" -+LIBS="-lgiconv $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3108 "configure" - #include "confdefs.h" -@@ -3168,7 +3168,7 @@ - #line 3169 "configure" - #include "confdefs.h" - --#include <iconv.h> -+#include <giconv.h> - - int main() { - diff --git a/editors/abiword-devel/files/patch-..::wv::magick::Makefile.in b/editors/abiword-devel/files/patch-..::wv::magick::Makefile.in deleted file mode 100644 index bfba3a8beb67..000000000000 --- a/editors/abiword-devel/files/patch-..::wv::magick::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../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/abiword-devel/files/patch-..::wv::text.c b/editors/abiword-devel/files/patch-..::wv::text.c deleted file mode 100644 index cab0a88b54a0..000000000000 --- a/editors/abiword-devel/files/patch-..::wv::text.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ../wv/text.c.orig Tue Jun 26 19:04:10 2001 -+++ ../wv/text.c Wed Aug 8 14:47:29 2001 -@@ -5,7 +5,7 @@ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif --#include "iconv.h" -+#include "giconv.h" - #include "wv.h" - - extern TokenTable s_Tokens[]; diff --git a/editors/abiword-devel/files/patch-af b/editors/abiword-devel/files/patch-af deleted file mode 100644 index 88e3d41b36e3..000000000000 --- a/editors/abiword-devel/files/patch-af +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/af/util/xp/ut_png.cpp.orig Wed Jun 13 23:39:53 2001 -+++ src/af/util/xp/ut_png.cpp Wed Aug 8 13:22:37 2001 -@@ -19,7 +19,7 @@ - - /* Required to get proper namespace inclusion from PNG code */ - #include <string.h> --#include "png.h" -+#include <png.h> - - #include "ut_assert.h" - #include "ut_bytebuf.h" diff --git a/editors/abiword-devel/files/patch-an b/editors/abiword-devel/files/patch-an deleted file mode 100644 index f574d00872ed..000000000000 --- a/editors/abiword-devel/files/patch-an +++ /dev/null @@ -1,46 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.orig Sun Jul 15 10:13:26 2001 -+++ src/Makefile Wed Aug 8 13:28:42 2001 -@@ -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 *) - endif - - @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) -@@ -106,10 +111,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/abiword-devel/files/patch-ap b/editors/abiword-devel/files/patch-ap deleted file mode 100644 index 6cbc7979ab44..000000000000 --- a/editors/abiword-devel/files/patch-ap +++ /dev/null @@ -1,34 +0,0 @@ ---- src/wp/Makefile Fri Jul 21 15:06:38 2000 -+++ src/wp/Makefile.new Wed Oct 11 21:03:24 2000 -@@ -44,10 +44,28 @@ - @$(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/images,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/es-ES,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR/images,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/images,$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/sample,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/sample/en-US,$(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 -) -- (cd $(USERDIR)/wp/sample; tar cf - $(CANON_Lang)/*.*) | (cd $(CANON_AppDir)/sample; tar xf -) -- -+ @$(ABICOPY) $(USERDIR)/wp/help/*.html $(CANON_AppDir)/help -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/*.html $(CANON_AppDir)/help/en-US -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.gif $(CANON_AppDir)/help/en-US/images -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.jpg $(CANON_AppDir)/help/en-US/images -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.png $(CANON_AppDir)/help/en-US/images -+ @$(ABICOPY) $(USERDIR)/wp/help/es-ES/*.html $(CANON_AppDir)/help/es-ES -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/*.html $(CANON_AppDir)/help/fr-FR -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.gif $(CANON_AppDir)/help/fr-FR/images -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.jpg $(CANON_AppDir)/help/fr-FR/images -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.png $(CANON_AppDir)/help/fr-FR/images -+ @$(ABICOPY) $(USERDIR)/wp/help/images/*.gif $(CANON_AppDir)/help/images -+ @$(ABICOPY) $(USERDIR)/wp/help/images/*.jpg $(CANON_AppDir)/help/images -+ @$(ABICOPY) $(USERDIR)/wp/help/images/*.png $(CANON_AppDir)/help/images -+ @$(ABICOPY) $(USERDIR)/wp/sample/en-US/*.abw $(CANON_AppDir)/sample/en-US diff --git a/editors/abiword-devel/files/patch-aq b/editors/abiword-devel/files/patch-aq deleted file mode 100644 index ed0324f287e6..000000000000 --- a/editors/abiword-devel/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/abiword-devel/files/patch-ar b/editors/abiword-devel/files/patch-ar deleted file mode 100644 index 5832a8deed5c..000000000000 --- a/editors/abiword-devel/files/patch-ar +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- 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/abiword-devel/files/patch-au b/editors/abiword-devel/files/patch-au deleted file mode 100644 index 6290aae585fc..000000000000 --- a/editors/abiword-devel/files/patch-au +++ /dev/null @@ -1,46 +0,0 @@ - -$FreeBSD$ - ---- src/pkg/common/unix/scripts/makewrapper.sh.orig Mon Jun 11 02:14:43 2001 -+++ src/pkg/common/unix/scripts/makewrapper.sh Wed Aug 8 13:38:34 2001 -@@ -66,23 +66,31 @@ - if [ -z "\$locale" ] - then - locale=\$LANG -+elif [ -z \$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" ] -+ 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 -- #add directory with locale-specific fonts to font path -- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -+ 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 -- fi -+ done - fi - fi - diff --git a/editors/abiword-devel/files/patch-av b/editors/abiword-devel/files/patch-av deleted file mode 100644 index f357fa978631..000000000000 --- a/editors/abiword-devel/files/patch-av +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config/platforms/freebsd.mk.orig Sun Jan 7 01:04:09 2001 -+++ src/config/platforms/freebsd.mk Sun Jan 7 01:07:26 2001 -@@ -57,7 +57,7 @@ - endif - - # Includes --OS_INCLUDES = -I/usr/local/include -+OS_INCLUDES = -I/usr/local/include -I$(ABI_ROOT)/../libiconv/include - G++INCLUDES = -I/usr/include/g++ - - # Compiler flags diff --git a/editors/abiword-devel/files/patch-configure.in-v2.13 b/editors/abiword-devel/files/patch-configure.in-v2.13 deleted file mode 100644 index f13c71061dec..000000000000 --- a/editors/abiword-devel/files/patch-configure.in-v2.13 +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- configure.in-v2.13.orig Wed Jul 18 01:38:22 2001 -+++ configure.in-v2.13 Mon Aug 13 14:47:43 2001 -@@ -252,10 +252,10 @@ - - if test "$PLATFORM" = "unix"; then - if test "$gnome" = "true"; then -- PLATFORM_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS" -+ PLATFORM_CFLAGS="$CFLAGS $GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS" - PLATFORM_LIBS= - else -- PLATFORM_CFLAGS="$GMODULE_CFLAGS $GTK_CFLAGS" -+ PLATFORM_CFLAGS="$CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS" - PLATFORM_LIBS= - fi - fi diff --git a/editors/abiword-devel/files/patch-src::af::util::unix::ut_files.cpp b/editors/abiword-devel/files/patch-src::af::util::unix::ut_files.cpp deleted file mode 100644 index d17128bab3f1..000000000000 --- a/editors/abiword-devel/files/patch-src::af::util::unix::ut_files.cpp +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- src/af/util/unix/ut_files.cpp.orig Mon Apr 16 02:25:35 2001 -+++ src/af/util/unix/ut_files.cpp Thu Aug 16 14:55:28 2001 -@@ -45,7 +45,7 @@ - if(*progName == '/') - { - laststat = stat(progName, &statbuf); -- if(S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) -+ if(laststat == 0 && (S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode))) - { - return true; - } -@@ -67,7 +67,7 @@ - path = (UT_String*) utvPath->getNthItem(i);; - laststat = stat(UT_catPathname(path->c_str(), progName), &statbuf); - -- if(S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) -+ if(laststat == 0 && (S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode))) - { - return true; - } diff --git a/editors/abiword-devel/files/patch-src::af::xap::unix::xap_UnixFrame.cpp b/editors/abiword-devel/files/patch-src::af::xap::unix::xap_UnixFrame.cpp deleted file mode 100644 index 9eea861c1a92..000000000000 --- a/editors/abiword-devel/files/patch-src::af::xap::unix::xap_UnixFrame.cpp +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- src/af/xap/unix/xap_UnixFrame.cpp 2001/08/08 15:59:48 1.1 -+++ src/af/xap/unix/xap_UnixFrame.cpp 2001/08/08 16:06:14 -@@ -767,9 +767,19 @@ - fmtstring = "khelpcenter %s &"; - execstring = g_strdup_printf(fmtstring, szURL); - } -- else -+ else if(progExists("gnome-help-browser")) -+ { -+ fmtstring = "gnome-help-browser %s &"; -+ execstring = g_strdup_printf(fmtstring, szURL); -+ } -+ else if(progExists("lynx")) - { - fmtstring = "xterm -e lynx %s &"; -+ execstring = g_strdup_printf(fmtstring, szURL); -+ } -+ else if(progExists("w3m")) -+ { -+ fmtstring = "xterm -e w3m %s &"; - execstring = g_strdup_printf(fmtstring, szURL); - } - 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 deleted file mode 100644 index 92969ac66a5e..000000000000 --- a/editors/abiword-devel/pkg-descr +++ /dev/null @@ -1,21 +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 - - Images - -For more information, or to see screenshots, visit the AbiSource home page -at -WWW: http://www.abisource.com/ diff --git a/editors/abiword-devel/pkg-message b/editors/abiword-devel/pkg-message deleted file mode 100644 index ae50951f2512..000000000000 --- a/editors/abiword-devel/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -If you are going to display AbiWord on the remote X server please make sure -that files from the ${PREFIX}/share/AbiSuite/fonts directory available to -your remote X server and add ${PREFIX}/share/AbiSuite/fonts into server's -font path. For XFree86, add the line: - -FontPath "${PREFIX}/share/AbiSuite/fonts" - -in the "Files" section of your /etc/XF86Config file. If you use a different -X server, please see its documentation on how to do this. - -Then re-start your X server. diff --git a/editors/abiword-devel/pkg-plist b/editors/abiword-devel/pkg-plist deleted file mode 100644 index 0c41323746eb..000000000000 --- a/editors/abiword-devel/pkg-plist +++ /dev/null @@ -1,576 +0,0 @@ -bin/AbiWord -bin/AbiWord_d -bin/AbiWord_s -share/AbiSuite/AbiWord/help/de-DE/about.html -share/AbiSuite/AbiWord/help/de-DE/aboutabi.html -share/AbiSuite/AbiWord/help/de-DE/aboutos.html -share/AbiSuite/AbiWord/help/de-DE/basis1.html -share/AbiSuite/AbiWord/help/de-DE/basis2.html -share/AbiSuite/AbiWord/help/de-DE/beos_intel.html -share/AbiSuite/AbiWord/help/de-DE/beos_ppc.html -share/AbiSuite/AbiWord/help/de-DE/check.html -share/AbiSuite/AbiWord/help/de-DE/column.html -share/AbiSuite/AbiWord/help/de-DE/comindex.html -share/AbiSuite/AbiWord/help/de-DE/contents.html -share/AbiSuite/AbiWord/help/de-DE/credits.html -share/AbiSuite/AbiWord/help/de-DE/custom.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/about.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/aboutabi.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/aboutos.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/basis1.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/beos_intel.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/beos_ppc.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/check.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/column.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/contents.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/index.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/install.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/linux_intel.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/linux_ppc.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/sdi.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/sections.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/solaris.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/styles.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/tabs.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/why.html -share/AbiSuite/AbiWord/help/de-DE/de_DE/windows.html -share/AbiSuite/AbiWord/help/de-DE/faq.html -share/AbiSuite/AbiWord/help/de-DE/find.html -share/AbiSuite/AbiWord/help/de-DE/format.html -share/AbiSuite/AbiWord/help/de-DE/general.html -share/AbiSuite/AbiWord/help/de-DE/images/abiword.jpg -share/AbiSuite/AbiWord/help/de-DE/images/abiword.png -share/AbiSuite/AbiWord/help/de-DE/images/bold.png -share/AbiSuite/AbiWord/help/de-DE/images/break.jpg -share/AbiSuite/AbiWord/help/de-DE/images/browse.jpg -share/AbiSuite/AbiWord/help/de-DE/images/close_all.jpg -share/AbiSuite/AbiWord/help/de-DE/images/color-unix.png -share/AbiSuite/AbiWord/help/de-DE/images/elevator.png -share/AbiSuite/AbiWord/help/de-DE/images/faute1.gif -share/AbiSuite/AbiWord/help/de-DE/images/faute2.gif -share/AbiSuite/AbiWord/help/de-DE/images/find.jpg -share/AbiSuite/AbiWord/help/de-DE/images/finished.jpg -share/AbiSuite/AbiWord/help/de-DE/images/font-unix.png -share/AbiSuite/AbiWord/help/de-DE/images/fonts.jpg -share/AbiSuite/AbiWord/help/de-DE/images/formatting.jpg -share/AbiSuite/AbiWord/help/de-DE/images/indent.jpg -share/AbiSuite/AbiWord/help/de-DE/images/italic.png -share/AbiSuite/AbiWord/help/de-DE/images/kde1.gif -share/AbiSuite/AbiWord/help/de-DE/images/kde2.gif -share/AbiSuite/AbiWord/help/de-DE/images/kde3.gif -share/AbiSuite/AbiWord/help/de-DE/images/kpack1.gif -share/AbiSuite/AbiWord/help/de-DE/images/kpack2.gif -share/AbiSuite/AbiWord/help/de-DE/images/line.jpg -share/AbiSuite/AbiWord/help/de-DE/images/margin.jpg -share/AbiSuite/AbiWord/help/de-DE/images/menubar.jpg -share/AbiSuite/AbiWord/help/de-DE/images/open.jpg -share/AbiSuite/AbiWord/help/de-DE/images/oppref.jpg -share/AbiSuite/AbiWord/help/de-DE/images/opspell.jpg -share/AbiSuite/AbiWord/help/de-DE/images/opview.jpg -share/AbiSuite/AbiWord/help/de-DE/images/overline.png -share/AbiSuite/AbiWord/help/de-DE/images/panel.jpg -share/AbiSuite/AbiWord/help/de-DE/images/picture.jpg -share/AbiSuite/AbiWord/help/de-DE/images/print-unix.jpg -share/AbiSuite/AbiWord/help/de-DE/images/print-unix.png -share/AbiSuite/AbiWord/help/de-DE/images/print.jpg -share/AbiSuite/AbiWord/help/de-DE/images/remove.jpg -share/AbiSuite/AbiWord/help/de-DE/images/removed.jpg -share/AbiSuite/AbiWord/help/de-DE/images/replace.jpg -share/AbiSuite/AbiWord/help/de-DE/images/rusure.jpg -share/AbiSuite/AbiWord/help/de-DE/images/save.jpg -share/AbiSuite/AbiWord/help/de-DE/images/space.jpg -share/AbiSuite/AbiWord/help/de-DE/images/spelling.jpg -share/AbiSuite/AbiWord/help/de-DE/images/standard.jpg -share/AbiSuite/AbiWord/help/de-DE/images/start.jpg -share/AbiSuite/AbiWord/help/de-DE/images/statusbar.png -share/AbiSuite/AbiWord/help/de-DE/images/strikeout.png -share/AbiSuite/AbiWord/help/de-DE/images/symbol.jpg -share/AbiSuite/AbiWord/help/de-DE/images/timedate.jpg -share/AbiSuite/AbiWord/help/de-DE/images/titlebar.jpg -share/AbiSuite/AbiWord/help/de-DE/images/underline.png -share/AbiSuite/AbiWord/help/de-DE/images/wordcount.jpg -share/AbiSuite/AbiWord/help/de-DE/images/zoom.jpg -share/AbiSuite/AbiWord/help/de-DE/index.html -share/AbiSuite/AbiWord/help/de-DE/install.html -share/AbiSuite/AbiWord/help/de-DE/linux_intel.html -share/AbiSuite/AbiWord/help/de-DE/linux_ppc.html -share/AbiSuite/AbiWord/help/de-DE/new.html -share/AbiSuite/AbiWord/help/de-DE/paragraph.html -share/AbiSuite/AbiWord/help/de-DE/picture.html -share/AbiSuite/AbiWord/help/de-DE/print.html -share/AbiSuite/AbiWord/help/de-DE/saisie.html -share/AbiSuite/AbiWord/help/de-DE/sdi.html -share/AbiSuite/AbiWord/help/de-DE/search.html -share/AbiSuite/AbiWord/help/de-DE/sections.html -share/AbiSuite/AbiWord/help/de-DE/shortcuts.html -share/AbiSuite/AbiWord/help/de-DE/side -share/AbiSuite/AbiWord/help/de-DE/solaris.html -share/AbiSuite/AbiWord/help/de-DE/styles.html -share/AbiSuite/AbiWord/help/de-DE/tabs.html -share/AbiSuite/AbiWord/help/de-DE/why.html -share/AbiSuite/AbiWord/help/de-DE/windows.html -share/AbiSuite/AbiWord/help/de-DE/workspace.html -share/AbiSuite/AbiWord/help/en-US/about.html -share/AbiSuite/AbiWord/help/en-US/aboutabi.html -share/AbiSuite/AbiWord/help/en-US/aboutos.html -share/AbiSuite/AbiWord/help/en-US/basis1.html -share/AbiSuite/AbiWord/help/en-US/basis2.html -share/AbiSuite/AbiWord/help/en-US/beos_intel.html -share/AbiSuite/AbiWord/help/en-US/beos_ppc.html -share/AbiSuite/AbiWord/help/en-US/check.html -share/AbiSuite/AbiWord/help/en-US/column.html -share/AbiSuite/AbiWord/help/en-US/comindex.html -share/AbiSuite/AbiWord/help/en-US/contents.html -share/AbiSuite/AbiWord/help/en-US/credits.html -share/AbiSuite/AbiWord/help/en-US/custom.html -share/AbiSuite/AbiWord/help/en-US/faq.html -share/AbiSuite/AbiWord/help/en-US/find.html -share/AbiSuite/AbiWord/help/en-US/format.html -share/AbiSuite/AbiWord/help/en-US/freebsd_intel.htm -share/AbiSuite/AbiWord/help/en-US/general.html -share/AbiSuite/AbiWord/help/en-US/images/abiword.jpg -share/AbiSuite/AbiWord/help/en-US/images/abiword.png -share/AbiSuite/AbiWord/help/en-US/images/bold.png -share/AbiSuite/AbiWord/help/en-US/images/break.jpg -share/AbiSuite/AbiWord/help/en-US/images/browse.jpg -share/AbiSuite/AbiWord/help/en-US/images/close_all.jpg -share/AbiSuite/AbiWord/help/en-US/images/color-unix.png -share/AbiSuite/AbiWord/help/en-US/images/elevator.png -share/AbiSuite/AbiWord/help/en-US/images/faute1.gif -share/AbiSuite/AbiWord/help/en-US/images/faute2.gif -share/AbiSuite/AbiWord/help/en-US/images/find.jpg -share/AbiSuite/AbiWord/help/en-US/images/finished.jpg -share/AbiSuite/AbiWord/help/en-US/images/font-unix.png -share/AbiSuite/AbiWord/help/en-US/images/fonts.jpg -share/AbiSuite/AbiWord/help/en-US/images/formatting.jpg -share/AbiSuite/AbiWord/help/en-US/images/indent.jpg -share/AbiSuite/AbiWord/help/en-US/images/italic.png -share/AbiSuite/AbiWord/help/en-US/images/kde1.gif -share/AbiSuite/AbiWord/help/en-US/images/kde2.gif -share/AbiSuite/AbiWord/help/en-US/images/kde3.gif -share/AbiSuite/AbiWord/help/en-US/images/kpack1.gif -share/AbiSuite/AbiWord/help/en-US/images/kpack2.gif -share/AbiSuite/AbiWord/help/en-US/images/line.jpg -share/AbiSuite/AbiWord/help/en-US/images/margin.jpg -share/AbiSuite/AbiWord/help/en-US/images/menubar.jpg -share/AbiSuite/AbiWord/help/en-US/images/open.jpg -share/AbiSuite/AbiWord/help/en-US/images/oppref.jpg -share/AbiSuite/AbiWord/help/en-US/images/opspell.jpg -share/AbiSuite/AbiWord/help/en-US/images/opview.jpg -share/AbiSuite/AbiWord/help/en-US/images/overline.png -share/AbiSuite/AbiWord/help/en-US/images/panel.jpg -share/AbiSuite/AbiWord/help/en-US/images/picture.jpg -share/AbiSuite/AbiWord/help/en-US/images/print-unix.jpg -share/AbiSuite/AbiWord/help/en-US/images/print-unix.png -share/AbiSuite/AbiWord/help/en-US/images/print.jpg -share/AbiSuite/AbiWord/help/en-US/images/remove.jpg -share/AbiSuite/AbiWord/help/en-US/images/removed.jpg -share/AbiSuite/AbiWord/help/en-US/images/replace.jpg -share/AbiSuite/AbiWord/help/en-US/images/rusure.jpg -share/AbiSuite/AbiWord/help/en-US/images/save.jpg -share/AbiSuite/AbiWord/help/en-US/images/space.jpg -share/AbiSuite/AbiWord/help/en-US/images/spelling.jpg -share/AbiSuite/AbiWord/help/en-US/images/standard.jpg -share/AbiSuite/AbiWord/help/en-US/images/start.jpg -share/AbiSuite/AbiWord/help/en-US/images/statusbar.png -share/AbiSuite/AbiWord/help/en-US/images/strikeout.png -share/AbiSuite/AbiWord/help/en-US/images/symbol.jpg -share/AbiSuite/AbiWord/help/en-US/images/timedate.jpg -share/AbiSuite/AbiWord/help/en-US/images/titlebar.jpg -share/AbiSuite/AbiWord/help/en-US/images/underline.png -share/AbiSuite/AbiWord/help/en-US/images/wordcount.jpg -share/AbiSuite/AbiWord/help/en-US/images/zoom.jpg -share/AbiSuite/AbiWord/help/en-US/index.html -share/AbiSuite/AbiWord/help/en-US/install.html -share/AbiSuite/AbiWord/help/en-US/linux_intel.html -share/AbiSuite/AbiWord/help/en-US/linux_ppc.html -share/AbiSuite/AbiWord/help/en-US/new.html -share/AbiSuite/AbiWord/help/en-US/paragraph.html -share/AbiSuite/AbiWord/help/en-US/picture.html -share/AbiSuite/AbiWord/help/en-US/print.html -share/AbiSuite/AbiWord/help/en-US/saisie.html -share/AbiSuite/AbiWord/help/en-US/sdi.html -share/AbiSuite/AbiWord/help/en-US/search.html -share/AbiSuite/AbiWord/help/en-US/sections.html -share/AbiSuite/AbiWord/help/en-US/shortcuts.html -share/AbiSuite/AbiWord/help/en-US/solaris.html -share/AbiSuite/AbiWord/help/en-US/styles.html -share/AbiSuite/AbiWord/help/en-US/tabs.html -share/AbiSuite/AbiWord/help/en-US/vierge.html -share/AbiSuite/AbiWord/help/en-US/why.html -share/AbiSuite/AbiWord/help/en-US/windows.html -share/AbiSuite/AbiWord/help/en-US/workspace.html -share/AbiSuite/AbiWord/help/es-ES/about.html -share/AbiSuite/AbiWord/help/es-ES/basis1.html -share/AbiSuite/AbiWord/help/es-ES/basis2.html -share/AbiSuite/AbiWord/help/es-ES/beos_intel.html -share/AbiSuite/AbiWord/help/es-ES/beos_ppc.html -share/AbiSuite/AbiWord/help/es-ES/column.html -share/AbiSuite/AbiWord/help/es-ES/credits.html -share/AbiSuite/AbiWord/help/es-ES/custom.html -share/AbiSuite/AbiWord/help/es-ES/index.html -share/AbiSuite/AbiWord/help/es-ES/why.html -share/AbiSuite/AbiWord/help/fr-FR/about.html -share/AbiSuite/AbiWord/help/fr-FR/basis1.html -share/AbiSuite/AbiWord/help/fr-FR/basis2.html -share/AbiSuite/AbiWord/help/fr-FR/beos_intel.html -share/AbiSuite/AbiWord/help/fr-FR/beos_ppc.html -share/AbiSuite/AbiWord/help/fr-FR/column.html -share/AbiSuite/AbiWord/help/fr-FR/comindex.html -share/AbiSuite/AbiWord/help/fr-FR/contents.html -share/AbiSuite/AbiWord/help/fr-FR/credits.html -share/AbiSuite/AbiWord/help/fr-FR/custom.html -share/AbiSuite/AbiWord/help/fr-FR/faq.html -share/AbiSuite/AbiWord/help/fr-FR/find.html -share/AbiSuite/AbiWord/help/fr-FR/format.html -share/AbiSuite/AbiWord/help/fr-FR/freebsd_intel.htm -share/AbiSuite/AbiWord/help/fr-FR/general.html -share/AbiSuite/AbiWord/help/fr-FR/images/abifr.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/abiword.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/bold.png -share/AbiSuite/AbiWord/help/fr-FR/images/break.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/browse.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/close_all.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/color-unix-fr.png -share/AbiSuite/AbiWord/help/fr-FR/images/columns.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/faute1.gif -share/AbiSuite/AbiWord/help/fr-FR/images/faute2.gif -share/AbiSuite/AbiWord/help/fr-FR/images/find.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/finished.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/font-unix.png -share/AbiSuite/AbiWord/help/fr-FR/images/fonts.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/formatting.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/goto.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/indent.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/italic.png -share/AbiSuite/AbiWord/help/fr-FR/images/kde1.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/kde2.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/kde3.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/kpack1.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/kpack2.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/line.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/margin.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/menubar.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/open.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/opother.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/oppref.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/opspell.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/opview.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/overline.png -share/AbiSuite/AbiWord/help/fr-FR/images/panel.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/picture.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/print-unix.png -share/AbiSuite/AbiWord/help/fr-FR/images/print.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/remove.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/removed.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/replace.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/rusure.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/save.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/space.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/spelling.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/start.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/strikeout.png -share/AbiSuite/AbiWord/help/fr-FR/images/symbol.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/timedate.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/underline.png -share/AbiSuite/AbiWord/help/fr-FR/images/wordcount.jpg -share/AbiSuite/AbiWord/help/fr-FR/images/zoom.jpg -share/AbiSuite/AbiWord/help/fr-FR/index.html -share/AbiSuite/AbiWord/help/fr-FR/install.html -share/AbiSuite/AbiWord/help/fr-FR/linux_intel.html -share/AbiSuite/AbiWord/help/fr-FR/linux_ppc.html -share/AbiSuite/AbiWord/help/fr-FR/paragraph.html -share/AbiSuite/AbiWord/help/fr-FR/picture.html -share/AbiSuite/AbiWord/help/fr-FR/print.html -share/AbiSuite/AbiWord/help/fr-FR/saisie.html -share/AbiSuite/AbiWord/help/fr-FR/sdi.html -share/AbiSuite/AbiWord/help/fr-FR/sections.html -share/AbiSuite/AbiWord/help/fr-FR/shortcuts.html -share/AbiSuite/AbiWord/help/fr-FR/solaris.html -share/AbiSuite/AbiWord/help/fr-FR/styles.html -share/AbiSuite/AbiWord/help/fr-FR/tabs.html -share/AbiSuite/AbiWord/help/fr-FR/why.html -share/AbiSuite/AbiWord/help/fr-FR/windows.html -share/AbiSuite/AbiWord/help/fr-FR/workspace.html -share/AbiSuite/AbiWord/help/images/1column.png -share/AbiSuite/AbiWord/help/images/2columns.png -share/AbiSuite/AbiWord/help/images/3columns.png -share/AbiSuite/AbiWord/help/images/abisource.gif -share/AbiSuite/AbiWord/help/images/abiword.png -share/AbiSuite/AbiWord/help/images/center.png -share/AbiSuite/AbiWord/help/images/close.png -share/AbiSuite/AbiWord/help/images/copy.png -share/AbiSuite/AbiWord/help/images/cursor1.gif -share/AbiSuite/AbiWord/help/images/cursor10.gif -share/AbiSuite/AbiWord/help/images/cursor2.gif -share/AbiSuite/AbiWord/help/images/cursor3.gif -share/AbiSuite/AbiWord/help/images/cursor4.gif -share/AbiSuite/AbiWord/help/images/cursor5.gif -share/AbiSuite/AbiWord/help/images/cursor6.gif -share/AbiSuite/AbiWord/help/images/cursor7.gif -share/AbiSuite/AbiWord/help/images/cursor8.gif -share/AbiSuite/AbiWord/help/images/cursor9.gif -share/AbiSuite/AbiWord/help/images/cut.png -share/AbiSuite/AbiWord/help/images/elevator.png -share/AbiSuite/AbiWord/help/images/exmarg1.jpg -share/AbiSuite/AbiWord/help/images/expose.png -share/AbiSuite/AbiWord/help/images/exrul1.jpg -share/AbiSuite/AbiWord/help/images/extabs1.jpg -share/AbiSuite/AbiWord/help/images/extabs2.jpg -share/AbiSuite/AbiWord/help/images/fonts.png -share/AbiSuite/AbiWord/help/images/icon.png -share/AbiSuite/AbiWord/help/images/indice.png -share/AbiSuite/AbiWord/help/images/ins.png -share/AbiSuite/AbiWord/help/images/justify.png -share/AbiSuite/AbiWord/help/images/left.png -share/AbiSuite/AbiWord/help/images/maximis.png -share/AbiSuite/AbiWord/help/images/mdi.jpg -share/AbiSuite/AbiWord/help/images/minim.png -share/AbiSuite/AbiWord/help/images/new.png -share/AbiSuite/AbiWord/help/images/open.png -share/AbiSuite/AbiWord/help/images/ovr.png -share/AbiSuite/AbiWord/help/images/paste.png -share/AbiSuite/AbiWord/help/images/print.png -share/AbiSuite/AbiWord/help/images/redo.png -share/AbiSuite/AbiWord/help/images/right.png -share/AbiSuite/AbiWord/help/images/ruler.jpg -share/AbiSuite/AbiWord/help/images/ruler.png -share/AbiSuite/AbiWord/help/images/s_space0.png -share/AbiSuite/AbiWord/help/images/s_space15.png -share/AbiSuite/AbiWord/help/images/s_space2.png -share/AbiSuite/AbiWord/help/images/save.png -share/AbiSuite/AbiWord/help/images/save_un.png -share/AbiSuite/AbiWord/help/images/sdi.jpg -share/AbiSuite/AbiWord/help/images/sizcolumn.png -share/AbiSuite/AbiWord/help/images/size.png -share/AbiSuite/AbiWord/help/images/source.png -share/AbiSuite/AbiWord/help/images/space_b0.png -share/AbiSuite/AbiWord/help/images/space_b12.png -share/AbiSuite/AbiWord/help/images/standard.jpg -share/AbiSuite/AbiWord/help/images/statusbar.jpg -share/AbiSuite/AbiWord/help/images/style.png -share/AbiSuite/AbiWord/help/images/styles.jpg -share/AbiSuite/AbiWord/help/images/symbol.png -share/AbiSuite/AbiWord/help/images/tabs_d.gif -share/AbiSuite/AbiWord/help/images/tabs_l.gif -share/AbiSuite/AbiWord/help/images/tabs_m.gif -share/AbiSuite/AbiWord/help/images/tabs_r.gif -share/AbiSuite/AbiWord/help/images/titlebar.jpg -share/AbiSuite/AbiWord/help/images/topbar_logo.png -share/AbiSuite/AbiWord/help/images/topbar_right.png -share/AbiSuite/AbiWord/help/images/undo.png -share/AbiSuite/AbiWord/help/images/website.jpg -share/AbiSuite/AbiWord/help/images/wedge_l.gif -share/AbiSuite/AbiWord/help/images/zoom.png -share/AbiSuite/AbiWord/help/index.html -share/AbiSuite/AbiWord/readme.txt -share/AbiSuite/AbiWord/sample/en-US/Latin1.abw -share/AbiSuite/AbiWord/scripts/abw2html.pl -share/AbiSuite/AbiWord/strings/ca-ES.strings -share/AbiSuite/AbiWord/strings/cs-CZ.strings -share/AbiSuite/AbiWord/strings/cy-CY.strings -share/AbiSuite/AbiWord/strings/da-DK.strings -share/AbiSuite/AbiWord/strings/de-DE.strings -share/AbiSuite/AbiWord/strings/du-NL.strings -share/AbiSuite/AbiWord/strings/en-AU.strings -share/AbiSuite/AbiWord/strings/en-GB.strings -share/AbiSuite/AbiWord/strings/en-IE.strings -share/AbiSuite/AbiWord/strings/es-ES.strings -share/AbiSuite/AbiWord/strings/fi-FI.strings -share/AbiSuite/AbiWord/strings/fr-FR.strings -share/AbiSuite/AbiWord/strings/ga-IE.strings -share/AbiSuite/AbiWord/strings/gl-ES.strings -share/AbiSuite/AbiWord/strings/hu-HU.strings -share/AbiSuite/AbiWord/strings/id-ID.strings -share/AbiSuite/AbiWord/strings/it-IT.strings -share/AbiSuite/AbiWord/strings/lt-LT.strings -share/AbiSuite/AbiWord/strings/nb-NO.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/ru-RU.strings -share/AbiSuite/AbiWord/strings/sl-SI.strings -share/AbiSuite/AbiWord/strings/sv-SE.strings -share/AbiSuite/AbiWord/strings/uk-UA.strings -share/AbiSuite/AbiWord/strings/zh-CN.strings -share/AbiSuite/AbiWord/strings/zh-TW.strings -share/AbiSuite/AbiWord/system.profile -share/AbiSuite/AbiWord/system.profile-KOI8-R -share/AbiSuite/AbiWord/system.profile-KOI8-U -share/AbiSuite/AbiWord/system.profile-KOI8-UB -share/AbiSuite/AbiWord/system.profile-ca-ES -share/AbiSuite/AbiWord/system.profile-cs-CZ -share/AbiSuite/AbiWord/system.profile-da-DK -share/AbiSuite/AbiWord/system.profile-de -share/AbiSuite/AbiWord/system.profile-de-AT -share/AbiSuite/AbiWord/system.profile-de-CH -share/AbiSuite/AbiWord/system.profile-de-DE -share/AbiSuite/AbiWord/system.profile-el-GR -share/AbiSuite/AbiWord/system.profile-en -share/AbiSuite/AbiWord/system.profile-en-AU -share/AbiSuite/AbiWord/system.profile-en-CA -share/AbiSuite/AbiWord/system.profile-en-GB -share/AbiSuite/AbiWord/system.profile-en-IE -share/AbiSuite/AbiWord/system.profile-en-NZ -share/AbiSuite/AbiWord/system.profile-en-US -share/AbiSuite/AbiWord/system.profile-en-ZA -share/AbiSuite/AbiWord/system.profile-es -share/AbiSuite/AbiWord/system.profile-es-ES -share/AbiSuite/AbiWord/system.profile-fr -share/AbiSuite/AbiWord/system.profile-fr-BE -share/AbiSuite/AbiWord/system.profile-fr-CA -share/AbiSuite/AbiWord/system.profile-fr-CH -share/AbiSuite/AbiWord/system.profile-fr-FR -share/AbiSuite/AbiWord/system.profile-it-IT -share/AbiSuite/AbiWord/system.profile-lt-LT -share/AbiSuite/AbiWord/system.profile-nb-NO -share/AbiSuite/AbiWord/system.profile-nl-NL -share/AbiSuite/AbiWord/system.profile-nn-NO -share/AbiSuite/AbiWord/system.profile-pl-PL -share/AbiSuite/AbiWord/system.profile-pt-BR -share/AbiSuite/AbiWord/system.profile-pt-PT -share/AbiSuite/AbiWord/system.profile-ru -share/AbiSuite/AbiWord/system.profile-ru-RU -share/AbiSuite/AbiWord/system.profile-sl -share/AbiSuite/AbiWord/system.profile-sv -share/AbiSuite/AbiWord/system.profile-sv-SE -share/AbiSuite/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 -share/AbiSuite/icons/abiword_logo.xpm -@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/sample/en-US -@dirrm share/AbiSuite/AbiWord/sample -@dirrm share/AbiSuite/AbiWord/help/images -@dirrm share/AbiSuite/AbiWord/help/fr-FR/images -@dirrm share/AbiSuite/AbiWord/help/fr-FR -@dirrm share/AbiSuite/AbiWord/help/es-ES -@dirrm share/AbiSuite/AbiWord/help/en-US/images -@dirrm share/AbiSuite/AbiWord/help/en-US -@dirrm share/AbiSuite/AbiWord/help/de-DE/images -@dirrm share/AbiSuite/AbiWord/help/de-DE/de_DE -@dirrm share/AbiSuite/AbiWord/help/de-DE -@dirrm share/AbiSuite/AbiWord/help -@dirrm share/AbiSuite/AbiWord -@dirrm share/AbiSuite |