summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-12-26 18:26:59 +0000
committerwiz <wiz@pkgsrc.org>2003-12-26 18:26:59 +0000
commit8a465c49ae57d5c939abcef418addf21487ea8fc (patch)
tree36e435c1058536a59a5d049ea4b45a1f32c0e316 /editors/abiword
parent15e3adbb15edfd9816bf6b821a1a318e34f74519 (diff)
downloadpkgsrc-8a465c49ae57d5c939abcef418addf21487ea8fc.tar.gz
Update to 2.0.2 (move abiword2 package here and change PKGNAME, really).
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/DESCR26
-rw-r--r--editors/abiword/Makefile111
-rw-r--r--editors/abiword/PLIST706
-rw-r--r--editors/abiword/distinfo19
-rw-r--r--editors/abiword/patches/patch-aa13
-rw-r--r--editors/abiword/patches/patch-ab24
-rw-r--r--editors/abiword/patches/patch-ac16
-rw-r--r--editors/abiword/patches/patch-ad13
-rw-r--r--editors/abiword/patches/patch-ae24
-rw-r--r--editors/abiword/patches/patch-af18
-rw-r--r--editors/abiword/patches/patch-ag31
-rw-r--r--editors/abiword/patches/patch-ah13
-rw-r--r--editors/abiword/patches/patch-ai13
-rw-r--r--editors/abiword/patches/patch-aj20
-rw-r--r--editors/abiword/patches/patch-ak20
-rw-r--r--editors/abiword/patches/patch-al23
16 files changed, 369 insertions, 721 deletions
diff --git a/editors/abiword/DESCR b/editors/abiword/DESCR
index dbef30097dd..749a9c9cee0 100644
--- a/editors/abiword/DESCR
+++ b/editors/abiword/DESCR
@@ -1,8 +1,18 @@
-AbiWord is a small and simple word processor, that is fast and complete.
-Abiword's features include its "look & feel", the ability to format pages
-and paragraphs, a spell checker, an interactive ruler, the integration of
-styles, the unlimited capacity to undo/redo , a find and replace function
-and the image insertion. It is also able to import documents from Microsoft
-Word 97 and rtf (Rich Text Format) and to save documents using Internet HTML
-format. Several other features are planned for future releases, these
-include tables, lists and a Microsoft Word exporter.
+AbiWord is an open-source, cross-platform WYSIWYG word processor.
+This version uses GTK+2.
+
+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
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 052f8593593..783c11eee6d 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,60 +1,71 @@
-# $NetBSD: Makefile,v 1.59 2003/11/04 23:00:00 reed Exp $
+# $NetBSD: Makefile,v 1.60 2003/12/26 18:26:59 wiz Exp $
#
-# According to AbiSource's explanation of their trademark rights,
-# compilations/distributions of AbiWord not provided by AbiSource must
-# be named either "AbiWord Personal" or some name completely unlike
-# AbiSource's registered trademarks.
-
-DISTNAME= abiword-${ABIWORD_VERS}
-PKGNAME= abiword-personal-${ABIWORD_VERS}
-PKGREVISION= 3
-WRKSRC= ${WRKDIR}/${DISTNAME}/abi
-CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
-
-MAINTAINER= dawszy@arhea.net
-HOMEPAGE= http://www.abisource.com/
-COMMENT= Open Source cross-platform word processor
-
-DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
-
-DIST_SUBDIR= abisuite
-ABIWORD_VERS= 1.0.5
-
-USE_BUILDLINK2= # defined
-USE_X11= # defined
-USE_GMAKE= # defined
-USE_GNU_ICONV= # defined
-GNU_CONFIGURE= # defined
-MAKEFILE= GNUmakefile
-
-CONFIGURE_ARGS+= --with-psiconv=${BUILDLINK_PREFIX.psiconv}
-CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat}
-CONFIGURE_ARGS+= --without-libwmf
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-CONFIGURE_ARGS+= --datadir=${PREFIX}/share
-
-OS_CFLAGS= ${CFLAGS}
-
-.if exists(/usr/include/inttypes.h)
-OS_CFLAGS+= -DHAVE_INTTYPE_H=1
-.endif
-MAKE_ENV+= OS_CFLAGS="${OS_CFLAGS}"
+DISTNAME= abiword-${DIST_VER}
+WRKSRC= ${WRKDIR}/${DISTNAME}/abi
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
-MAKE_FLAGS+= ABI_BUILD_VERSION="${ABIWORD_VERS}"
-MAKE_FLAGS+= UNIX_CAN_BUILD_STATIC=0
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.abisource.com/
+COMMENT= Open Source cross-platform word processor
-.include "../../converters/libiconv/buildlink2.mk"
+BUILD_USES_MSGFMT= yes
+
+# GTK1 version and previous name of the GTK2 version
+CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+USE_PERL5= run
+USE_X11= yes
+
+REPLACE_PERL= user/wp/scripts/abw2html.pl
+
+USE_GNU_ICONV= yes # XXX
+
+MAKEFILE= GNUmakefile
-.if defined(ICONV_IS_GNU)
-CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
+DIST_VER= 2.0.2
+
+CONFIGURE_ARGS+= --enable-threads
+CONFIGURE_ARGS+= --with-sys-wv
+CONFIGURE_ARGS+= --with-libxml2
+CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+= --with-popt=${BUILDLINK_PREFIX.popt}
+CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg}
+CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png}
+
+PATCHDIR= ${.CURDIR}/../../editors/abiword2/patches
+PLIST_SRC= ${.CURDIR}/../../editors/abiword2/PLIST
+DESCR_SRC= ${.CURDIR}/../../editors/abiword2/DESCR
+DISTINFO_FILE= ${.CURDIR}/../../editors/abiword2/distinfo
+
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= ABIWORD_USES_GUCHARMAP
+
+ABIWORD_USES_GUCHARMAP?= NO
+
+.if !empty(ABIWORD_USES_GUCHARMAP:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+= --enable-gucharmap
+.include "../../fonts/gucharmap/buildlink2.mk"
+.else
+CONFIGURE_ARGS+= --disable-gucharmap
.endif
-.include "../../converters/psiconv/buildlink2.mk"
+.include "../../converters/fribidi/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../converters/wv/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/popt/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
-.include "../../textproc/expat/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../textproc/enchant/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../devel/libglade2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/abiword/PLIST b/editors/abiword/PLIST
index 37ad3e08ff9..ff6dcaec527 100644
--- a/editors/abiword/PLIST
+++ b/editors/abiword/PLIST
@@ -1,450 +1,262 @@
-@comment $NetBSD: PLIST,v 1.9 2003/01/28 13:57:52 martti Exp $
-bin/AbiWord
-bin/AbiWord_d
+@comment $NetBSD: PLIST,v 1.10 2003/12/26 18:26:59 wiz Exp $
+bin/AbiWord-2.0
bin/abiword
bin/ttfadmin.sh
bin/ttftool
-share/AbiSuite/AbiWord/help/en-US/aboutos.html
-share/AbiSuite/AbiWord/help/en-US/credits.html
-share/AbiSuite/AbiWord/help/en-US/credits.txt
-share/AbiSuite/AbiWord/help/en-US/fdl.html
-share/AbiSuite/AbiWord/help/en-US/histyle.css
-share/AbiSuite/AbiWord/help/en-US/howto/howtonormaltemplate.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtotables.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data/ruler.png
-share/AbiSuite/AbiWord/help/en-US/howto/howtoword.html
-share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data/gettingstarted.abw-0.png
-share/AbiSuite/AbiWord/help/en-US/howto/index.html
-share/AbiSuite/AbiWord/help/en-US/index.html
-share/AbiSuite/AbiWord/help/en-US/info/index.html
-share/AbiSuite/AbiWord/help/en-US/info/inforequirements.html
-share/AbiSuite/AbiWord/help/en-US/info/infospelling.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogactivatewindow.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogbackgroundcolor.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogbookmark.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogbreak.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogchangecase.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogcolumns.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogdateandtime.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogfield.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogfind.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogfont.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogformatheaderfooters.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoggoto.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoghyperlink.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogimageproperties.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoglanguage.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialoglists.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogmodifystyle.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialognew.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialognewstyle.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogopenlinux.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogpagenumbers.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogpagesetup.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogparagraph.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogplugins.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogpreferences.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data/replace.png
-share/AbiSuite/AbiWord/help/en-US/interface/dialogsavelinux.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogscreencolor.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogspelling.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogstyles.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogsymbol.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogtabs.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogwordcount.html
-share/AbiSuite/AbiWord/help/en-US/interface/dialogzoom.html
-share/AbiSuite/AbiWord/help/en-US/interface/index.html
-share/AbiSuite/AbiWord/help/en-US/interface/menucontextual.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuedit.html
-share/AbiSuite/AbiWord/help/en-US/interface/menufile.html
-share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png
-share/AbiSuite/AbiWord/help/en-US/interface/menuformat.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuhelp.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuinsert.html
-share/AbiSuite/AbiWord/help/en-US/interface/menutools.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuview.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuweb.html
-share/AbiSuite/AbiWord/help/en-US/interface/menuwindow.html
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.html
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulers.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerscentertab.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersdecimaltab.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersfirstindent.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersindent.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersleftindent.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslefttab.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslinetab.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersmargins.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersrighttab.png
-share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerstab.png
-share/AbiSuite/AbiWord/help/en-US/interface/toolbarextra.html
-share/AbiSuite/AbiWord/help/en-US/interface/toolbarformatting.html
-share/AbiSuite/AbiWord/help/en-US/interface/toolbarstandard.html
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.html
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/full_window.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/functionbars_hiding.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/grabbar_shaded.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/ruler.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/statusbar_quickhelp.png
-share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data/titlebar.png
-share/AbiSuite/AbiWord/help/en-US/introduction.html
-share/AbiSuite/AbiWord/help/en-US/problems/index.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemsbugs.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemsfaq.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemsfonts.html
-share/AbiSuite/AbiWord/help/en-US/problems/problemshelp.html
-share/AbiSuite/AbiWord/help/en-US/search.html
-share/AbiSuite/AbiWord/help/en-US/style.css
-share/AbiSuite/AbiWord/help/en-US/tutorial/index.html
-share/AbiSuite/AbiWord/help/fr-FR/aboutos.html
-share/AbiSuite/AbiWord/help/fr-FR/credits.html
-share/AbiSuite/AbiWord/help/fr-FR/fdl.html
-share/AbiSuite/AbiWord/help/fr-FR/histyle.css
-share/AbiSuite/AbiWord/help/fr-FR/howto/howtonormaltemplate.html
-share/AbiSuite/AbiWord/help/fr-FR/howto/howtotables.html
-share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.html
-share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data/ruler.png
-share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.html
-share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data/gettingstarted.abw.png
-share/AbiSuite/AbiWord/help/fr-FR/howto/index.html
-share/AbiSuite/AbiWord/help/fr-FR/index.html
-share/AbiSuite/AbiWord/help/fr-FR/info/index.html
-share/AbiSuite/AbiWord/help/fr-FR/info/infoformats.html
-share/AbiSuite/AbiWord/help/fr-FR/info/infomsdi.html
-share/AbiSuite/AbiWord/help/fr-FR/info/inforequirements.html
-share/AbiSuite/AbiWord/help/fr-FR/info/infosections.html
-share/AbiSuite/AbiWord/help/fr-FR/info/infospelling.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogactivatewindow.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbackgroundcolor.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbookmark.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbreak.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogchangecase.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogcolumns.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogdateandtime.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfield.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfind.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfont.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogformatheaderfooters.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialoggoto.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialoghyperlink.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogimageproperties.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglanguage.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglists.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogmodifystyle.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialognew.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialognewstyle.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogopenlinux.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagenumbers.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagesetup.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogparagraph.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogplugins.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpreferences.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data/replace.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsavelinux.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogscreencolor.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogspelling.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogstyles.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsymbol.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogtabs.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogwordcount.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/dialogzoom.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/index.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menucontextual.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuedit.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menufile.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuformat.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuhelp.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuinsert.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menutools.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuview.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuweb.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/menuwindow.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_1.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_10.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_11.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_12.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_2.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_3.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_4.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_5.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_6.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_7.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_8.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarextra.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarformatting.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarstandard.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.html
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/full_window.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars_hiding.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/grabbar_shaded.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/ruler.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar_quickhelp.png
-share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/titlebar.png
-share/AbiSuite/AbiWord/help/fr-FR/introduction.html
-share/AbiSuite/AbiWord/help/fr-FR/plugins/index.html
-share/AbiSuite/AbiWord/help/fr-FR/problems/index.html
-share/AbiSuite/AbiWord/help/fr-FR/problems/problemsbugs.html
-share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfaq.html
-share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfonts.html
-share/AbiSuite/AbiWord/help/fr-FR/problems/problemshelp.html
-share/AbiSuite/AbiWord/help/fr-FR/style.css
-share/AbiSuite/AbiWord/help/fr-FR/tutorial/index.html
-share/AbiSuite/AbiWord/readme.txt
-share/AbiSuite/AbiWord/scripts/abw2html.pl
-share/AbiSuite/AbiWord/strings/bg-BG.strings
-share/AbiSuite/AbiWord/strings/ca-ES.strings
-share/AbiSuite/AbiWord/strings/cs-CZ.strings
-share/AbiSuite/AbiWord/strings/cy-GB.strings
-share/AbiSuite/AbiWord/strings/da-DK.strings
-share/AbiSuite/AbiWord/strings/de-CH.strings
-share/AbiSuite/AbiWord/strings/de-DE.strings
-share/AbiSuite/AbiWord/strings/el-GR.strings
-share/AbiSuite/AbiWord/strings/en-AU.strings
-share/AbiSuite/AbiWord/strings/en-GB.strings
-share/AbiSuite/AbiWord/strings/en-IE.strings
-share/AbiSuite/AbiWord/strings/es-ES.strings
-share/AbiSuite/AbiWord/strings/eu-ES.strings
-share/AbiSuite/AbiWord/strings/fi-FI.strings
-share/AbiSuite/AbiWord/strings/fr-FR.strings
-share/AbiSuite/AbiWord/strings/ga-IE.strings
-share/AbiSuite/AbiWord/strings/gl-ES.strings
-share/AbiSuite/AbiWord/strings/he-IL.strings
-share/AbiSuite/AbiWord/strings/hu-HU.strings
-share/AbiSuite/AbiWord/strings/id-ID.strings
-share/AbiSuite/AbiWord/strings/it-IT.strings
-share/AbiSuite/AbiWord/strings/ja-JP.strings
-share/AbiSuite/AbiWord/strings/lt-LT.strings
-share/AbiSuite/AbiWord/strings/nb-NO.strings
-share/AbiSuite/AbiWord/strings/nl-NL.strings
-share/AbiSuite/AbiWord/strings/nn-NO.strings
-share/AbiSuite/AbiWord/strings/pl-PL.strings
-share/AbiSuite/AbiWord/strings/pt-BR.strings
-share/AbiSuite/AbiWord/strings/pt-PT.strings
-share/AbiSuite/AbiWord/strings/ro-RO.strings
-share/AbiSuite/AbiWord/strings/ru-RU.strings
-share/AbiSuite/AbiWord/strings/sk-SK.strings
-share/AbiSuite/AbiWord/strings/sl-SI.strings
-share/AbiSuite/AbiWord/strings/sr-SR.strings
-share/AbiSuite/AbiWord/strings/sv-SE.strings
-share/AbiSuite/AbiWord/strings/tr-TR.strings
-share/AbiSuite/AbiWord/strings/uk-UA.strings
-share/AbiSuite/AbiWord/strings/vi-VN.strings
-share/AbiSuite/AbiWord/strings/zh-CN.strings
-share/AbiSuite/AbiWord/strings/zh-HK.strings
-share/AbiSuite/AbiWord/strings/zh-TW.strings
-share/AbiSuite/AbiWord/system.profile
-share/AbiSuite/AbiWord/system.profile-CP1254
-share/AbiSuite/AbiWord/system.profile-KOI8-R
-share/AbiSuite/AbiWord/system.profile-KOI8-U
-share/AbiSuite/AbiWord/system.profile-KOI8-UB
-share/AbiSuite/AbiWord/system.profile-bg-BG
-share/AbiSuite/AbiWord/system.profile-ca-ES
-share/AbiSuite/AbiWord/system.profile-cs-CZ
-share/AbiSuite/AbiWord/system.profile-da-DK
-share/AbiSuite/AbiWord/system.profile-de
-share/AbiSuite/AbiWord/system.profile-de-AT
-share/AbiSuite/AbiWord/system.profile-de-CH
-share/AbiSuite/AbiWord/system.profile-de-DE
-share/AbiSuite/AbiWord/system.profile-el-GR
-share/AbiSuite/AbiWord/system.profile-en
-share/AbiSuite/AbiWord/system.profile-en-AU
-share/AbiSuite/AbiWord/system.profile-en-CA
-share/AbiSuite/AbiWord/system.profile-en-GB
-share/AbiSuite/AbiWord/system.profile-en-IE
-share/AbiSuite/AbiWord/system.profile-en-NZ
-share/AbiSuite/AbiWord/system.profile-en-US
-share/AbiSuite/AbiWord/system.profile-en-ZA
-share/AbiSuite/AbiWord/system.profile-es
-share/AbiSuite/AbiWord/system.profile-es-ES
-share/AbiSuite/AbiWord/system.profile-fi-FI
-share/AbiSuite/AbiWord/system.profile-fr
-share/AbiSuite/AbiWord/system.profile-fr-BE
-share/AbiSuite/AbiWord/system.profile-fr-CA
-share/AbiSuite/AbiWord/system.profile-fr-CH
-share/AbiSuite/AbiWord/system.profile-fr-FR
-share/AbiSuite/AbiWord/system.profile-gl-ES
-share/AbiSuite/AbiWord/system.profile-hu-HU
-share/AbiSuite/AbiWord/system.profile-it-IT
-share/AbiSuite/AbiWord/system.profile-ja-JP
-share/AbiSuite/AbiWord/system.profile-lt-LT
-share/AbiSuite/AbiWord/system.profile-nb-NO
-share/AbiSuite/AbiWord/system.profile-nl-NL
-share/AbiSuite/AbiWord/system.profile-nn-NO
-share/AbiSuite/AbiWord/system.profile-pl-PL
-share/AbiSuite/AbiWord/system.profile-pt-BR
-share/AbiSuite/AbiWord/system.profile-pt-PT
-share/AbiSuite/AbiWord/system.profile-ru
-share/AbiSuite/AbiWord/system.profile-ru-RU
-share/AbiSuite/AbiWord/system.profile-sk-SK
-share/AbiSuite/AbiWord/system.profile-sk-SK.CP1250
-share/AbiSuite/AbiWord/system.profile-sl
-share/AbiSuite/AbiWord/system.profile-sv
-share/AbiSuite/AbiWord/system.profile-sv-SE
-share/AbiSuite/AbiWord/system.profile-tr
-share/AbiSuite/AbiWord/system.profile-tr-TR
-share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
-share/AbiSuite/AbiWord/system.profile-uk-UA
-share/AbiSuite/AbiWord/system.profile-zh-CN
-share/AbiSuite/AbiWord/system.profile-zh-TW
-share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
-share/AbiSuite/README
-share/AbiSuite/clipart/book.png
-share/AbiSuite/clipart/chip.png
-share/AbiSuite/clipart/fun.png
-share/AbiSuite/clipart/gear.png
-share/AbiSuite/clipart/gnomea.png
-share/AbiSuite/clipart/gnomeb.png
-share/AbiSuite/clipart/gnomec.png
-share/AbiSuite/clipart/gnomecorner.png
-share/AbiSuite/clipart/gnomed.png
-share/AbiSuite/clipart/gnomedecor1.png
-share/AbiSuite/clipart/gnomedecor2.png
-share/AbiSuite/clipart/gnomee.png
-share/AbiSuite/clipart/gnomeflowers.png
-share/AbiSuite/clipart/gnomeline.png
-share/AbiSuite/clipart/idea.png
-share/AbiSuite/clipart/lamp.png
-share/AbiSuite/clipart/monitor.png
-share/AbiSuite/clipart/music1.png
-share/AbiSuite/clipart/pinceau.png
-share/AbiSuite/clipart/simca.png
-share/AbiSuite/clipart/surprise.png
-share/AbiSuite/clipart/together.png
-share/AbiSuite/clipart/toolbox.png
-share/AbiSuite/clipart/tree.png
-share/AbiSuite/clipart/tux_bordelais.png
-share/AbiSuite/clipart/weather.png
-share/AbiSuite/clipart/write.png
-share/AbiSuite/dictionary/american.hash
-share/AbiSuite/fonts/a010013l.afm
-share/AbiSuite/fonts/a010013l.pfb
-share/AbiSuite/fonts/a010015l.afm
-share/AbiSuite/fonts/a010015l.pfb
-share/AbiSuite/fonts/a010033l.afm
-share/AbiSuite/fonts/a010033l.pfb
-share/AbiSuite/fonts/a010035l.afm
-share/AbiSuite/fonts/a010035l.pfb
-share/AbiSuite/fonts/adobe-full.u2g
-share/AbiSuite/fonts/adobe-short.u2g
-share/AbiSuite/fonts/b018012l.afm
-share/AbiSuite/fonts/b018012l.pfb
-share/AbiSuite/fonts/b018015l.afm
-share/AbiSuite/fonts/b018015l.pfb
-share/AbiSuite/fonts/b018032l.afm
-share/AbiSuite/fonts/b018032l.pfb
-share/AbiSuite/fonts/b018035l.afm
-share/AbiSuite/fonts/b018035l.pfb
-share/AbiSuite/fonts/bchb.afm
-share/AbiSuite/fonts/bchb.pfa
-share/AbiSuite/fonts/bchbi.afm
-share/AbiSuite/fonts/bchbi.pfa
-share/AbiSuite/fonts/bchr.afm
-share/AbiSuite/fonts/bchr.pfa
-share/AbiSuite/fonts/bchri.afm
-share/AbiSuite/fonts/bchri.pfa
-share/AbiSuite/fonts/c059013l.afm
-share/AbiSuite/fonts/c059013l.pfb
-share/AbiSuite/fonts/c059016l.afm
-share/AbiSuite/fonts/c059016l.pfb
-share/AbiSuite/fonts/c059033l.afm
-share/AbiSuite/fonts/c059033l.pfb
-share/AbiSuite/fonts/c059036l.afm
-share/AbiSuite/fonts/c059036l.pfb
-share/AbiSuite/fonts/d050000l.afm
-share/AbiSuite/fonts/d050000l.pfb
-share/AbiSuite/fonts/d050000l.u2g
-share/AbiSuite/fonts/dingbats.e2u
-share/AbiSuite/fonts/fonts.dir
-share/AbiSuite/fonts/fonts.scale
-share/AbiSuite/fonts/n019003l.afm
-share/AbiSuite/fonts/n019003l.pfb
-share/AbiSuite/fonts/n019004l.afm
-share/AbiSuite/fonts/n019004l.pfb
-share/AbiSuite/fonts/n019023l.afm
-share/AbiSuite/fonts/n019023l.pfb
-share/AbiSuite/fonts/n019024l.afm
-share/AbiSuite/fonts/n019024l.pfb
-share/AbiSuite/fonts/n019043l.afm
-share/AbiSuite/fonts/n019043l.pfb
-share/AbiSuite/fonts/n019044l.afm
-share/AbiSuite/fonts/n019044l.pfb
-share/AbiSuite/fonts/n019063l.afm
-share/AbiSuite/fonts/n019063l.pfb
-share/AbiSuite/fonts/n019064l.afm
-share/AbiSuite/fonts/n019064l.pfb
-share/AbiSuite/fonts/n021003l.afm
-share/AbiSuite/fonts/n021003l.pfb
-share/AbiSuite/fonts/n021004l.afm
-share/AbiSuite/fonts/n021004l.pfb
-share/AbiSuite/fonts/n021023l.afm
-share/AbiSuite/fonts/n021023l.pfb
-share/AbiSuite/fonts/n021024l.afm
-share/AbiSuite/fonts/n021024l.pfb
-share/AbiSuite/fonts/n022003l.afm
-share/AbiSuite/fonts/n022003l.pfb
-share/AbiSuite/fonts/n022004l.afm
-share/AbiSuite/fonts/n022004l.pfb
-share/AbiSuite/fonts/n022023l.afm
-share/AbiSuite/fonts/n022023l.pfb
-share/AbiSuite/fonts/n022024l.afm
-share/AbiSuite/fonts/n022024l.pfb
-share/AbiSuite/fonts/p052003l.afm
-share/AbiSuite/fonts/p052003l.pfb
-share/AbiSuite/fonts/p052004l.afm
-share/AbiSuite/fonts/p052004l.pfb
-share/AbiSuite/fonts/p052023l.afm
-share/AbiSuite/fonts/p052023l.pfb
-share/AbiSuite/fonts/p052024l.afm
-share/AbiSuite/fonts/p052024l.pfb
-share/AbiSuite/fonts/s050000l.afm
-share/AbiSuite/fonts/s050000l.pfb
-share/AbiSuite/fonts/s050000l.u2g
-share/AbiSuite/fonts/symbol.e2u
-share/AbiSuite/fonts/z003034l.afm
-share/AbiSuite/fonts/z003034l.pfb
-share/AbiSuite/icons/abiword_48.png
-share/AbiSuite/icons/abiword_48.tif
-share/AbiSuite/icons/abiword_48.xpm
-share/AbiSuite/templates/normal.awt
-@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/rulers.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/interface
-@dirrm share/AbiSuite/AbiWord/help/en-US/info
-@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoword.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/en-US/howto
-@dirrm share/AbiSuite/AbiWord/help/en-US
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/tutorial
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/problems
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/plugins
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/info
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data
-@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto
-@dirrm share/AbiSuite/AbiWord/help/fr-FR
-@dirrm share/AbiSuite/AbiWord/help
-@dirrm share/AbiSuite/AbiWord
-@dirrm share/AbiSuite
+lib/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_MetaData.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/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
+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
+@dirrm share/AbiSuite-2.0/templates
+@dirrm share/AbiSuite-2.0/icons
+@exec ${MKDIR} %D/share/AbiSuite-2.0/dictionary
+@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/glade
+@dirrm share/AbiSuite-2.0/AbiWord
+@dirrm share/AbiSuite-2.0
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo
index 6849e5be0da..19e9146dc43 100644
--- a/editors/abiword/distinfo
+++ b/editors/abiword/distinfo
@@ -1,15 +1,6 @@
-$NetBSD: distinfo,v 1.21 2003/11/04 20:57:29 fredb Exp $
+$NetBSD: distinfo,v 1.22 2003/12/26 18:26:59 wiz Exp $
-SHA1 (abisuite/abiword-1.0.5.tar.gz) = 29292d858dd361bd4ad10c98c32c5b8b5941110d
-Size (abisuite/abiword-1.0.5.tar.gz) = 18966097 bytes
-SHA1 (patch-ab) = 31f61d0a855db4dd9d3fa2c2ab1bae31fb03c636
-SHA1 (patch-ac) = 8a4acdb50c024b747da2ac55945e2efc9ab6dee5
-SHA1 (patch-ad) = 1b1cdab98c9b58b5395e0a43169fa54cac819b04
-SHA1 (patch-ae) = a8fbe68e56bed6881329632bb12173cb67b8d750
-SHA1 (patch-af) = 9bf0cb3abe338b7021acbf771b34b55bb7edcbae
-SHA1 (patch-ag) = 9a9faa81fc5343c7f33e8148f30fbbb845b21c4c
-SHA1 (patch-ah) = 19e2e5def6d235ff44efc856346a4ae85b2bdbd5
-SHA1 (patch-ai) = 7d25e739042c0ce703a32ddf8e08585fad0aea31
-SHA1 (patch-aj) = 661784a408c0cd399cf04ba9e9845a405ab53575
-SHA1 (patch-ak) = 692401ca4f4d701b5eca3952ef300497d35f6b27
-SHA1 (patch-al) = cfeed65d62c8f580fcb504be68f94c8343cca583
+SHA1 (abiword-2.0.2.tar.gz) = cc4d12225941cfb866d8ca37af0b026906329978
+Size (abiword-2.0.2.tar.gz) = 25957833 bytes
+SHA1 (patch-aa) = 730e205f54516535394659c74e052bbe706e1bc2
+SHA1 (patch-ab) = a678cee31946b0102e6e62145b1d87eb3b323989
diff --git a/editors/abiword/patches/patch-aa b/editors/abiword/patches/patch-aa
new file mode 100644
index 00000000000..6ad8d35789e
--- /dev/null
+++ b/editors/abiword/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2003/12/26 18:26:59 wiz Exp $
+
+--- configure.orig 2003-11-28 17:04:17.000000000 +0100
++++ configure 2003-11-28 17:04:36.000000000 +0100
+@@ -3571,7 +3571,7 @@
+ WARNING_CFLAGS=""
+ ;;
+ *BSD)
+- WARNING_CFLAGS="-Wall -pedantic -ansi -D_BSD_SOURCE -pipe"
++ WARNING_CFLAGS="-Wall -D_BSD_SOURCE -pipe"
+ ;;
+ IRIX*)
+ case "$GCC" in
diff --git a/editors/abiword/patches/patch-ab b/editors/abiword/patches/patch-ab
index 3f98f02650c..c3e80e6ce8a 100644
--- a/editors/abiword/patches/patch-ab
+++ b/editors/abiword/patches/patch-ab
@@ -1,13 +1,15 @@
-$NetBSD: patch-ab,v 1.7 2003/01/28 13:57:53 martti Exp $
+$NetBSD: patch-ab,v 1.8 2003/12/26 18:26:59 wiz Exp $
---- src/Makefile.orig 2002-06-24 09:13:48.000000000 +0300
-+++ src/Makefile 2003-01-28 15:44:36.000000000 +0200
-@@ -142,7 +142,7 @@
- endif
+--- 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;
- # The generic target
--install: build canonical
-+install:
- ifeq ($(ABI_NATIVE),unix)
- @echo
- @echo Using prefix value of [$(prefix)]...
+
+- ICONV_CONST char ** buf = const_cast<ICONV_CONST char**>(inbuf);
+- return iconv( cd, buf, inbytesleft, outbuf, outbytesleft );
++ //ICONV_CONST char ** buf = const_cast<ICONV_CONST char**>(inbuf);
++ return iconv( cd, inbuf, inbytesleft, outbuf, outbytesleft );
+ }
+
+ int UT_iconv_close( UT_iconv_t cd )
diff --git a/editors/abiword/patches/patch-ac b/editors/abiword/patches/patch-ac
deleted file mode 100644
index 56d20d645a0..00000000000
--- a/editors/abiword/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.9 2003/11/04 20:57:29 fredb Exp $
-
---- src/af/util/xp/ut_types.h.orig 2002-03-20 11:44:26.000000000 -0600
-+++ src/af/util/xp/ut_types.h
-@@ -242,7 +242,10 @@ ABI_EXPORT void * UT_calloc ( UT_uint32
- (defined (__MACH__) && defined (__APPLE__)) || \
- (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \
- defined(__BEOS__) || defined (__AIX__) || \
--(defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1))
-+(defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) || \
-+defined(__NetBSD__) || \
-+(defined(_LIBICONV_VERSION) && _LIBICONV_VERSION >= 0x0109)
-+
-
- #define ICONV_CONST const
- #else
diff --git a/editors/abiword/patches/patch-ad b/editors/abiword/patches/patch-ad
deleted file mode 100644
index f79c1735d3e..00000000000
--- a/editors/abiword/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.9 2002/07/03 21:59:09 hubertf Exp $
-
---- src/config/require/unix/Makefile.orig Fri Oct 26 00:43:46 2001
-+++ src/config/require/unix/Makefile
-@@ -187,7 +187,7 @@
- fi
-
- else
-- @if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h ]; then \
-+ @if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h -a ! -r ${LOCALBASE}/include/iconv.h ]; then \
- if [ -d $(ABI_ROOT)/../libiconv ]; then \
- echo Found libiconv in peer directory; \
- if [ ! -r $(ABI_ROOT)/../libiconv/lib/config.h ]; then \
diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae
deleted file mode 100644
index a4fae7b0494..00000000000
--- a/editors/abiword/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.10 2002/07/03 21:59:10 hubertf Exp $
-
---- src/other/spell/xp/ispell.h.orig Fri Mar 22 15:31:57 2002
-+++ src/other/spell/xp/ispell.h
-@@ -257,7 +257,7 @@
- ** character counts as two!
- */
- #ifndef MAXSTRINGCHARS
--#define MAXSTRINGCHARS 128
-+#define MAXSTRINGCHARS 100
- #endif /* MAXSTRINGCHARS */
-
- /*
-@@ -540,8 +540,8 @@
- short maxstringcharlen; /* Max strchr len supported */
- short compoundmin; /* Min lth of compound parts */
- short compoundbit; /* Flag 4 compounding roots */
-- int stringsize; /* Size of string table */
-- int lstringsize; /* Size of lang. str tbl */
-+ PTRSIZE stringsize; /* Size of string table */
-+ PTRSIZE lstringsize; /* Size of lang. string table */
- int tblsize; /* No. entries in hash tbl */
- int stblsize; /* No. entries in sfx tbl */
- int ptblsize; /* No. entries in pfx tbl */
diff --git a/editors/abiword/patches/patch-af b/editors/abiword/patches/patch-af
deleted file mode 100644
index 68cd3a69896..00000000000
--- a/editors/abiword/patches/patch-af
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-af,v 1.6 2001/08/10 04:50:08 jlam Exp $
-
---- src/other/spell/xp/ispell_def.h.orig Sun Apr 15 12:01:24 2001
-+++ src/other/spell/xp/ispell_def.h
-@@ -2,3 +2,13 @@
- #ifndef INPUTWORDLEN
- #define INPUTWORDLEN 100
- #endif
-+
-+#ifdef HAVE_INTTYPES_H
-+#include <inttypes.h>
-+#define PTRSIZE intptr_t
-+#else
-+#define PTRSIZE int
-+#endif
-+#if !defined(HAVE_INTTYPES_H) && defined(__alpha) && defined(__NetBSD__)
-+#define PTRSIZE long
-+#endif /* hack for 1.3 */
diff --git a/editors/abiword/patches/patch-ag b/editors/abiword/patches/patch-ag
deleted file mode 100644
index 9b47ad7da61..00000000000
--- a/editors/abiword/patches/patch-ag
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ag,v 1.7 2002/07/03 21:59:10 hubertf Exp $
-
---- src/other/spell/xp/lookup.c.orig Mon Aug 27 21:06:30 2001
-+++ src/other/spell/xp/lookup.c
-@@ -314,22 +314,22 @@
- if (dp->word == (char *) -1)
- dp->word = NULL;
- else
-- dp->word = &DEREF(istate, hashstrings [ (int)(dp->word) ]);
-+ dp->word = &DEREF(istate, hashstrings [ (PTRSIZE)(dp->word) ]);
- if (dp->next == (struct dent *) -1)
- dp->next = NULL;
- else
-- dp->next = &DEREF(istate, hashtbl [ (int)(dp->next) ]);
-+ dp->next = &DEREF(istate, hashtbl [ (PTRSIZE)(dp->next) ]);
- }
- }
-
- for (i = DEREF(istate, numsflags) + DEREF(istate, numpflags), entry = DEREF(istate, sflaglist); --i >= 0; entry++)
- {
- if (entry->stripl)
-- entry->strip = (ichar_t *) &DEREF(istate, hashstrings[(int) entry->strip]);
-+ entry->strip = (ichar_t *) &DEREF(istate, hashstrings[(PTRSIZE) entry->strip]);
- else
- entry->strip = NULL;
- if (entry->affl)
-- entry->affix = (ichar_t *) &DEREF(istate, hashstrings[(int) entry->affix]);
-+ entry->affix = (ichar_t *) &DEREF(istate, hashstrings[(PTRSIZE) entry->affix]);
- else
- entry->affix = NULL;
- }
diff --git a/editors/abiword/patches/patch-ah b/editors/abiword/patches/patch-ah
deleted file mode 100644
index 74932439c83..00000000000
--- a/editors/abiword/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.4 2001/05/24 04:28:20 jlam Exp $
-
---- src/pkg/netbsd/Makefile.orig Tue Feb 29 16:37:58 2000
-+++ src/pkg/netbsd/Makefile
-@@ -4,6 +4,7 @@
-
- # The plain "install" common to all Unix targets
- install:
-- @TARGET=$(prefix)/AbiSuite BINDIR=$(prefix)/bin SRCDIR=$(OUTDIR) \
-+ @TARGET=$(prefix)/share/AbiSuite BINDIR=$(prefix)/bin SRCDIR=$(OUTDIR) \
-+ LIBEXECDIR=$(prefix)/libexec/AbiSuite \
- SCRIPTDIR=$(ABI_ROOT)/src/pkg/common/unix/scripts \
- $(ABI_ROOT)/src/pkg/common/unix/scripts/install.sh
diff --git a/editors/abiword/patches/patch-ai b/editors/abiword/patches/patch-ai
deleted file mode 100644
index 2780827f764..00000000000
--- a/editors/abiword/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.7 2003/09/26 14:31:40 fredb Exp $
-
---- src/wp/ap/xp/ap_Menu_Id_List.h.orig 2002-03-22 12:21:45.000000000 -0600
-+++ src/wp/ap/xp/ap_Menu_Id_List.h
-@@ -262,4 +262,8 @@ menuitem(AUTOTEXT_EMAIL_6)
- /**** Add Menu Items here ****/
-
-
-+#ifdef MENUITEMLAST_IS_SPECIAL
-+menuitemlast(_BOGUS2__) /* must be last */
-+#else
- menuitem(_BOGUS2__) /* must be last */
-+#endif
diff --git a/editors/abiword/patches/patch-aj b/editors/abiword/patches/patch-aj
deleted file mode 100644
index 5536957701e..00000000000
--- a/editors/abiword/patches/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aj,v 1.9 2003/09/26 14:31:40 fredb Exp $
-
---- src/wp/ap/xp/ap_Menu_Id.h.orig 2001-11-08 20:27:10.000000000 -0600
-+++ src/wp/ap/xp/ap_Menu_Id.h
-@@ -33,11 +33,15 @@
-
- /* the following Id's must start at zero and be contiguous */
-
-+
- #define menuitem(id) AP_MENU_ID_##id,
-+#define menuitemlast(id) AP_MENU_ID_##id
-
- enum _Ap_Menu_Id
- {
-+#define MENUITEMLAST_IS_SPECIAL
- #include "ap_Menu_Id_List.h"
-+#undef MENUITEMLAST_IS_SPECIAL
- };
-
-
diff --git a/editors/abiword/patches/patch-ak b/editors/abiword/patches/patch-ak
deleted file mode 100644
index 215c03fd8ab..00000000000
--- a/editors/abiword/patches/patch-ak
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ak,v 1.5 2002/07/03 21:59:11 hubertf Exp $
-
---- src/pkg/common/unix/scripts/install.sh.orig Tue Apr 16 15:07:49 2002
-+++ src/pkg/common/unix/scripts/install.sh
-@@ -131,15 +131,6 @@
-
-
- ########################################################################
--# Copy the ttfadmin script to $TARGET/bin
--########################################################################
--
--echo "Installing ttfadmin script [$TARGET/bin]"
--cp -f $SCRIPTDIR/../../../../tools/scripts/unix/ttfadmin.sh $TARGET/bin/ttfadmin.sh
--chmod 755 $TARGET/bin/ttfadmin.sh
--
--
--########################################################################
- # Done
- ########################################################################
- echo ""
diff --git a/editors/abiword/patches/patch-al b/editors/abiword/patches/patch-al
deleted file mode 100644
index 29bf62d4540..00000000000
--- a/editors/abiword/patches/patch-al
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-al,v 1.7 2003/04/17 06:22:23 martti Exp $
-
---- GNUmakefile.in.orig 2003-03-20 05:13:05.000000000 +0200
-+++ GNUmakefile.in 2003-04-17 08:43:03.000000000 +0300
-@@ -137,8 +137,7 @@
- libiconv_peerdir = @LIBICONV_PEERDIR@
- libpng_peerdir = @LIBPNG_PEERDIR@
-
--@BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash
--@BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash
-+dictionary = ${prefix}/lib/american.hash
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/ac-helpers/mkinstalldirs
-@@ -497,7 +496,7 @@
- for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\
- if test "$$dir" = "./dictionary"; then \
-- $(INSTALL_DATA) $(dictionary) $(DESTDIR)$(pkgdatadir)/$$dir/american.hash; \
-+ $(LN_S) $(dictionary) $(DESTDIR)$(pkgdatadir)/$$dir/american.hash; \
- else \
- for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \
- if test -f $$file ; then \