aboutsummaryrefslogtreecommitdiff
path: root/editors/AbiWord2
diff options
context:
space:
mode:
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r--editors/AbiWord2/Makefile80
-rw-r--r--editors/AbiWord2/distinfo1
-rw-r--r--editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in14
-rw-r--r--editors/AbiWord2/files/patch-..::wv::magick::Makefile.in14
-rw-r--r--editors/AbiWord2/files/patch-af11
-rw-r--r--editors/AbiWord2/files/patch-an46
-rw-r--r--editors/AbiWord2/files/patch-ap23
-rw-r--r--editors/AbiWord2/files/patch-aq27
-rw-r--r--editors/AbiWord2/files/patch-ar14
-rw-r--r--editors/AbiWord2/files/patch-au45
-rw-r--r--editors/AbiWord2/files/patch-autogen.sh54
-rw-r--r--editors/AbiWord2/files/patch-av11
-rw-r--r--editors/AbiWord2/files/patch-configure.in18
-rw-r--r--editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp14
-rw-r--r--editors/AbiWord2/pkg-comment1
-rw-r--r--editors/AbiWord2/pkg-descr21
-rw-r--r--editors/AbiWord2/pkg-message21
-rw-r--r--editors/AbiWord2/pkg-plist324
18 files changed, 0 insertions, 739 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
deleted file mode 100644
index 2e31b2dc9291..000000000000
--- a/editors/AbiWord2/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-# New ports collection makefile for: AbiWord
-# Date created: 3 Mar 1999
-# Whom: Donald Burr <dburr@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= AbiWord
-PORTVERSION= 1.0.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 \
- iconv.3:${PORTSDIR}/converters/libiconv \
- psiconv.8:${PORTSDIR}/converters/psiconv
-
-DIST_SUBDIR= AbiWord
-
-WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi
-
-USE_X_PREFIX= yes
-USE_AUTOMAKE= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_GNOMENG= yes
-USE_GNOME= gtk12 gnomehier
-WANT_GNOME= yes
-AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -liconv"
-MAKEFILE= GNUmakefile
-FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
- s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-.undef WITHOUT_GNOME
-.undef WITHOUT_ALL
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-# bonobox bonobox_print gnomeui gal print vfs gdk_pixbuf
-
-.if ${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && ${HAVE_GNOME:Mgnomevfs}!=""
-USE_GNOME+= gnomeprint gal gnomevfs
-CONFIGURE_ARGS+=--enable-gnome
-PKGNAMESUFFIX= -gnome
-.endif
-
-.if exists(${LOCALBASE}/include/wv.h)
-BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord build"
-.endif
-
-post-patch:
- @iconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
- ${WRKDIR}/.uk-UA.strings
- @${MV} ${WRKDIR}/.uk-UA.strings ${WRKSRC}/user/wp/strings/uk-UA.strings
-
-pre-configure:
- @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
- @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
- @${RM} -f ${WRKSRC}/configure.ac
-
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \
- ${PREFIX}/share/gnome/apps/Applications/abiword.desktop
- @${LN} -sf ${PREFIX}/share/AbiSuite/icons/abiword_48.png \
- ${PREFIX}/share/gnome/pixmaps/abiword_48.png
-
-.include <bsd.port.post.mk>
diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo
deleted file mode 100644
index 4623f2fe038b..000000000000
--- a/editors/AbiWord2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (AbiWord/abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793
diff --git a/editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in b/editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in
deleted file mode 100644
index c1aa9c4a9a1d..000000000000
--- a/editors/AbiWord2/files/patch-..::wv::libole2::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- ../wv/libole2/Makefile.in 2001/11/23 14:38:19 1.1
-+++ ../wv/libole2/Makefile.in 2001/11/23 14:43:32
-@@ -13,7 +13,7 @@
- HAVE_GLIB = @HAVE_GLIB@
- HAVE_GNOMEVFS= @HAVE_GNOMEVFS@
-
--CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -I$(srcdir)/.. -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@
-+CFLAGS = -I$(srcdir)/.. @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@
- ifneq ($(HAVE_GLIB), 1)
- CFLAGS += -I$(srcdir)/../glib-wv/
- endif
diff --git a/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in b/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in
deleted file mode 100644
index bfba3a8beb67..000000000000
--- a/editors/AbiWord2/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/AbiWord2/files/patch-af b/editors/AbiWord2/files/patch-af
deleted file mode 100644
index 502e8de76cd9..000000000000
--- 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 <png.h>
-
- #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 f2e91bdd806e..000000000000
--- a/editors/AbiWord2/files/patch-an
+++ /dev/null
@@ -1,46 +0,0 @@
-
-$FreeBSD$
-
---- 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 76fbc4554e65..000000000000
--- 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 ed0324f287e6..000000000000
--- 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 5832a8deed5c..000000000000
--- a/editors/AbiWord2/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/AbiWord2/files/patch-au b/editors/AbiWord2/files/patch-au
deleted file mode 100644
index 3c726a835376..000000000000
--- a/editors/AbiWord2/files/patch-au
+++ /dev/null
@@ -1,45 +0,0 @@
---- src/pkg/common/unix/scripts/makewrapper.sh.orig Wed Jan 23 09:16:52 2002
-+++ src/pkg/common/unix/scripts/makewrapper.sh Sat Feb 23 15:30:19 2002
-@@ -80,23 +80,31 @@
- if [ -z "\$locale" ]
- then
- locale=\$LANG
-+elif [ -x \$locale ]
-+then
-+ locale=\$LC_CTYPE
- fi
-
- if [ ! -z "\$locale" ]
- then
-- #now guess encoding
-+ #now guess country/region/encoding
-+ country=\`echo \$locale | sed -e 's/\(.*\)_.*\$/\1/'\`
-+ region=\`echo \$locale | sed -e 's/^.*_\(.*\)\..*/\1/'\`
- encoding=\`echo \$locale | sed -e 's/^.*\.\(.*\)\$/\1/'\`
-- if [ ! -z "\$encoding" ]
-+ if [ ! -z \$country -o ! -z \$region -o ! -z \$encoding ]
- then
-- addfontdir=\$ABISUITE_FONT_HOME/\$encoding
-- if [ ! -z "\$addfontdir" ]
-- then
-- if [ -d "\$addfontdir" ]
-- then
-- #add directory with locale-specific fonts to font path
-- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir
-- fi
-- fi
-+ addfontdirlst="\$ABISUITE_FONT_HOME/\$country \$ABISUITE_FONT_HOME/\${country}-\${region} \$ABISUITE_FONT_HOME/\$encoding \$ABISUITE_FONT_HOME/\${country}-\${region}.\${encoding}"
-+ for addfontdir in \$addfontdirlst
-+ do
-+ if [ ! -z \$addfontdir ]
-+ then
-+ if [ -d \$addfontdir -a ! -f \$addfontdir/.already-in-fp ]
-+ then
-+ #add directory with locale-specific fonts to font path
-+ ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir
-+ fi
-+ fi
-+ done
- fi
- fi
-
diff --git a/editors/AbiWord2/files/patch-autogen.sh b/editors/AbiWord2/files/patch-autogen.sh
deleted file mode 100644
index 57a58a879794..000000000000
--- a/editors/AbiWord2/files/patch-autogen.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-
-$FreeBSD$
-
---- autogen.sh.orig Mon Mar 25 07:41:49 2002
-+++ autogen.sh Tue Apr 9 12:35:41 2002
-@@ -10,20 +10,20 @@
-
- set -e
-
--automake --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}'
-+automake14 --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}'
-
- if [ $? -ne 0 ]; then
- echo "Error: you need automake 1.4 or later. Please upgrade."
- exit 1
- fi
-
--if test ! -d `aclocal --print-ac-dir`; then
-+if test ! -d `aclocal14 --print-ac-dir`; then
- echo "Bad aclocal (automake) installation"
- exit 1
- fi
-
- for script in `cd ac-helpers/fallback; echo *.m4`; do
-- if test -r `aclocal --print-ac-dir`/$script; then
-+ if test -r `aclocal14 --print-ac-dir`/$script; then
- # Perhaps it was installed recently
- rm -f ac-helpers/$script
- else
-@@ -34,13 +34,13 @@
-
- # Produce aclocal.m4, so autoconf gets the automake macros it needs
- echo "Creating aclocal.m4..."
--aclocal -I ac-helpers
-+aclocal14 -I ac-helpers
-
- # autoheader
-
- # Produce all the `GNUmakefile.in's and create neat missing things
- # like `install-sh', etc.
--automake --add-missing --copy --foreign
-+automake14 --add-missing --copy --foreign
-
- # If there's a config.cache file, we may need to delete it.
- # If we have an existing configure script, save a copy for comparison.
-@@ -50,7 +50,7 @@
-
- # Produce ./configure
- echo "Creating configure..."
--autoconf
-+autoconf213
-
- echo ""
- echo "You can run ./configure now."
diff --git a/editors/AbiWord2/files/patch-av b/editors/AbiWord2/files/patch-av
deleted file mode 100644
index f357fa978631..000000000000
--- a/editors/AbiWord2/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/AbiWord2/files/patch-configure.in b/editors/AbiWord2/files/patch-configure.in
deleted file mode 100644
index ff73266eed52..000000000000
--- a/editors/AbiWord2/files/patch-configure.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- configure.in.orig Thu Nov 22 01:08:37 2001
-+++ configure.in Fri Nov 23 17:17:37 2001
-@@ -317,10 +317,10 @@
-
- if test "$PLATFORM" = "unix"; then
- if test "$gnome" = "true"; then
-- PLATFORM_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1"
-+ PLATFORM_CFLAGS="$CFLAGS $GNOME_CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1"
- PLATFORM_LIBS=
- else
-- PLATFORM_CFLAGS="$GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1"
-+ PLATFORM_CFLAGS="$CFLAGS $GMODULE_CFLAGS $GTK_CFLAGS -DSUPPORTS_UT_IDLE=1"
- PLATFORM_LIBS=
- fi
- fi
diff --git a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp
deleted file mode 100644
index 9af484ab202f..000000000000
--- a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- 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/pkg-comment b/editors/AbiWord2/pkg-comment
deleted file mode 100644
index 9156838a8ebf..000000000000
--- a/editors/AbiWord2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An open-source, cross-platform WYSIWYG word processor
diff --git a/editors/AbiWord2/pkg-descr b/editors/AbiWord2/pkg-descr
deleted file mode 100644
index 92969ac66a5e..000000000000
--- a/editors/AbiWord2/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/AbiWord2/pkg-message b/editors/AbiWord2/pkg-message
deleted file mode 100644
index 19078b1c00a6..000000000000
--- a/editors/AbiWord2/pkg-message
+++ /dev/null
@@ -1,21 +0,0 @@
-In order to use AbiWord, you may have to add one or more lines to your
-XF86Config file, usually located in /etc/X11/XF86Config or /etc/XF86Config.
-
-For XFree86 >= 4, add the following line to the "Module" section:
-
- Load "type1"
-
-For other X servers, please consult your documentation.
-
-Also, if you are going to display AbiWord on a remote X server, besides
-following the instructions above, please make sure that the files in the
-${PREFIX}/share/AbiSuite/fonts directory are available to the remote X
-server and add the ${PREFIX}/share/AbiSuite/fonts into server's font
-path. For XFree86, add the following line to the "Files" section:
-
- FontPath "${PREFIX}/share/AbiSuite/fonts"
-
-If you use a different X server, please see its documentation on how to
-do this.
-
-Finally, re-start your X server.
diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist
deleted file mode 100644
index 5be4b8a8019e..000000000000
--- a/editors/AbiWord2/pkg-plist
+++ /dev/null
@@ -1,324 +0,0 @@
-bin/AbiWord
-bin/AbiWord_d
-%%NOGNOME:%%bin/AbiWord_s
-bin/abiword
-bin/ttfadmin.sh
-bin/ttftool
-share/AbiSuite/AbiWord/help/en-US/aboutos.html
-share/AbiSuite/AbiWord/help/en-US/credits.html
-share/AbiSuite/AbiWord/help/en-US/credits.txt
-share/AbiSuite/AbiWord/help/en-US/fdl.html
-share/AbiSuite/AbiWord/help/en-US/histyle.css
-share/AbiSuite/AbiWord/help/en-US/howto/howtonormaltemplate.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtotables.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png
-share/AbiSuite/AbiWord/help/en-US/howto/howtoword.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png
-share/AbiSuite/AbiWord/help/en-US/howto/index.html
-share/AbiSuite/AbiWord/help/en-US/index.html
-share/AbiSuite/AbiWord/help/en-US/info/index.html
-share/AbiSuite/AbiWord/help/en-US/info/inforequirements.html
-share/AbiSuite/AbiWord/help/en-US/info/infospelling.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogactivatewindow.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogbackgroundcolor.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogbookmark.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogbreak.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogchangecase.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogcolumns.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogdateandtime.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogfield.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogfind.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogfont.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogformatheaderfooters.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoggoto.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoghyperlink.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogimageproperties.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoglanguage.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoglists.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogmodifystyle.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialognew.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialognewstyle.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogopenlinux.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogpagenumbers.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogpagesetup.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogparagraph.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogplugins.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogpreferences.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png
-share/AbiSuite/AbiWord/help/en-US/interface/dialogsavelinux.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogscreencolor.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogspelling.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogstyles.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogsymbol.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogtabs.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogwordcount.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogzoom.html
-share/AbiSuite/AbiWord/help/en-US/interface/index.html
-share/AbiSuite/AbiWord/help/en-US/interface/menucontextual.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuedit.html
-share/AbiSuite/AbiWord/help/en-US/interface/menufile.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuformat.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuhelp.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuinsert.html
-share/AbiSuite/AbiWord/help/en-US/interface/menutools.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuview.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuweb.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuwindow.html
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.html
-share/AbiSuite/AbiWord/help/en-US/interface/toolbarextra.html
-share/AbiSuite/AbiWord/help/en-US/interface/toolbarformatting.html
-share/AbiSuite/AbiWord/help/en-US/interface/toolbarstandard.html
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.html
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png
-share/AbiSuite/AbiWord/help/en-US/introduction.html
-share/AbiSuite/AbiWord/help/en-US/problems/index.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemsbugs.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemsfaq.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemsfonts.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemshelp.html
-share/AbiSuite/AbiWord/help/en-US/search.html
-share/AbiSuite/AbiWord/help/en-US/style.css
-share/AbiSuite/AbiWord/help/en-US/tutorial/index.html
-share/AbiSuite/AbiWord/readme.txt
-share/AbiSuite/AbiWord/scripts/abw2html.pl
-share/AbiSuite/AbiWord/strings/bg-BG.strings
-share/AbiSuite/AbiWord/strings/ca-ES.strings
-share/AbiSuite/AbiWord/strings/cs-CZ.strings
-share/AbiSuite/AbiWord/strings/cy-GB.strings
-share/AbiSuite/AbiWord/strings/da-DK.strings
-share/AbiSuite/AbiWord/strings/de-CH.strings
-share/AbiSuite/AbiWord/strings/de-DE.strings
-share/AbiSuite/AbiWord/strings/el-GR.strings
-share/AbiSuite/AbiWord/strings/en-AU.strings
-share/AbiSuite/AbiWord/strings/en-GB.strings
-share/AbiSuite/AbiWord/strings/en-IE.strings
-share/AbiSuite/AbiWord/strings/es-ES.strings
-share/AbiSuite/AbiWord/strings/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/ja-JP.strings
-share/AbiSuite/AbiWord/strings/lt-LT.strings
-share/AbiSuite/AbiWord/strings/nb-NO.strings
-share/AbiSuite/AbiWord/strings/nl-NL.strings
-share/AbiSuite/AbiWord/strings/nn-NO.strings
-share/AbiSuite/AbiWord/strings/pl-PL.strings
-share/AbiSuite/AbiWord/strings/pt-BR.strings
-share/AbiSuite/AbiWord/strings/pt-PT.strings
-share/AbiSuite/AbiWord/strings/ru-RU.strings
-share/AbiSuite/AbiWord/strings/sk-SK.strings
-share/AbiSuite/AbiWord/strings/sl-SI.strings
-share/AbiSuite/AbiWord/strings/sv-SE.strings
-share/AbiSuite/AbiWord/strings/tr-TR.strings
-share/AbiSuite/AbiWord/strings/uk-UA.strings
-share/AbiSuite/AbiWord/strings/zh-CN.strings
-share/AbiSuite/AbiWord/strings/zh-HK.strings
-share/AbiSuite/AbiWord/strings/zh-TW.strings
-share/AbiSuite/AbiWord/system.profile
-share/AbiSuite/AbiWord/system.profile-CP1254
-share/AbiSuite/AbiWord/system.profile-KOI8-R
-share/AbiSuite/AbiWord/system.profile-KOI8-U
-share/AbiSuite/AbiWord/system.profile-KOI8-UB
-share/AbiSuite/AbiWord/system.profile-bg-BG
-share/AbiSuite/AbiWord/system.profile-ca-ES
-share/AbiSuite/AbiWord/system.profile-cs-CZ
-share/AbiSuite/AbiWord/system.profile-da-DK
-share/AbiSuite/AbiWord/system.profile-de
-share/AbiSuite/AbiWord/system.profile-de-AT
-share/AbiSuite/AbiWord/system.profile-de-CH
-share/AbiSuite/AbiWord/system.profile-de-DE
-share/AbiSuite/AbiWord/system.profile-el-GR
-share/AbiSuite/AbiWord/system.profile-en
-share/AbiSuite/AbiWord/system.profile-en-AU
-share/AbiSuite/AbiWord/system.profile-en-CA
-share/AbiSuite/AbiWord/system.profile-en-GB
-share/AbiSuite/AbiWord/system.profile-en-IE
-share/AbiSuite/AbiWord/system.profile-en-NZ
-share/AbiSuite/AbiWord/system.profile-en-US
-share/AbiSuite/AbiWord/system.profile-en-ZA
-share/AbiSuite/AbiWord/system.profile-es
-share/AbiSuite/AbiWord/system.profile-es-ES
-share/AbiSuite/AbiWord/system.profile-fi-FI
-share/AbiSuite/AbiWord/system.profile-fr
-share/AbiSuite/AbiWord/system.profile-fr-BE
-share/AbiSuite/AbiWord/system.profile-fr-CA
-share/AbiSuite/AbiWord/system.profile-fr-CH
-share/AbiSuite/AbiWord/system.profile-fr-FR
-share/AbiSuite/AbiWord/system.profile-gl-ES
-share/AbiSuite/AbiWord/system.profile-hu-HU
-share/AbiSuite/AbiWord/system.profile-it-IT
-share/AbiSuite/AbiWord/system.profile-ja-JP
-share/AbiSuite/AbiWord/system.profile-lt-LT
-share/AbiSuite/AbiWord/system.profile-nb-NO
-share/AbiSuite/AbiWord/system.profile-nl-NL
-share/AbiSuite/AbiWord/system.profile-nn-NO
-share/AbiSuite/AbiWord/system.profile-pl-PL
-share/AbiSuite/AbiWord/system.profile-pt-BR
-share/AbiSuite/AbiWord/system.profile-pt-PT
-share/AbiSuite/AbiWord/system.profile-ru
-share/AbiSuite/AbiWord/system.profile-ru-RU
-share/AbiSuite/AbiWord/system.profile-sk-SK
-share/AbiSuite/AbiWord/system.profile-sk-SK.CP1250
-share/AbiSuite/AbiWord/system.profile-sl
-share/AbiSuite/AbiWord/system.profile-sv
-share/AbiSuite/AbiWord/system.profile-sv-SE
-share/AbiSuite/AbiWord/system.profile-tr
-share/AbiSuite/AbiWord/system.profile-tr-TR
-share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
-share/AbiSuite/AbiWord/system.profile-zh-CN
-share/AbiSuite/AbiWord/system.profile-zh-TW
-share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
-share/AbiSuite/README
-share/AbiSuite/clipart/book.png
-share/AbiSuite/clipart/chip.png
-share/AbiSuite/clipart/fun.png
-share/AbiSuite/clipart/gear.png
-share/AbiSuite/clipart/gnomea.png
-share/AbiSuite/clipart/gnomeb.png
-share/AbiSuite/clipart/gnomec.png
-share/AbiSuite/clipart/gnomecorner.png
-share/AbiSuite/clipart/gnomed.png
-share/AbiSuite/clipart/gnomedecor1.png
-share/AbiSuite/clipart/gnomedecor2.png
-share/AbiSuite/clipart/gnomee.png
-share/AbiSuite/clipart/gnomeflowers.png
-share/AbiSuite/clipart/gnomeline.png
-share/AbiSuite/clipart/idea.png
-share/AbiSuite/clipart/lamp.png
-share/AbiSuite/clipart/monitor.png
-share/AbiSuite/clipart/music1.png
-share/AbiSuite/clipart/pinceau.png
-share/AbiSuite/clipart/simca.png
-share/AbiSuite/clipart/surprise.png
-share/AbiSuite/clipart/together.png
-share/AbiSuite/clipart/toolbox.png
-share/AbiSuite/clipart/tree.png
-share/AbiSuite/clipart/tux_bordelais.png
-share/AbiSuite/clipart/weather.png
-share/AbiSuite/clipart/write.png
-share/AbiSuite/dictionary/american.hash
-share/AbiSuite/fonts/a010013l.afm
-share/AbiSuite/fonts/a010013l.pfb
-share/AbiSuite/fonts/a010015l.afm
-share/AbiSuite/fonts/a010015l.pfb
-share/AbiSuite/fonts/a010033l.afm
-share/AbiSuite/fonts/a010033l.pfb
-share/AbiSuite/fonts/a010035l.afm
-share/AbiSuite/fonts/a010035l.pfb
-share/AbiSuite/fonts/adobe-full.u2g
-share/AbiSuite/fonts/adobe-short.u2g
-share/AbiSuite/fonts/b018012l.afm
-share/AbiSuite/fonts/b018012l.pfb
-share/AbiSuite/fonts/b018015l.afm
-share/AbiSuite/fonts/b018015l.pfb
-share/AbiSuite/fonts/b018032l.afm
-share/AbiSuite/fonts/b018032l.pfb
-share/AbiSuite/fonts/b018035l.afm
-share/AbiSuite/fonts/b018035l.pfb
-share/AbiSuite/fonts/bchb.afm
-share/AbiSuite/fonts/bchb.pfa
-share/AbiSuite/fonts/bchbi.afm
-share/AbiSuite/fonts/bchbi.pfa
-share/AbiSuite/fonts/bchr.afm
-share/AbiSuite/fonts/bchr.pfa
-share/AbiSuite/fonts/bchri.afm
-share/AbiSuite/fonts/bchri.pfa
-share/AbiSuite/fonts/c059013l.afm
-share/AbiSuite/fonts/c059013l.pfb
-share/AbiSuite/fonts/c059016l.afm
-share/AbiSuite/fonts/c059016l.pfb
-share/AbiSuite/fonts/c059033l.afm
-share/AbiSuite/fonts/c059033l.pfb
-share/AbiSuite/fonts/c059036l.afm
-share/AbiSuite/fonts/c059036l.pfb
-share/AbiSuite/fonts/d050000l.afm
-share/AbiSuite/fonts/d050000l.pfb
-share/AbiSuite/fonts/d050000l.u2g
-share/AbiSuite/fonts/dingbats.e2u
-share/AbiSuite/fonts/fonts.dir
-share/AbiSuite/fonts/fonts.scale
-share/AbiSuite/fonts/n019003l.afm
-share/AbiSuite/fonts/n019003l.pfb
-share/AbiSuite/fonts/n019004l.afm
-share/AbiSuite/fonts/n019004l.pfb
-share/AbiSuite/fonts/n019023l.afm
-share/AbiSuite/fonts/n019023l.pfb
-share/AbiSuite/fonts/n019024l.afm
-share/AbiSuite/fonts/n019024l.pfb
-share/AbiSuite/fonts/n019043l.afm
-share/AbiSuite/fonts/n019043l.pfb
-share/AbiSuite/fonts/n019044l.afm
-share/AbiSuite/fonts/n019044l.pfb
-share/AbiSuite/fonts/n019063l.afm
-share/AbiSuite/fonts/n019063l.pfb
-share/AbiSuite/fonts/n019064l.afm
-share/AbiSuite/fonts/n019064l.pfb
-share/AbiSuite/fonts/n021003l.afm
-share/AbiSuite/fonts/n021003l.pfb
-share/AbiSuite/fonts/n021004l.afm
-share/AbiSuite/fonts/n021004l.pfb
-share/AbiSuite/fonts/n021023l.afm
-share/AbiSuite/fonts/n021023l.pfb
-share/AbiSuite/fonts/n021024l.afm
-share/AbiSuite/fonts/n021024l.pfb
-share/AbiSuite/fonts/n022003l.afm
-share/AbiSuite/fonts/n022003l.pfb
-share/AbiSuite/fonts/n022004l.afm
-share/AbiSuite/fonts/n022004l.pfb
-share/AbiSuite/fonts/n022023l.afm
-share/AbiSuite/fonts/n022023l.pfb
-share/AbiSuite/fonts/n022024l.afm
-share/AbiSuite/fonts/n022024l.pfb
-share/AbiSuite/fonts/p052003l.afm
-share/AbiSuite/fonts/p052003l.pfb
-share/AbiSuite/fonts/p052004l.afm
-share/AbiSuite/fonts/p052004l.pfb
-share/AbiSuite/fonts/p052023l.afm
-share/AbiSuite/fonts/p052023l.pfb
-share/AbiSuite/fonts/p052024l.afm
-share/AbiSuite/fonts/p052024l.pfb
-share/AbiSuite/fonts/s050000l.afm
-share/AbiSuite/fonts/s050000l.pfb
-share/AbiSuite/fonts/s050000l.u2g
-share/AbiSuite/fonts/symbol.e2u
-share/AbiSuite/fonts/z003034l.afm
-share/AbiSuite/fonts/z003034l.pfb
-share/AbiSuite/icons/abiword_48.png
-share/AbiSuite/icons/abiword_48.tif
-share/AbiSuite/icons/abiword_48.xpm
-%%GNOME:%%share/AbiSuite/icons/abiword_logo.xpm
-share/AbiSuite/templates/normal.awt
-share/gnome/apps/Applications/abiword.desktop
-share/gnome/pixmaps/abiword_48.png
-@dirrm share/AbiSuite/templates
-@dirrm share/AbiSuite/icons
-@dirrm share/AbiSuite/fonts
-@dirrm share/AbiSuite/dictionary
-@dirrm share/AbiSuite/clipart
-@dirrm share/AbiSuite/AbiWord/strings
-@dirrm share/AbiSuite/AbiWord/scripts
-@dirrm share/AbiSuite/AbiWord/help/en-US/tutorial
-@dirrm share/AbiSuite/AbiWord/help/en-US/problems
-@dirrm share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/interface
-@dirrm share/AbiSuite/AbiWord/help/en-US/info
-@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/howto
-@dirrm share/AbiSuite/AbiWord/help/en-US
-@dirrm share/AbiSuite/AbiWord/help
-@dirrm share/AbiSuite/AbiWord
-@dirrm share/AbiSuite