From 1b510edc99899f9887b3ee055e383ae357da64fb Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 19 May 2001 17:18:41 +0000 Subject: Update ted and its spell checking libraries to 2.10. Changes are unknown, except that it doesn't depend on libungif anymore. XXX: Merge the spellchecking packages? XXX: There are three more for sk, hu, and pl, if anybody cares. --- editors/ted/Makefile | 12 ++++++------ editors/ted/distinfo | 9 ++++----- editors/ted/patches/patch-aa | 12 +++++++----- editors/ted/patches/patch-ab | 11 ----------- 4 files changed, 17 insertions(+), 27 deletions(-) delete mode 100644 editors/ted/patches/patch-ab (limited to 'editors/ted') diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 3b8e600c340..f5afb87f639 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/19 17:18:41 wiz Exp $ -DISTNAME= ted-2.8.src -PKGNAME= ted-2.8 -WRKSRC= ${WRKDIR}/Ted-2.8 +DISTNAME= ted-2.10.src +PKGNAME= ted-2.10 +WRKSRC= ${WRKDIR}/Ted-2.10 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ ftp://metalab.unc.edu/pub/packages/editors/ted/ @@ -11,7 +11,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= X11 based WordPad-like word processor -DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff @@ -29,7 +28,8 @@ MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \ DEF_INDDIR='-DINDDIR=\"${INDDIR}\"' \ DEF_INFODIR='-DINFODIR=\"${INFODIR}\"' -ALL_TARGET= compile +ALL_TARGET= compile.shared +INSTALL_TARGET= install.shared post-extract: @cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar diff --git a/editors/ted/distinfo b/editors/ted/distinfo index be1d9142fca..dca5bc2d271 100644 --- a/editors/ted/distinfo +++ b/editors/ted/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +$NetBSD: distinfo,v 1.2 2001/05/19 17:18:41 wiz Exp $ -SHA1 (ted-2.8.src.tar.gz) = 265c96ce91247c17edc880e46e89883d19abb5f8 -Size (ted-2.8.src.tar.gz) = 2054547 bytes -SHA1 (patch-aa) = 2134018eafbbbc361674d475d7774eba6e208b7c -SHA1 (patch-ab) = 20135a2db628c78ea5e99a8f544b0d67b218b1eb +SHA1 (ted-2.10.src.tar.gz) = 22768b3c433129fcabc0513305d29fbb185e7976 +Size (ted-2.10.src.tar.gz) = 2247037 bytes +SHA1 (patch-aa) = 6b5f2e6e01dbace66d5a135a5aac33aaf21d1b4b diff --git a/editors/ted/patches/patch-aa b/editors/ted/patches/patch-aa index 3034b56bccf..c9439fbe58e 100644 --- a/editors/ted/patches/patch-aa +++ b/editors/ted/patches/patch-aa @@ -1,12 +1,14 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 14:42:20 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/05/19 17:18:41 wiz Exp $ ---- Ted/makefile.in.orig Thu Sep 23 06:08:00 1999 -+++ Ted/makefile.in Sun Oct 10 13:46:20 1999 -@@ -22,5 +22,6 @@ - -I../appUtil \ +--- Ted/makefile.in.orig Sun Apr 8 18:05:27 2001 ++++ Ted/makefile.in +@@ -27,7 +27,8 @@ + -I../bitmap \ + -I../ind \ -I../include \ - $(DEF_PKGDIR) + $(DEF_PKGDIR) \ + $(DEF_INFODIR) LDFLAGS=@LDFLAGS@ + diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab deleted file mode 100644 index a5304f24fa8..00000000000 --- a/editors/ted/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 14:42:20 wiz Exp $ - ---- appFrame/appFileChooser.c.orig Mon Mar 27 05:09:43 2000 -+++ appFrame/appFileChooser.c Fri Apr 21 21:34:20 2000 -@@ -633,5 +633,5 @@ - XtSetArg( al[ac], XmNuserData, (XtPointer)aci ); ac++; - XtSetArg( al[ac], XmNdialogStyle, XmDIALOG_APPLICATION_MODAL ); ac++; --# if XmVersion >= 2000 -+# if XmVersion >= 2000 && !defined(LESSTIF_VERSION) - XtSetArg( al[ac], XmNfileFilterStyle, - XmFILTER_HIDDEN_FILES ); ac++; -- cgit v1.2.3