diff options
author | adam <adam@pkgsrc.org> | 2005-02-22 12:39:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-22 12:39:04 +0000 |
commit | 24638cb271f745630da7d076edd9ea0dc42801bd (patch) | |
tree | c0c78a3599429b7faffb40df22ef8e92e436c5e9 /editors | |
parent | 57bf350f9c1dfcdcbb7d1339079a9e6d6fa77313 (diff) | |
download | pkgsrc-24638cb271f745630da7d076edd9ea0dc42801bd.tar.gz |
abiword1 removed; does not build anymore; not supported; use abiword instead;)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword1/DESCR | 11 | ||||
-rw-r--r-- | editors/abiword1/Makefile | 60 | ||||
-rw-r--r-- | editors/abiword1/PLIST | 450 | ||||
-rw-r--r-- | editors/abiword1/distinfo | 15 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ab | 13 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ac | 16 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ad | 13 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ae | 24 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-af | 18 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ag | 31 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ah | 13 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ai | 13 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-aj | 20 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-ak | 20 | ||||
-rw-r--r-- | editors/abiword1/patches/patch-al | 23 |
16 files changed, 1 insertions, 742 deletions
diff --git a/editors/Makefile b/editors/Makefile index f75b328851d..47619b33be4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2004/11/04 14:29:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.105 2005/02/22 12:39:04 adam Exp $ # COMMENT= Editors @@ -6,7 +6,6 @@ COMMENT= Editors SUBDIR+= TeXmacs SUBDIR+= abiword SUBDIR+= abiword-plugins -SUBDIR+= abiword1 SUBDIR+= beav SUBDIR+= beaver SUBDIR+= biew diff --git a/editors/abiword1/DESCR b/editors/abiword1/DESCR deleted file mode 100644 index 59259c8c703..00000000000 --- a/editors/abiword1/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -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. - -This version is using GTK+1; for the current version please look -at the ``abiword'' package. diff --git a/editors/abiword1/Makefile b/editors/abiword1/Makefile deleted file mode 100644 index ab3dc6df1ec..00000000000 --- a/editors/abiword1/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:38 tv 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= 5 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} - -MAINTAINER= dawszy@arhea.net -HOMEPAGE= http://www.abisource.com/ -COMMENT= Open Source cross-platform word processor (version 1, older) - -DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base - -DIST_SUBDIR= abisuite -ABIWORD_VERS= 1.0.5 - -CONFLICTS= abiword-[0-9]* abiword2-[0-9]* - -WRKSRC= ${WRKDIR}/${DISTNAME}/abi -USE_BUILDLINK3= yes -USE_X11= # defined -USE_GNU_TOOLS+= make -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 -CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv} - -CONFIGURE_ARGS.gnu-iconv= --with-libiconv=${BUILDLINK_PREFIX.iconv} - -OS_CFLAGS= ${CFLAGS} - -.if exists(/usr/include/inttypes.h) -OS_CFLAGS+= -DHAVE_INTTYPE_H=1 -.endif - -MAKE_ENV+= OS_CFLAGS="${OS_CFLAGS}" - -MAKE_FLAGS+= ABI_BUILD_VERSION="${ABIWORD_VERS}" -MAKE_FLAGS+= UNIX_CAN_BUILD_STATIC=0 - -.include "../../converters/libiconv/buildlink3.mk" -.include "../../converters/psiconv/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../textproc/expat/buildlink3.mk" -.include "../../graphics/xpm/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/editors/abiword1/PLIST b/editors/abiword1/PLIST deleted file mode 100644 index cb3b82452c1..00000000000 --- a/editors/abiword1/PLIST +++ /dev/null @@ -1,450 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/26 18:20:28 wiz Exp $ -bin/AbiWord -bin/AbiWord_d -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 diff --git a/editors/abiword1/distinfo b/editors/abiword1/distinfo deleted file mode 100644 index ed76481058d..00000000000 --- a/editors/abiword1/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/26 18:20:28 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 diff --git a/editors/abiword1/patches/patch-ab b/editors/abiword1/patches/patch-ab deleted file mode 100644 index 297b02ac936..00000000000 --- a/editors/abiword1/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/12/26 18:20:28 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 - - # The generic target --install: build canonical -+install: - ifeq ($(ABI_NATIVE),unix) - @echo - @echo Using prefix value of [$(prefix)]... diff --git a/editors/abiword1/patches/patch-ac b/editors/abiword1/patches/patch-ac deleted file mode 100644 index de1558276fe..00000000000 --- a/editors/abiword1/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-ad b/editors/abiword1/patches/patch-ad deleted file mode 100644 index 5c26d3f3d8f..00000000000 --- a/editors/abiword1/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-ae b/editors/abiword1/patches/patch-ae deleted file mode 100644 index 0219b2ad0ae..00000000000 --- a/editors/abiword1/patches/patch-ae +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-af b/editors/abiword1/patches/patch-af deleted file mode 100644 index d9d9e6b118e..00000000000 --- a/editors/abiword1/patches/patch-af +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-ag b/editors/abiword1/patches/patch-ag deleted file mode 100644 index 8874dcbfc61..00000000000 --- a/editors/abiword1/patches/patch-ag +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ag,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-ah b/editors/abiword1/patches/patch-ah deleted file mode 100644 index 762fc53aeec..00000000000 --- a/editors/abiword1/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-ai b/editors/abiword1/patches/patch-ai deleted file mode 100644 index 2ecda53ea61..00000000000 --- a/editors/abiword1/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-aj b/editors/abiword1/patches/patch-aj deleted file mode 100644 index 7cf9563910f..00000000000 --- a/editors/abiword1/patches/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aj,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-ak b/editors/abiword1/patches/patch-ak deleted file mode 100644 index cde5e5d6825..00000000000 --- a/editors/abiword1/patches/patch-ak +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ak,v 1.1.1.1 2003/12/26 18:20:28 wiz 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/abiword1/patches/patch-al b/editors/abiword1/patches/patch-al deleted file mode 100644 index fa8e03f0bfd..00000000000 --- a/editors/abiword1/patches/patch-al +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-al,v 1.1.1.1 2003/12/26 18:20:28 wiz 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 \ |