From 6e658debc849b955a137418ad4a87d45d9f6d25e Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 10 Oct 1999 19:39:41 +0000 Subject: - added US mirror site - Update to Ted-2.6: Changes since Ted-2.5 include: * Picture files and spelling dictionaries are now read in a machine independent way: This avoids problems on 64 bit machines. * The HTML produced is now simpler. Some bugs and peculiarities in the nesting of tags have been removed. * Support for multiple line spacing. * Support for right and center tabs. * In version 2.5 too much of the screen was redrawn while typing. * Hyperlinks are no longer automatically underlined. They are printed in blue. * Better support for character sets different from latin 1. In paritcular for Latin2 documents. * Subsequent steps in moving from the X11 layout on screen to the exact PostScript layout. * Various bugs and annoyances removed. A very disturbing one with the file selection dialog in particular. Used Electric Fence to debug memory management. --- textproc/ted/Makefile | 11 ++++++----- textproc/ted/files/md5 | 4 ++-- textproc/ted/files/patch-sum | 4 ++-- textproc/ted/patches/patch-aa | 10 +++++----- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/textproc/ted/Makefile b/textproc/ted/Makefile index a68ae72443d..6af8a7a8bc9 100644 --- a/textproc/ted/Makefile +++ b/textproc/ted/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 1999/10/09 20:21:47 jlam Exp $ +# $NetBSD: Makefile,v 1.5 1999/10/10 19:39:41 dmcmahill Exp $ -DISTNAME= ted-2.5.src -PKGNAME= ted-2.5 -WRKSRC= ${WRKDIR}/Ted-2.5 +DISTNAME= ted-2.6.src +PKGNAME= ted-2.6 +WRKSRC= ${WRKDIR}/Ted-2.6 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nllgg.nl/Ted/ diff --git a/textproc/ted/files/md5 b/textproc/ted/files/md5 index 8b1211d3b66..3a9ab3db3b6 100644 --- a/textproc/ted/files/md5 +++ b/textproc/ted/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.2 1999/09/19 01:53:53 dmcmahill Exp $ +$NetBSD: md5,v 1.2 1999/10/10 19:39:43 dmcmahill Exp $ -MD5 (ted-2.5.src.tar.gz) = 6b53d433ebb46cede951617105e3a093 +MD5 (ted-2.6.src.tar.gz) = c29061bda9c904c1b71eaa20d7038b7f diff --git a/textproc/ted/files/patch-sum b/textproc/ted/files/patch-sum index ac96446a1df..6a7cf9e493f 100644 --- a/textproc/ted/files/patch-sum +++ b/textproc/ted/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.3 1999/09/19 01:54:01 dmcmahill Exp $ +$NetBSD: patch-sum,v 1.4 1999/10/10 19:39:43 dmcmahill Exp $ -MD5 (patch-aa) = 4b45f2cce39a14b28b8b0a25ae8765b5 +MD5 (patch-aa) = cbfb842a88d15b0f86e3a84528d7fa7e diff --git a/textproc/ted/patches/patch-aa b/textproc/ted/patches/patch-aa index e8f01d01b55..ad40eb469d4 100644 --- a/textproc/ted/patches/patch-aa +++ b/textproc/ted/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.2 1999/09/19 01:54:35 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.2 1999/10/10 19:39:43 dmcmahill Exp $ ---- Ted/makefile.in.orig Fri Jul 23 06:52:42 1999 -+++ Ted/makefile.in Mon Aug 30 08:48:21 1999 -@@ -12,5 +12,6 @@ +--- 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 \ -I../include \ - $(DEF_PKGDIR) -+ $(DEF_PKGDIR) \ ++ $(DEF_PKGDIR) \ + $(DEF_INFODIR) LDFLAGS=@LDFLAGS@ -- cgit v1.2.3