pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors abiword1 removed; does not build anymore; not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/558b7affd16c
branches:  trunk
changeset: 489497:558b7affd16c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 22 12:39:04 2005 +0000

description:
abiword1 removed; does not build anymore; not supported; use abiword instead;)

diffstat:

 editors/Makefile                  |    3 +-
 editors/abiword1/DESCR            |   11 -
 editors/abiword1/Makefile         |   60 -----
 editors/abiword1/PLIST            |  450 --------------------------------------
 editors/abiword1/distinfo         |   15 -
 editors/abiword1/patches/patch-ab |   13 -
 editors/abiword1/patches/patch-ac |   16 -
 editors/abiword1/patches/patch-ad |   13 -
 editors/abiword1/patches/patch-ae |   24 --
 editors/abiword1/patches/patch-af |   18 -
 editors/abiword1/patches/patch-ag |   31 --
 editors/abiword1/patches/patch-ah |   13 -
 editors/abiword1/patches/patch-ai |   13 -
 editors/abiword1/patches/patch-aj |   20 -
 editors/abiword1/patches/patch-ak |   20 -
 editors/abiword1/patches/patch-al |   23 -
 16 files changed, 1 insertions(+), 742 deletions(-)

diffs (truncated from 817 to 300 lines):

diff -r 7f0047d89336 -r 558b7affd16c editors/Makefile
--- a/editors/Makefile  Tue Feb 22 10:51:06 2005 +0000
+++ b/editors/Makefile  Tue Feb 22 12:39:04 2005 +0000
@@ -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 @@
 SUBDIR+=       TeXmacs
 SUBDIR+=       abiword
 SUBDIR+=       abiword-plugins
-SUBDIR+=       abiword1
 SUBDIR+=       beav
 SUBDIR+=       beaver
 SUBDIR+=       biew
diff -r 7f0047d89336 -r 558b7affd16c editors/abiword1/DESCR
--- a/editors/abiword1/DESCR    Tue Feb 22 10:51:06 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7f0047d89336 -r 558b7affd16c editors/abiword1/Makefile
--- a/editors/abiword1/Makefile Tue Feb 22 10:51:06 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 7f0047d89336 -r 558b7affd16c editors/abiword1/PLIST
--- a/editors/abiword1/PLIST    Tue Feb 22 10:51:06 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index