diff options
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 70 | ||||
-rw-r--r-- | editors/abiword/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword/files/patch-aa | 11 | ||||
-rw-r--r-- | editors/abiword/files/patch-af | 11 | ||||
-rw-r--r-- | editors/abiword/files/patch-ag | 11 | ||||
-rw-r--r-- | editors/abiword/pkg-comment | 1 | ||||
-rw-r--r-- | editors/abiword/pkg-descr | 6 | ||||
-rw-r--r-- | editors/abiword/pkg-message | 10 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 112 |
9 files changed, 0 insertions, 236 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile deleted file mode 100644 index d5a9ac1c4ed5..000000000000 --- a/editors/abiword/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: AbiWord -# Version required: 0.7.6 -# Date created: 3 Mar 1999 -# Whom: Donald Burr <dburr@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= abi-${VERSION} -PKGNAME= AbiWord-${VERSION} -CATEGORIES= editors -MASTER_SITES= http://www.abisource.com/downloads/Version-${VERSION}/lf/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${VERSION}.tar.gz \ - unixfonts-${VERSION}.tar.gz wv-${VERSION}.tar.gz - -MAINTAINER= dburr@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - png.3:${PORTSDIR}/graphics/png -RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell - -DIST_SUBDIR= AbiWord - -VERSION= 0.7.6 -WRKSRC= ${WRKDIR}/abi-${VERSION}/src -USE_XLIB= yes -USE_GMAKE= yes -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config/gtk12-config -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" -OSDISTDIR= ${OPSYS}_`uname -r`_${ARCH}_OBJ - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} != 310000 - @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ - ${WRKSRC}/config/platforms/freebsd.mk.version - @${SED} -e s,3.1-RELEASE,`uname -r`,g \ - -e s,-D_POSIX_SOURCE,,g \ - ${WRKSRC}/config/platforms/freebsd.mk.version > \ - ${WRKSRC}/config/platforms/freebsd.mk -.endif - -pre-build: - @(cd ${WRKDIR}/wv && ./configure) - -do-install: - @${MKDIR} ${PREFIX}/AbiSuite/bin - @${MKDIR} ${PREFIX}/AbiSuite/docs - @(cd ${WRKDIR}/abi-${VERSION}/docs; for DOCS in *; do \ - ${INSTALL_DATA} $${DOCS} ${PREFIX}/AbiSuite/docs/ \ - ;done) - @(cd ${WRKDIR}/abi-${VERSION}/test/wp; for TEST in *; do \ - ${INSTALL_DATA} $${TEST} ${PREFIX}/AbiSuite/docs/ \ - ;done) - @${INSTALL_PROGRAM} ${WRKSRC}/${OSDISTDIR}/bin/AbiWord_s \ - ${PREFIX}/AbiSuite/bin/ - @${LN} -sf ${PREFIX}/AbiSuite/bin/AbiWord ${PREFIX}/bin/AbiWord - @${CP} ${WRKDIR}/unixfonts/install.sh \ - ${WRKDIR}/unixfonts/install.sh.orig - @${SED} s,/usr/local,${PREFIX}, \ - ${WRKDIR}/unixfonts/install.sh.orig > \ - ${WRKDIR}/unixfonts/install.sh - @(cd ${WRKDIR}/unixfonts; yes "" | ./install.sh) - @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, - @(${WRKSRC}/pkg/common/unix/scripts/makewrapper.sh \ - AbiWord ${PREFIX}/AbiSuite) - -.include <bsd.port.post.mk> diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo deleted file mode 100644 index 7ae219276a27..000000000000 --- a/editors/abiword/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (AbiWord/abi-0.7.6.tar.gz) = eabfa3067ff560f7c08b62d7661bba55 -MD5 (AbiWord/expat-0.7.6.tar.gz) = 3645bf427740914d7fd5f3173f2a742a -MD5 (AbiWord/unixfonts-0.7.6.tar.gz) = 937be69cc7d43a0aa15215ec04e102dd -MD5 (AbiWord/wv-0.7.6.tar.gz) = 528c967c1d0fcb2f7b817920c6610a50 diff --git a/editors/abiword/files/patch-aa b/editors/abiword/files/patch-aa deleted file mode 100644 index 3d086340d1b6..000000000000 --- a/editors/abiword/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- wp/impexp/xp/ie_imp_MsWord_97.h Sun Oct 31 14:05:06 1999 -+++ wp/impexp/xp/ie_imp_MsWord_97.h.new Sun Oct 31 14:05:27 1999 -@@ -24,7 +24,7 @@ - //#include <stdlib.h> - #include <stdio.h> - #include "wv.h" --#include "xmlparse.h" -+#include <xmlparse.h> - #include "ut_vector.h" - #include "ut_stack.h" - #include "ie_imp.h" diff --git a/editors/abiword/files/patch-af b/editors/abiword/files/patch-af deleted file mode 100644 index 9d748542c247..000000000000 --- a/editors/abiword/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- af/util/xp/ut_png.cpp Fri Feb 19 12:20:25 1999 -+++ af/util/xp/ut_png.cpp.new Sat Oct 30 19:10:59 1999 -@@ -17,7 +17,7 @@ - * 02111-1307, USA. - */ - --#include "png.h" -+#include <png.h> - - #include "ut_assert.h" - #include "ut_bytebuf.h" diff --git a/editors/abiword/files/patch-ag b/editors/abiword/files/patch-ag deleted file mode 100644 index 6405e7d1a262..000000000000 --- a/editors/abiword/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- wp/impexp/xp/ie_imp_AbiWord_1.h Thu Jul 22 14:29:34 1999 -+++ wp/impexp/xp/ie_imp_AbiWord_1.h.new Sat Oct 30 21:37:43 1999 -@@ -22,7 +22,7 @@ - #define IE_IMP_ABIWORD_1_H - - #include <stdio.h> --#include "xmlparse.h" -+#include <xmlparse.h> - #include "ut_vector.h" - #include "ut_stack.h" - #include "ie_imp.h" diff --git a/editors/abiword/pkg-comment b/editors/abiword/pkg-comment deleted file mode 100644 index 9156838a8ebf..000000000000 --- a/editors/abiword/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An open-source, cross-platform WYSIWYG word processor diff --git a/editors/abiword/pkg-descr b/editors/abiword/pkg-descr deleted file mode 100644 index f80401c4da39..000000000000 --- a/editors/abiword/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -AbiWord is an open-source, cross-platform WYSIWYG word processor, based -on the GTK tool kit. - -For more information, or to see screenshots, visit the AbiSource home page -at -WWW: http://www.abisource.com/ diff --git a/editors/abiword/pkg-message b/editors/abiword/pkg-message deleted file mode 100644 index 41799bba5851..000000000000 --- a/editors/abiword/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -You must add the /usr/local/AbiSuite/fonts directory to your X server's -font path. For XFree86, add the line: - -FontPath "/usr/local/AbiSuite/fonts/" - -in the "Files" section of your /etc/XF86Config file. -If you use a different X server, please see its documentation on how to do -this. - -Then re-start your X server. diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist deleted file mode 100644 index 77eee5b0bc34..000000000000 --- a/editors/abiword/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/AbiWord -AbiSuite/bin/AbiWord -AbiSuite/bin/AbiWord_s -AbiSuite/fonts/a010013l.afm -AbiSuite/fonts/a010013l.pfa -AbiSuite/fonts/a010015l.afm -AbiSuite/fonts/a010015l.pfa -AbiSuite/fonts/a010033l.afm -AbiSuite/fonts/a010033l.pfa -AbiSuite/fonts/a010035l.afm -AbiSuite/fonts/a010035l.pfa -AbiSuite/fonts/b018012l.afm -AbiSuite/fonts/b018012l.pfa -AbiSuite/fonts/b018015l.afm -AbiSuite/fonts/b018015l.pfa -AbiSuite/fonts/b018032l.afm -AbiSuite/fonts/b018032l.pfa -AbiSuite/fonts/b018035l.afm -AbiSuite/fonts/b018035l.pfa -AbiSuite/fonts/bchb.afm -AbiSuite/fonts/bchb.pfa -AbiSuite/fonts/bchbi.afm -AbiSuite/fonts/bchbi.pfa -AbiSuite/fonts/bchr.afm -AbiSuite/fonts/bchr.pfa -AbiSuite/fonts/bchri.afm -AbiSuite/fonts/bchri.pfa -AbiSuite/fonts/c059013l.afm -AbiSuite/fonts/c059013l.pfa -AbiSuite/fonts/c059016l.afm -AbiSuite/fonts/c059016l.pfa -AbiSuite/fonts/c059033l.afm -AbiSuite/fonts/c059033l.pfa -AbiSuite/fonts/c059036l.afm -AbiSuite/fonts/c059036l.pfa -AbiSuite/fonts/d050000l.afm -AbiSuite/fonts/d050000l.pfa -AbiSuite/fonts/fonts.dir -AbiSuite/fonts/n019003l.afm -AbiSuite/fonts/n019003l.pfa -AbiSuite/fonts/n019004l.afm -AbiSuite/fonts/n019004l.pfa -AbiSuite/fonts/n019023l.afm -AbiSuite/fonts/n019023l.pfa -AbiSuite/fonts/n019024l.afm -AbiSuite/fonts/n019024l.pfa -AbiSuite/fonts/n019043l.afm -AbiSuite/fonts/n019043l.pfa -AbiSuite/fonts/n019044l.afm -AbiSuite/fonts/n019044l.pfa -AbiSuite/fonts/n019063l.afm -AbiSuite/fonts/n019063l.pfa -AbiSuite/fonts/n019064l.afm -AbiSuite/fonts/n019064l.pfa -AbiSuite/fonts/n021003l.afm -AbiSuite/fonts/n021003l.pfa -AbiSuite/fonts/n021004l.afm -AbiSuite/fonts/n021004l.pfa -AbiSuite/fonts/n021023l.afm -AbiSuite/fonts/n021023l.pfa -AbiSuite/fonts/n021024l.afm -AbiSuite/fonts/n021024l.pfa -AbiSuite/fonts/n022003l.afm -AbiSuite/fonts/n022003l.pfa -AbiSuite/fonts/n022004l.afm -AbiSuite/fonts/n022004l.pfa -AbiSuite/fonts/n022023l.afm -AbiSuite/fonts/n022023l.pfa -AbiSuite/fonts/n022024l.afm -AbiSuite/fonts/n022024l.pfa -AbiSuite/fonts/p052003l.afm -AbiSuite/fonts/p052003l.pfa -AbiSuite/fonts/p052004l.afm -AbiSuite/fonts/p052004l.pfa -AbiSuite/fonts/p052023l.afm -AbiSuite/fonts/p052023l.pfa -AbiSuite/fonts/p052024l.afm -AbiSuite/fonts/p052024l.pfa -AbiSuite/fonts/s050000l.afm -AbiSuite/fonts/s050000l.pfa -AbiSuite/fonts/z003034l.afm -AbiSuite/fonts/z003034l.pfa -AbiSuite/docs/AbiSource_DialogFramework.abw -AbiSuite/docs/AbiSource_Localization.abw -AbiSuite/docs/AbiSource_ProgrammerGuidelines.abw -AbiSuite/docs/AbiWord_DocumentFormat.abw -AbiSuite/docs/AbiWord_FileImport.abw -AbiSuite/docs/AbiWord_LayoutDesign.abw -AbiSuite/docs/AbiWord_SourceOverview.abw -AbiSuite/docs/AbiWord_SpellCheck_Notes.abw -AbiSuite/docs/AbiWord_list_notes.txt -AbiSuite/docs/BUILD.TXT -AbiSuite/docs/UnixAdmin.abw -AbiSuite/docs/roadmap.html -AbiSuite/docs/Bazaar.abw -AbiSuite/docs/BillOfRights.abw -AbiSuite/docs/Gettysburg.abw -AbiSuite/docs/Interview.abw -AbiSuite/docs/Latin1.abw -AbiSuite/docs/Styles.abw -AbiSuite/docs/Unicode1.abw -AbiSuite/docs/Word97Test.doc -AbiSuite/docs/abi_memo-new.abw -AbiSuite/docs/abi_memo.abw -AbiSuite/docs/data.abw -AbiSuite/docs/footer.abw -AbiSuite/docs/rtftest.rtf -AbiSuite/docs/tabs.abw -@dirrm AbiSuite/fonts -@dirrm AbiSuite/bin -@dirrm AbiSuite/docs -@dirrm AbiSuite |