summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 20:45:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 20:45:44 +0800
commit4575b779306f291af2946256c6e67b52efb32bb0 (patch)
tree76f10e6288c77c2b4a5e7a44afc454846ea6e442 /editors
parent2fea55032339985e6ec7ab360cfd7895f5d59bbc (diff)
downloadmarcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.tar
marcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.tar.gz
marcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.tar.bz2
marcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.tar.lz
marcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.tar.xz
marcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.tar.zst
marcuscom-ports-4575b779306f291af2946256c6e67b52efb32bb0.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword-plugins/Makefile393
-rw-r--r--editors/abiword-plugins/pkg-descr9
-rw-r--r--editors/abiword-plugins/pkg-plist64
-rw-r--r--editors/abiword/Makefile119
-rw-r--r--editors/abiword/distinfo3
-rw-r--r--editors/abiword/files/patch-GNUmakefile.in47
-rw-r--r--editors/abiword/files/patch-abiword.desktop16
-rw-r--r--editors/abiword/files/patch-an38
-rw-r--r--editors/abiword/files/patch-aq27
-rw-r--r--editors/abiword/files/patch-ar11
-rw-r--r--editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp11
-rw-r--r--editors/abiword/files/patch-src_af_util_xp_ut_string_class.cpp12
-rw-r--r--editors/abiword/pkg-descr22
-rw-r--r--editors/abiword/pkg-plist299
14 files changed, 1071 insertions, 0 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
new file mode 100644
index 000000000..124ad4dff
--- /dev/null
+++ b/editors/abiword-plugins/Makefile
@@ -0,0 +1,393 @@
+# New ports collection makefile for: abiword-plugins
+# Date created: 13 June 2004
+# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/editors/abiword-plugins/Makefile,v 1.16 2005/10/29 22:31:16 marcus Exp $
+#
+
+PORTNAME= abiword
+PORTVERSION= 2.4.5
+PORTREVISION= 1
+CATEGORIES= editors
+MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
+MASTER_SITE_SUBDIR= abiword
+PKGNAMESUFFIX= -plugins
+DIST_SUBDIR= AbiWord
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Multi-plugins for AbiWord
+
+BUILD_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword
+RUN_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget gtk20
+WANT_GNOME= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-all
+MAKEFILE= GNUmakefile
+
+WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abiword-plugins
+MD5_FILE= ${.CURDIR}/../abiword/distinfo
+
+ABIVERSION= 2.4
+PLIST_SUB+= ABIVERSION=${ABIVERSION}
+
+EXTERNALS= MSVC* abipbx abiword-docs expat fribidi libiconv libpng pbx \
+ popt wv zlib
+EXTRACT_AFTER_ARGS=| ${TAR} -xpf - ${EXTERNALS:C,^,--exclude ${DISTNAME}/,}
+
+# NOTE: Please, keep those knobs in the ABC's order.
+
+.if defined(WITH_AIKSAURUS) || defined(PACKAGE_BUILDING)
+LIB_DEPENDS+= AiksaurusGTK-1.2.0:${PORTSDIR}/textproc/aiksaurus-gtk
+CONFIGURE_ARGS+= --enable-aiksaurus
+PLIST_SUB+= AIKSAURUS:=""
+.else
+PLIST_SUB+= AIKSAURUS:="@comment "
+.endif
+
+.if !defined(WITHOUT_APPLIX)
+CONFIGURE_ARGS+= --enable-applix
+PLIST_SUB+= APPLIX:=""
+.else
+PLIST_SUB+= APPLIX:="@comment "
+.endif
+
+.if !defined(WITHOUT_BABELFISH)
+CONFIGURE_ARGS+= --enable-babelfish
+PLIST_SUB+= BABELFISH:=""
+.else
+PLIST_SUB+= BABELFISH:="@comment "
+.endif
+
+.if !defined(WITHOUT_BMP)
+CONFIGURE_ARGS+= --enable-bmp
+PLIST_SUB+= BMP:=""
+.else
+PLIST_SUB+= BMP:="@comment "
+.endif
+
+.if !defined(WITHOUT_BZ2ABW)
+CONFIGURE_ARGS+= --enable-bz2abw \
+ --with-bzip2=/usr
+PLIST_SUB+= BZ2ABW:=""
+.else
+PLIST_SUB+= BZ2ABW:="@comment "
+.endif
+
+.if defined(WITH_CLARISWORKS) # Need to be tested
+CONFIGURE_ARGS+= --enable-clarisworks
+PLIST_SUB+= CLARISWORKS:=""
+.else
+PLIST_SUB+= CLARISWORKS:="@comment "
+.endif
+
+.if !defined(WITHOUT_COMMAND)
+CONFIGURE_ARGS+= --enable-abicommand
+PLIST_SUB+= COMMAND:=""
+.else
+PLIST_SUB+= COMMAND:="@comment "
+.endif
+
+.if defined(WITH_DOCBOOK) # Need to be tested
+CONFIGURE_ARGS+= --enable-docbook
+PLIST_SUB+= DOCBOOK:=""
+.else
+PLIST_SUB+= DOCBOOK:="@comment "
+.endif
+
+.if defined(WITH_EML) # Need to be tested
+CONFIGURE_ARGS+= --enable-eml
+PLIST_SUB+= EML:=""
+.else
+PLIST_SUB+= EML:="@comment "
+.endif
+
+.if !defined(WITHOUT_FREETRANSLATION)
+CONFIGURE_ARGS+= --enable-freetranslation
+PLIST_SUB+= FREETRANSLATION:=""
+.else
+PLIST_SUB+= FREETRANSLATION:="@comment "
+.endif
+
+.if defined(WITH_GDICT)
+RUN_DEPENDS+= gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils
+CONFIGURE_ARGS+= --enable-gdict
+PLIST_SUB+= GDICT:=""
+.else
+PLIST_SUB+= GDICT:="@comment "
+.endif
+
+.if !defined(WITHOUT_GOOGLE)
+CONFIGURE_ARGS+= --enable-google
+PLIST_SUB+= GOOGLE:=""
+.else
+PLIST_SUB+= GOOGLE:="@comment "
+.endif
+
+.if defined(WITH_GRAMMAR) || defined(PACKAGE_BUILDING)
+LIB_DEPENDS+= link-grammar.4:${PORTSDIR}/textproc/link-grammar
+CONFIGURE_ARGS+= --enable-abigrammar
+PLIST_SUB+= GRAMMAR:=""
+.else
+PLIST_SUB+= GRAMMAR:="@comment "
+.endif
+
+.if defined(WITH_HANCOM) # Need to be tested
+CONFIGURE_ARGS+= --enable-hancom
+PLIST_SUB+= HANCOM:=""
+.else
+PLIST_SUB+= HANCOM:="@comment "
+.endif
+
+.if defined(WITH_HRTEXT) # Need to be tested
+CONFIGURE_ARGS+= --enable-hrtext
+PLIST_SUB+= HRTEXT:=""
+.else
+PLIST_SUB+= HRTEXT:="@comment "
+.endif
+
+.if defined(WITH_JPEG) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-jpeg
+PLIST_SUB+= JPEG:=""
+.else
+PLIST_SUB+= JPEG:="@comment "
+.endif
+
+.if defined(WITH_LATEX) # Need to be tested
+CONFIGURE_ARGS+= --enable-latex
+PLIST_SUB+= LATEX:=""
+.else
+PLIST_SUB+= LATEX:="@comment "
+.endif
+
+.if !defined(WITHOUT_MSWRITE)
+CONFIGURE_ARGS+= --enable-mswrite
+PLIST_SUB+= MSWRITE:=""
+.else
+PLIST_SUB+= MSWRITE:="@comment "
+.endif
+
+.if defined(WITH_NROFF) # Need to be tested
+CONFIGURE_ARGS+= --enable-nroff
+PLIST_SUB+= NROFF:=""
+.else
+PLIST_SUB+= NROFF:="@comment "
+.endif
+
+.if defined(WITH_OPENDOCUMENT) || defined(PACKAGE_BUILDING)
+USE_GNOME+= libgsf
+CONFIGURE_ARGS+= --enable-OpenDocument
+PLIST_SUB+= OPENDOCUMENT:=""
+.else
+PLIST_SUB+= OPENDOCUMENT:="@comment "
+.endif
+
+.if defined(WITH_OPENWRITER) || defined(PACKAGE_BUILDING)
+USE_GNOME+= libgsf
+CONFIGURE_ARGS+= --enable-OpenWriter
+PLIST_SUB+= OPENWRITER:=""
+.else
+PLIST_SUB+= OPENWRITER:="@comment "
+.endif
+
+.if defined(WITH_PDB) # Need to be tested
+CONFIGURE_ARGS+= --enable-pdb
+PLIST_SUB+= PDB:=""
+.else
+PLIST_SUB+= PDB:="@comment "
+.endif
+
+.if defined(WITH_PSION)
+LIB_DEPENDS+= psiconv.10:${PORTSDIR}/converters/psiconv
+CONFIGURE_ARGS+= --with-psion
+PLIST_SUB+= PSION:=""
+.else
+PLIST_SUB+= PSION:="@comment "
+.endif
+
+.if defined(WITH_SDW)
+USE_GNOME+= libgsf
+CONFIGURE_ARGS+= --enable-sdw
+PLIST_SUB+= SDW:=""
+.else
+PLIST_SUB+= SDW:="@comment "
+.endif
+
+.if !defined(WITHOUT_SHELL)
+CONFIGURE_ARGS+= --enable-shell
+PLIST_SUB+= SHELL:=""
+.else
+PLIST_SUB+= SHELL:="@comment "
+.endif
+
+.if defined(WITH_T602) # Need to be tested
+CONFIGURE_ARGS+= --enable-t602
+PLIST_SUB+= T602:=""
+.else
+PLIST_SUB+= T602:="@comment "
+.endif
+
+.if !defined(WITHOUT_URLDICT)
+CONFIGURE_ARGS+= --enable-urldict
+PLIST_SUB+= URLDICT:=""
+.else
+PLIST_SUB+= URLDICT:="@comment "
+.endif
+
+.if !defined(WITHOUT_WIKIPEDIA)
+CONFIGURE_ARGS+= --enable-wikipedia
+PLIST_SUB+= WIKIPEDIA:=""
+.else
+PLIST_SUB+= WIKIPEDIA:="@comment "
+.endif
+
+.if defined(WITH_WMF) || defined(PACKAGE_BUILDING)
+LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf
+CONFIGURE_ARGS+= --enable-wmf
+PLIST_SUB+= WMF:=""
+.else
+PLIST_SUB+= WMF:="@comment "
+.endif
+
+.if defined(WITH_WORDPERFECT) || defined(PACKAGE_BUILDING)
+LIB_DEPENDS+= wpd-0.8.8:${PORTSDIR}/textproc/libwpd
+CONFIGURE_ARGS+= --enable-wordperfect
+PLIST_SUB+= WORDPERFECT:=""
+.else
+PLIST_SUB+= WORDPERFECT:="@comment "
+.endif
+
+.if !defined(WITHOUT_XSLFO)
+CONFIGURE_ARGS+= --enable-xsl-fo
+PLIST_SUB+= XSLFO:=""
+.else
+PLIST_SUB+= XSLFO:="@comment "
+.endif
+
+.include <bsd.port.pre.mk>
+
+#.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!=""
+#USE_GNOME+= nautilus2 libgnomeprintui
+#CONFIGURE_ARGS+= --enable-gnome
+#.endif
+
+.if ${HAVE_GNOME:Mlibrsvg2}!=""
+CONFIGURE_ARGS+= --enable-librsvg
+PLIST_SUB+= SVG:=""
+.else
+PLIST_SUB+= SVG:="@comment "
+.endif
+
+pre-everything::
+ @${ECHO_MSG} "You may specify the following on the command line:"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "To enable plugins:"
+ @${ECHO_MSG} "========================================================"
+.if !defined(WITH_AIKSAURUS)
+ @${ECHO_MSG} "WITH_AIKSAURUS=yes English language thesaurus."
+.endif
+.if !defined(WITH_CLARISWORKS)
+ @${ECHO_MSG} "WITH_CLARISWORKS=yes Import/Export Clarisworks files."
+.endif
+.if !defined(WITH_DOCBOOK)
+ @${ECHO_MSG} "WITH_DOCBOOK=yes Import/export Docbook files."
+.endif
+.if !defined(WITH_EML)
+ @${ECHO_MSG} "WITH_EML=yes Import/export as MS Outlook Email files."
+.endif
+.if !defined(WITH_GDICT)
+ @${ECHO_MSG} "WITH_GDICT=yes Look up definitions of selected text."
+.endif
+.if !defined(WITH_GRAMMAR)
+ @${ECHO_MSG} "WITH_GRAMMAR=yes Allows AbiWord to be Grammar checked."
+.endif
+.if !defined(WITH_HANCOM)
+ @${ECHO_MSG} "WITH_HANCOM=yes Hancom Word Importer. Only does text."
+.endif
+.if !defined(WITH_HRTEXT)
+ @${ECHO_MSG} "WITH_HRTEXT=yes Export text with \"newsgroup\" markup."
+.endif
+.if !defined(WITH_JPEG)
+ @${ECHO_MSG} "WITH_JPEG=yes View JPEG Images."
+.endif
+.if !defined(WITH_LATEX)
+ @${ECHO_MSG} "WITH_LATEX=yes LaTeX export."
+.endif
+.if !defined(WITH_NROFF)
+ @${ECHO_MSG} "WITH_NROFF=yes Nroff/Man file format."
+.endif
+.if !defined(WITH_OPENDOCUMENT)
+ @${ECHO_MSG} "WITH_OPENDOCUMENT=yes Import/export OpenDocument files."
+.endif
+.if !defined(WITH_OPENWRITER)
+ @${ECHO_MSG} "WITH_OPENWRITER=yes Import/export OpenOffice files."
+.endif
+.if !defined(WITH_PDB)
+ @${ECHO_MSG} "WITH_PDB=yes Import/export Palm Database files."
+.endif
+.if !defined(WITH_PSION)
+ @${ECHO_MSG} "WITH_PSION=yes Import/export Psion files."
+.endif
+.if !defined(WITH_SDW)
+ @${ECHO_MSG} "WITH_SDW=yes Import StarOffice 5.x files."
+.endif
+.if !defined(WITH_T602)
+ @${ECHO_MSG} "WITH_T602=yes Import T602 files."
+.endif
+.if !defined(WITH_WMF)
+ @${ECHO_MSG} "WITH_WMF=yes View Windows Metafiles."
+.endif
+.if !defined(WITH_WORDPERFECT)
+ @${ECHO_MSG} "WITH_WORDPERFECT=yes Import/export Wordperfect files."
+.endif
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "To disable plugins:"
+ @${ECHO_MSG} "========================================================"
+.if !defined(WITH_APPLIX)
+ @${ECHO_MSG} "WITHOUT_APPLIX=yes Import/Export Applix Word files."
+.endif
+.if !defined(WITHOUT_BABELFISH)
+ @${ECHO_MSG} "WITHOUT_BABELFISH=yes Translate selected text."
+.endif
+.if !defined(WITHOUT_BMP)
+ @${ECHO_MSG} "WITHOUT_BMP=yes View Bitmap Images."
+.endif
+.if !defined(WITHOUT_BZ2ABW)
+ @${ECHO_MSG} "WITHOUT_BZ2ABW=yes Import/Export BZ2 compressed AbiWord files."
+.endif
+.if !defined(WITHOUT_COMMAND)
+ @${ECHO_MSG} "WITHOUT_COMMAND=yes Allows command line control of AbiWord."
+.endif
+.if !defined(WITHOUT_FREETRANSLATION)
+ @${ECHO_MSG} "WITHOUT_FREETRANSLATION=yes Translate selected text."
+.endif
+.if !defined(WITHOUT_GOOGLE)
+ @${ECHO_MSG} "WITHOUT_GOOGLE=yes Search Google for your selected text."
+.endif
+.if !defined(WITHOUT_MSWRITE)
+ @${ECHO_MSG} "WITHOUT_MSWRITE=yes Import MSWrite files."
+.endif
+.if !defined(WITHOUT_SHELL)
+ @${ECHO_MSG} "WITHOUT_SHELL=yes Execute shell commands from within AbiWord."
+.endif
+.if !defined(WITHOUT_URLDICT)
+ @${ECHO_MSG} "WITHOUT_URLDICT=yes Url dictionary."
+.endif
+.if !defined(WITHOUT_WIKIPEDIA)
+ @${ECHO_MSG} "WITHOUT_WIKIPEDIA=yes Search online encyclopedia for selected text."
+.endif
+.if !defined(WITHOUT_XSLFO)
+ @${ECHO_MSG} "WITHOUT_XSLFO=yes Import/export XSL-FO."
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|[$$]abi_plugin_source/../wv|${LOCALBASE}/include/wv|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>
diff --git a/editors/abiword-plugins/pkg-descr b/editors/abiword-plugins/pkg-descr
new file mode 100644
index 000000000..e2e64357c
--- /dev/null
+++ b/editors/abiword-plugins/pkg-descr
@@ -0,0 +1,9 @@
+AbiWord Plugins extend AbiWord in various ways. Note that some of these
+plugins are not available on all platforms that AbiWord supports.
+
+The plugins are often packaged as bundles for your convenience. One bundle is
+comprised of import and export plugins, which read and write various file and
+component formats, and the other bundle is comprised of tools and utilities
+that perform various helpful tasks from within AbiWord.
+
+WWW: http://www.abisource.com/twiki/bin/view/Abiword/PluginMatrix
diff --git a/editors/abiword-plugins/pkg-plist b/editors/abiword-plugins/pkg-plist
new file mode 100644
index 000000000..b5443d442
--- /dev/null
+++ b/editors/abiword-plugins/pkg-plist
@@ -0,0 +1,64 @@
+%%AIKSAURUS:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiAikSaurus.la
+%%AIKSAURUS:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiAikSaurus.so
+%%APPLIX:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiApplix.la
+%%APPLIX:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiApplix.so
+%%BMP:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiBMP.la
+%%BMP:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiBMP.so
+%%BZ2ABW:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiBZ2.la
+%%BZ2ABW:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiBZ2.so
+%%BABELFISH:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiBabelfish.la
+%%BABELFISH:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiBabelfish.so
+%%CLARISWORKS:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiClarisWorks.la
+%%CLARISWORKS:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiClarisWorks.so
+%%COMMAND:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiCommand.la
+%%COMMAND:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiCommand.so
+%%DOCBOOK:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiDocBook.la
+%%DOCBOOK:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiDocBook.so
+%%EML:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiEML.la
+%%EML:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiEML.so
+%%FREETRANSLATION:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiFreeTranslation.la
+%%FREETRANSLATION:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiFreeTranslation.so
+%%GDICT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiGdict.la
+%%GDICT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiGdict.so
+%%GOOGLE:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiGoogle.la
+%%GOOGLE:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiGoogle.so
+%%GRAMMAR:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiGrammar.la
+%%GRAMMAR:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiGrammar.so
+%%HRTEXT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiHRText.la
+%%HRTEXT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiHRText.so
+%%HANCOM:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiHancom.la
+%%HANCOM:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiHancom.so
+%%JPEG:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiJPEG.la
+%%JPEG:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiJPEG.so
+%%LATEX:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiLaTeX.la
+%%LATEX:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiLaTeX.so
+%%MSWRITE:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiMSWrite.la
+%%MSWRITE:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiMSWrite.so
+%%NROFF:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiNroff.la
+%%NROFF:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiNroff.so
+%%OPENDOCUMENT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiOpenDocument.la
+%%OPENDOCUMENT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiOpenDocument.so
+%%OPENWRITER:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiOpenWriter.la
+%%OPENWRITER:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiOpenWriter.so
+%%PDB:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiPalmDoc.la
+%%PDB:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiPalmDoc.so
+%%PSION:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiPsion.la
+%%PSION:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiPsion.so
+%%SVG:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiRSVG.la
+%%SVG:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiRSVG.so
+%%SDW:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiSDW.la
+%%SDW:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiSDW.so
+%%SHELL:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiScriptHappy.la
+%%SHELL:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiScriptHappy.so
+%%T602:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiT602.la
+%%T602:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiT602.so
+%%URLDICT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiURLDict.la
+%%URLDICT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiURLDict.so
+%%WMF:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWMF.la
+%%WMF:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWMF.so
+%%WIKIPEDIA:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWikipedia.la
+%%WIKIPEDIA:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWikipedia.so
+%%WORDPERFECT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWordPerfect.la
+%%WORDPERFECT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWordPerfect.so
+%%XSLFO:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiXSLFO.la
+%%XSLFO:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiXSLFO.so
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
new file mode 100644
index 000000000..84e6d607b
--- /dev/null
+++ b/editors/abiword/Makefile
@@ -0,0 +1,119 @@
+# New ports collection makefile for: AbiWord2
+# Date created: 22 February 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/editors/abiword/Makefile,v 1.2 2005/10/29 22:31:16 marcus Exp $
+#
+
+PORTNAME= abiword
+PORTVERSION= 2.4.5
+PORTREVISION= 1
+CATEGORIES= editors
+MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
+MASTER_SITE_SUBDIR= abiword
+DIST_SUBDIR= AbiWord
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= An open-source, cross-platform WYSIWYG word processor
+
+# unzip is needed during the installation process
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
+ png.5:${PORTSDIR}/graphics/png \
+ wv-1.2.1:${PORTSDIR}/textproc/wv \
+ fribidi.0:${PORTSDIR}/converters/fribidi
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_ICONV= yes
+USE_GNOME= libglade2 libxml2 libgnomeprintui desktopfileutils
+WANT_GNOME= yes
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-xft \
+ --with-sys-wv \
+ --with-popt=${LOCALBASE} \
+ --with-zlib=${LOCALBASE} \
+ --with-libpng=${LOCALBASE} \
+ --with-libiconv=${LOCALBASE} \
+ --with-libjpeg-prefix=${LOCALBASE} \
+ --disable-peer-config
+MAKEFILE= GNUmakefile
+
+ABIVERSION= 2.4
+PLIST_SUB+= ABIVERSION=${ABIVERSION}
+WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi
+
+EXTERNALS= MSVC* abipbx abiword-docs abiword-plugins expat fribidi \
+ libiconv libpng pbx popt wv zlib
+EXTRACT_AFTER_ARGS=| ${TAR} -xpf - ${EXTERNALS:C,^,--exclude ${DISTNAME}/,}
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug \
+ --enable-symbols
+CFLAGS+= -g
+STRIP=
+.endif
+
+.ifndef(WITHOUT_GTKSPELL)
+LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant
+PLIST_SUB+= DICT:="@comment "
+.else
+CONFIGURE_ARGS+= --disable-enchant
+PLIST_SUB+= DICT:=""
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+USE_GNOME+= libgnomeui
+CONFIGURE_ARGS+= --enable-gnome
+PKGNAMESUFFIX:= -gnome
+GNOME_ENABLED= yes
+.endif
+
+.if defined(WITH_GUCHARMAP) || exists(${LOCALBASE}/libdata/pkgconfig/gucharmap.pc)
+LIB_DEPENDS+= gucharmap.4:${PORTSDIR}/deskutils/gucharmap
+.else
+CONFIGURE_ARGS+= --enable-cmap=no
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "AbiWord2 has the following tunable option(s):"
+ @${ECHO_MSG} " WITH_DEBUG=yes Enable debug."
+ @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)"
+ @${ECHO_MSG} " WITHOUT_GTKSPELL=yes Don't use Enchant, but still enable spellchecking and install the dictionary."
+ @${ECHO_MSG} ""
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-ansi||g ; s|-pedantic||g' \
+ ${WRKSRC}/configure
+ @${FIND} ${WRKSRC}/src/config/platforms -name "*.mk" | ${XARGS} \
+ ${REINPLACE_CMD} 's|-ansi||g ; s|-pedantic||g'
+ @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@.*PEER.*@||g ; \
+ s|WV_INCLUDES = |#WV_INCLUDES = |g ; \
+ s|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
+ s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
+
+post-install:
+ @${MKDIR} ${PREFIX}/lib/AbiWord-${ABIVERSION}/plugins
+ @${MKDIR} ${LOCALBASE}/share/applications
+ @${INSTALL_DATA} ${WRKSRC}/abiword.desktop \
+ ${LOCALBASE}/share/applications/abiword.desktop
+ @${MKDIR} ${LOCALBASE}/share/pixmaps
+ @${LN} -sf ${PREFIX}/share/AbiSuite-${ABIVERSION}/icons/abiword_48.png \
+ ${LOCALBASE}/share/pixmaps/abiword_48.png
+.if defined(GNOME_ENABLED)
+ @${MKDIR} ${LOCALBASE}/libdata/bonobo/servers
+ @${INSTALL_DATA} ${WRKDIR}/abiword-${PORTVERSION}/abidistfiles/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server \
+ ${LOCALBASE}/libdata/bonobo/servers/
+ @${MKDIR} ${LOCALBASE}/share/gnome/gnome-2.0/ui
+ @${INSTALL_DATA} ${WRKDIR}/abiword-${PORTVERSION}/abidistfiles/abi-nautilus-view-file.xml \
+ ${LOCALBASE}/share/gnome/gnome-2.0/ui/
+.endif
+ @-update-desktop-database
+
+.include <bsd.port.post.mk>
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo
new file mode 100644
index 000000000..bfb267635
--- /dev/null
+++ b/editors/abiword/distinfo
@@ -0,0 +1,3 @@
+MD5 (AbiWord/abiword-2.4.5.tar.bz2) = e018669a154164d31c768f773a1c95b4
+SHA256 (AbiWord/abiword-2.4.5.tar.bz2) = b8e5f61697c6d796e8f9f0812886666487fd0125bc777ca093c096b4b3e31264
+SIZE (AbiWord/abiword-2.4.5.tar.bz2) = 24930028
diff --git a/editors/abiword/files/patch-GNUmakefile.in b/editors/abiword/files/patch-GNUmakefile.in
new file mode 100644
index 000000000..6385aea4d
--- /dev/null
+++ b/editors/abiword/files/patch-GNUmakefile.in
@@ -0,0 +1,47 @@
+--- GNUmakefile.in.orig Wed Jul 20 22:21:46 2005
++++ GNUmakefile.in Wed Jul 20 22:23:12 2005
+@@ -337,15 +337,15 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ SUBDIRS = src
+-expat_peerdir = $(top_builddir)/../expat
+-wv_peerdir = $(top_builddir)/../wv
+-libiconv_peerdir = $(top_builddir)/../libiconv
+-libpng_peerdir = @LIBPNG_PEERDIR@
+-libpopt_peerdir = $(top_builddir)/../popt
+-desktop_DATA = abiword.desktop
+-desktopdir = $(datadir)/applications
+-icon_DATA = abiword_48.png
+-icondir = $(datadir)/icons
++#expat_peerdir = $(top_builddir)/../expat
++#wv_peerdir = $(top_builddir)/../wv
++#libiconv_peerdir = $(top_builddir)/../libiconv
++#libpng_peerdir = @LIBPNG_PEERDIR@
++#libpopt_peerdir = $(top_builddir)/../popt
++#desktop_DATA = abiword.desktop
++#desktopdir = $(datadir)/applications
++#icon_DATA = abiword_48.png
++#icondir = $(datadir)/icons
+ @BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash
+ @BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash
+ @WITH_ISPELL_FALSE@INSTALLDICTIONARY = no
+@@ -844,7 +844,6 @@
+
+ # Install the datafiles. This is quick-and-dirty.
+ install-data-local:
+- @$(mkinstalldirs) $(DESTDIR)$(bonobodir)
+ if test -d $(top_srcdir)/../abidistfiles ; then \
+ for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\
+@@ -857,11 +856,7 @@
+ for file in `echo $(top_srcdir)/../abidistfiles/$$dir/* | grep -v MANIFEST`; do \
+ if test -f $$file ; then \
+ sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \
+- if test "$$sfile.server" = $$file; then \
+- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \
+- else \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \
+- fi; \
+ fi; \
+ done; \
+ fi; \
diff --git a/editors/abiword/files/patch-abiword.desktop b/editors/abiword/files/patch-abiword.desktop
new file mode 100644
index 000000000..7eff00d9c
--- /dev/null
+++ b/editors/abiword/files/patch-abiword.desktop
@@ -0,0 +1,16 @@
+--- abiword.desktop.orig Fri Apr 14 12:43:24 2006
++++ abiword.desktop Fri Apr 14 12:45:03 2006
+@@ -3,11 +3,11 @@
+ Icon=abiword_48.png
+ Terminal=false
+ Type=Application
+-Categories=Application;Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base;
++Categories=Application;Office;WordProcessor;GNOME;GTK;
+ StartupNotify=true
+ Encoding=UTF-8
+ X-Desktop-File-Install-Version=0.9
+-MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;
++MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;
+ Name=AbiWord
+ GenericName=Word Processor
+ Comment=AbiWord Word Processor
diff --git a/editors/abiword/files/patch-an b/editors/abiword/files/patch-an
new file mode 100644
index 000000000..54d3de78e
--- /dev/null
+++ b/editors/abiword/files/patch-an
@@ -0,0 +1,38 @@
+--- src/Makefile.orig Mon Dec 22 13:06:12 2003
++++ src/Makefile Sun Mar 28 15:29:40 2004
+@@ -52,6 +52,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.
+@@ -62,6 +63,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
+@@ -83,6 +87,7 @@
+ ifeq ($(ABI_OPT_PSPELL),1)
+ echo "Using Pspell build, not installing ispell hash files"
+ else
++ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
+ # We currently only ship american.hash
+ @$(subst xxxx,$(CANONDIR)/dictionary,$(VERIFY_DIRECTORY))
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/$(OS_ENDIAN).american.hash $(CANONDIR)/dictionary/american.hash
+@@ -92,7 +97,8 @@
+ ifeq ($(ABI_NATIVE),unix)
+ # 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 abi*)
+ endif
+
+ @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY))
diff --git a/editors/abiword/files/patch-aq b/editors/abiword/files/patch-aq
new file mode 100644
index 000000000..98ce28093
--- /dev/null
+++ b/editors/abiword/files/patch-aq
@@ -0,0 +1,27 @@
+--- src/config/abi_defs.mk.orig Sun Jun 12 16:07:25 2005
++++ src/config/abi_defs.mk Sun Jun 12 16:08:49 2005
+@@ -202,11 +202,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)
+@@ -251,7 +251,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/files/patch-ar b/editors/abiword/files/patch-ar
new file mode 100644
index 000000000..7e5c85d3d
--- /dev/null
+++ b/editors/abiword/files/patch-ar
@@ -0,0 +1,11 @@
+--- 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/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp
new file mode 100644
index 000000000..9e95194c1
--- /dev/null
+++ b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp
@@ -0,0 +1,11 @@
+--- src/af/util/xp/ut_iconv.cpp.orig Tue Jan 10 00:18:13 2006
++++ src/af/util/xp/ut_iconv.cpp Tue Jan 10 00:18:31 2006
+@@ -67,7 +67,7 @@
+ #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \
+ (defined (__MACH__) && defined (__APPLE__)) || \
+ (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \
+-defined (__AIX__) || defined(__OpenBSD__) || \
++defined (__AIX__) || defined(__OpenBSD__) || defined (__FreeBSD__) || \
+ (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1))
+
+ #define ICONV_CONST const
diff --git a/editors/abiword/files/patch-src_af_util_xp_ut_string_class.cpp b/editors/abiword/files/patch-src_af_util_xp_ut_string_class.cpp
new file mode 100644
index 000000000..97fad9259
--- /dev/null
+++ b/editors/abiword/files/patch-src_af_util_xp_ut_string_class.cpp
@@ -0,0 +1,12 @@
+--- src/af/util/xp/ut_string_class.cpp.orig Mon Jan 17 14:38:20 2005
++++ src/af/util/xp/ut_string_class.cpp Mon Jan 17 14:38:43 2005
+@@ -352,9 +352,6 @@
+ # else /* va_list is a pointer */
+ # define VA_COPY(ap1, ap2) ((ap1) = (ap2))
+ # endif /* va_list is a pointer */
+-# if defined (__GNUC__)
+-# define VA_COPY(ap1,ap2) __va_copy((ap1),(ap2))
+-# endif
+ #endif /* !VA_COPY */
+
+ UT_String& UT_String_vprintf (UT_String & inStr, const char *format,
diff --git a/editors/abiword/pkg-descr b/editors/abiword/pkg-descr
new file mode 100644
index 000000000..44abfdaab
--- /dev/null
+++ b/editors/abiword/pkg-descr
@@ -0,0 +1,22 @@
+AbiWord is an open-source, cross-platform WYSIWYG word processor. It works
+on Windows and most Unix Systems.
+
+Features include:
+
+ - Basic character formatting (bold, underline, italics, etc.)
+ - Paragraph alignment
+ - Spell-check
+ - Import of Word97 and RTF documents
+ - Export to RTF, Text, HTML, and LaTeX formats
+ - Interactive rulers and tabs
+ - Styles
+ - Unlimited undo/redo
+ - Multiple column control
+ - Widow/orphan control
+ - Find/Replace
+ - Anti-aliased fonts
+ - Images
+
+For more information, or to see screenshots, visit the AbiSource home page.
+
+WWW: http://www.abisource.com/
diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist
new file mode 100644
index 000000000..05f78dc80
--- /dev/null
+++ b/editors/abiword/pkg-plist
@@ -0,0 +1,299 @@
+bin/AbiWord-%%ABIVERSION%%
+bin/abiword
+bin/ttfadmin.sh
+bin/ttftool
+%%GNOME:%%libdata/bonobo/servers/GNOME_AbiWord_Control_2_4.server
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Break.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Field.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFootnotes.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFrame.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTOC.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTable.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Goto.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_HdrFtr.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_InsertTable.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Insert_DateTime.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Latex.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MailMerge.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MetaData.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_New.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Options.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Options_ColorSel.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_PageNumbers.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_PageSetup.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Replace.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Spell.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Styles.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist_modal.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Tab.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_WordCount.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_About.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_DocComparison.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Encoding.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_History.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Image.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Language.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_ListDocuments.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Password.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_PluginManager.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_WindowMore.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Zoom.glade
+share/AbiSuite-%%ABIVERSION%%/AbiWord/readme.txt
+share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts/abw2html.pl
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/am-ET.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ar.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ast-ES.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/be-BY.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/bg-BG.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/br-FR.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ca-ES.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/cs-CZ.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/cy-GB.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/da-DK.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/de-CH.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/de-DE.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/el-GR.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-AU.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-CA.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-GB.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-IE.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/es-ES.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/es-MX.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/et.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/eu-ES.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fi-FI.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fr-FR.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ga-IE.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/gl-ES.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/he-IL.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/hr-HR.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/hu-HU.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/id-ID.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/it-IT.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ja-JP.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/jbo.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ku.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/lt-LT.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/lv-LV.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mg-MG.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mh-MH.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mk-MK.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ms-MY.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nb-NO.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ne-NP.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nl-NL.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nn-NO.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pl-PL.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pt-BR.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pt-PT.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/qu-BO.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ro-RO.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ru-RU.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sc-IT.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sk-SK.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sl-SI.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sq-AL.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sr.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sv-SE.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ta-IN.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/tr-TR.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/uk-UA.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/vi-VN.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/yi.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-CN.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-HK.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-TW.strings
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-CP1254
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-R
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-U
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-UB
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-am-ET
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar-EG
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar-SA
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-bg-BG
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ca-ES
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-cs-CZ
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-da-DK
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-AT
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-CH
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-DE
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-div-MV
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-el-GR
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-AU
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-CA
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-GB
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-IE
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-NZ
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-US
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-ZA
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es-ES
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es-MX
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-eu
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-eu-ES
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fa-IR
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fi-FI
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-BE
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-CA
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-CH
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-FR
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-gl-ES
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-he
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-he-IL
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-hu-HU
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-it-IT
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ja-JP
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-lt-LT
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nb-NO
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nl-NL
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nn-NO
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pl-PL
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ps
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pt-BR
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pt-PT
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ru
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ru-RU
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sk-SK
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sk-SK.CP1250
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sl
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sv
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sv-SE
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-syr
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr-TR
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr-TR.CP1254
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-uk-UA
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ur-PK
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-yi
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-zh-CN
+share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-zh-TW
+share/AbiSuite-%%ABIVERSION%%/clipart/book.png
+share/AbiSuite-%%ABIVERSION%%/clipart/chip.png
+share/AbiSuite-%%ABIVERSION%%/clipart/fun.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gear.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomea.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomeb.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomec.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomecorner.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomed.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomedecor1.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomedecor2.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomee.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomeflowers.png
+share/AbiSuite-%%ABIVERSION%%/clipart/gnomeline.png
+share/AbiSuite-%%ABIVERSION%%/clipart/idea.png
+share/AbiSuite-%%ABIVERSION%%/clipart/lamp.png
+share/AbiSuite-%%ABIVERSION%%/clipart/monitor.png
+share/AbiSuite-%%ABIVERSION%%/clipart/music1.png
+share/AbiSuite-%%ABIVERSION%%/clipart/pinceau.png
+share/AbiSuite-%%ABIVERSION%%/clipart/simca.png
+share/AbiSuite-%%ABIVERSION%%/clipart/surprise.png
+share/AbiSuite-%%ABIVERSION%%/clipart/together.png
+share/AbiSuite-%%ABIVERSION%%/clipart/toolbox.png
+share/AbiSuite-%%ABIVERSION%%/clipart/tree.png
+share/AbiSuite-%%ABIVERSION%%/clipart/tux_bordelais.png
+share/AbiSuite-%%ABIVERSION%%/clipart/weather.png
+share/AbiSuite-%%ABIVERSION%%/clipart/write.png
+%%DICT:%%share/AbiSuite-%%ABIVERSION%%/dictionary/american.hash
+%%DICT:%%share/AbiSuite-%%ABIVERSION%%/dictionary/ispell_dictionary_list.xml
+share/AbiSuite-%%ABIVERSION%%/icons/abiword_16.xpm
+share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.png
+share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.tif
+share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.xpm
+%%GNOME:%%share/AbiSuite-%%ABIVERSION%%/icons/abiword_logo.xpm
+share/AbiSuite-%%ABIVERSION%%/templates/A4.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Business-Letter.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Business-Report.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Employee-Directory.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Fax-Coversheet.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Friendly-Letter.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Memo.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Press-Release.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Resume.awt
+share/AbiSuite-%%ABIVERSION%%/templates/Two-Columns.awt
+share/AbiSuite-%%ABIVERSION%%/templates/US-Letter.awt
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-am_ET
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar_EG
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar_SA
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-bg_BG
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ca_ES
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-cs_CZ
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-da_DK
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_AT
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_CH
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_DE
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-div_MV
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-el_GR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_AU
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_CA
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_GB
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_IE
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_NZ
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_ZA
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_AR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_ES
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_IR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_MX
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fa_IR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fi_FI
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_BE
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CA
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CH
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_FR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-gl_ES
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-he
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-he_IL
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-hu_HU
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-it_IT
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ja_JP
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-lt_LT
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nb_NO
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nl_NL
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nn_NO
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pl_PL
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ps
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pt_BR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pt_PT
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ru
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ru_RU
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sk_SK
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sl
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sv
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sv_SE
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-syr
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-tr
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-tr_TR
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-uk_UA
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ur_PK
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-yi
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN
+share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW
+share/applications/abiword.desktop
+%%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml
+share/pixmaps/abiword_48.png
+@dirrmtry share/applications
+@dirrm share/AbiSuite-%%ABIVERSION%%/templates
+@dirrm share/AbiSuite-%%ABIVERSION%%/icons
+@dirrm share/AbiSuite-%%ABIVERSION%%/dictionary
+@dirrm share/AbiSuite-%%ABIVERSION%%/clipart
+@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/strings
+@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts
+@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/glade
+@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord
+@dirrm share/AbiSuite-%%ABIVERSION%%
+@exec /bin/mkdir -p %D/lib/AbiWord-%%ABIVERSION%%/plugins
+@dirrmtry lib/AbiWord-%%ABIVERSION%%/plugins
+@dirrmtry lib/AbiWord-%%ABIVERSION%%
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true