summaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authormarkd <markd>2003-04-09 13:26:45 +0000
committermarkd <markd>2003-04-09 13:26:45 +0000
commit8e29d14a1637136f44261ab8021e63ed1cb93eb1 (patch)
tree0e5b5fcebfc5b8ca761cff46e9bbfb6b95a28a76 /editors/ted
parent20bb3d54a9b518e3940c8efb9fb813ecb67b5879 (diff)
downloadpkgsrc-8e29d14a1637136f44261ab8021e63ed1cb93eb1.tar.gz
Update ted to version 2.14.
(Ted 2.14 April 6, 2003) * Initial support for Macintosh pict images * Table Headers * Bug in image rendering on 256 color screens solved * Fixes in German package * Brazilian window texts * Tabs in page headers/footers finally saved in such a way that they are picked up by MS-Word 2000 (Ted 2.13 March 15, 2003) * Options for making much more compact PostScript when a document is printed. * Support for smallcaps. * Upgraded the pdfmarks to a version that more recent versions of acroread support. * Default codepage for new documents now is 1252. The defaultAnsicpg resource must be used to set a different one. * Make the print dialog usable when there is a huge number of printers. * Partial implementation of rowspan/colspan of table cells. (Ted 2.12 December 1, 2002) * GTK version is now more mature and even usable. Source Adapted to GTK 2.0 * Solid shading of paragraphs and table cells. * Colored table cell borders, Text colors. * GTK version uses X11 resources for configuration, like the Motif version. * To change the hyperlinks as saved by older versions of Ted to blue and underlined once run the command TED_HYPERLINKS_BLUE=1 Ted old.rtf and save the document.
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile8
-rw-r--r--editors/ted/distinfo12
-rw-r--r--editors/ted/patches/patch-ab23
-rw-r--r--editors/ted/patches/patch-ac23
-rw-r--r--editors/ted/patches/patch-ad23
5 files changed, 46 insertions, 43 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 7432b9e96e7..ccb57079e9a 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2002/10/08 12:48:55 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2003/04/09 13:26:45 markd Exp $
-DISTNAME= ted-2.11.src
-PKGNAME= ted-2.11
-WRKSRC= ${WRKDIR}/Ted-2.11
+DISTNAME= ted-2.14.src
+PKGNAME= ted-2.14
+WRKSRC= ${WRKDIR}/Ted-2.14
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
ftp://metalab.unc.edu/pub/packages/editors/ted/
diff --git a/editors/ted/distinfo b/editors/ted/distinfo
index a263bb4295a..e6dcd34c83d 100644
--- a/editors/ted/distinfo
+++ b/editors/ted/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2002/04/21 23:19:54 markd Exp $
+$NetBSD: distinfo,v 1.7 2003/04/09 13:26:45 markd Exp $
-SHA1 (ted-2.11.src.tar.gz) = d4f0ff443a2632d7f665cea8999045b2dbea40a6
-Size (ted-2.11.src.tar.gz) = 2377582 bytes
+SHA1 (ted-2.14.src.tar.gz) = 10f8ca32c2f8ae881bcb6022b09bdeb6be9bf941
+Size (ted-2.14.src.tar.gz) = 2638950 bytes
SHA1 (patch-aa) = d8673fb67176c17beb90a87adebb9ab94a1e15ba
-SHA1 (patch-ab) = fddf769a9e48c68a61512fdb60973415a43ea0e6
-SHA1 (patch-ac) = e7e575a50f7e8ee4140f573f16fe8bd2c3e32f0b
-SHA1 (patch-ad) = 8dbde13c8e2470deac088c64d1bc901ed1944a92
+SHA1 (patch-ab) = 16fa3f2a88a6b252148735f02541833b7ac56b8a
+SHA1 (patch-ac) = 3ad1300b213e925d50e0490587398e7574452aa8
+SHA1 (patch-ad) = a0761bd537cbef20bf80a74eb59c2352a97e4d99
SHA1 (patch-ae) = 9cea02ede59d7f6a88a0c8ec1f93e5d814e6b994
SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9
diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab
index f560977b45b..1e63e49f82d 100644
--- a/editors/ted/patches/patch-ab
+++ b/editors/ted/patches/patch-ab
@@ -1,11 +1,12 @@
-$NetBSD: patch-ab,v 1.5 2002/05/20 17:46:32 cjep Exp $
---- Ted/configure.orig Sun Mar 3 23:24:16 2002
-+++ Ted/configure Tue Apr 9 12:13:32 2002
-@@ -1946,7 +1946,6 @@
-
- # Includes
- for ac_dir in \
-- /usr/include \
- /usr/local/include \
- /usr/pkg/include \
- /usr/local/include/zlib \
+$NetBSD: patch-ab,v 1.6 2003/04/09 13:26:46 markd Exp $
+
+--- Ted/configure.orig Sat Apr 5 00:46:46 2003
++++ Ted/configure
+@@ -3392,7 +3392,6 @@ EOF
+ then
+ # Includes
+ for ac_dir in \
+- /usr/include \
+ /usr/local/include \
+ /usr/pkg/include \
+ /usr/local/include/zlib \
diff --git a/editors/ted/patches/patch-ac b/editors/ted/patches/patch-ac
index 18228133049..4b0f24c42e6 100644
--- a/editors/ted/patches/patch-ac
+++ b/editors/ted/patches/patch-ac
@@ -1,11 +1,12 @@
-$NetBSD: patch-ac,v 1.2 2002/05/20 17:46:32 cjep Exp $
---- appUtil/configure.orig Sun Mar 3 23:24:16 2002
-+++ appUtil/configure Tue Apr 9 12:13:56 2002
-@@ -787,7 +787,6 @@
-
- # Includes
- for ac_dir in \
-- /usr/include \
- /usr/local/include \
- /usr/pkg/include \
- /usr/local/include/zlib \
+$NetBSD: patch-ac,v 1.3 2003/04/09 13:26:46 markd Exp $
+
+--- appUtil/configure.orig Sat Apr 5 00:46:49 2003
++++ appUtil/configure
+@@ -1745,7 +1745,6 @@ EOF
+ then
+ # Includes
+ for ac_dir in \
+- /usr/include \
+ /usr/local/include \
+ /usr/pkg/include \
+ /usr/local/include/zlib \
diff --git a/editors/ted/patches/patch-ad b/editors/ted/patches/patch-ad
index f80557046a2..047fcc9afbb 100644
--- a/editors/ted/patches/patch-ad
+++ b/editors/ted/patches/patch-ad
@@ -1,11 +1,12 @@
-$NetBSD: patch-ad,v 1.2 2002/05/20 17:46:32 cjep Exp $
---- bitmap/configure.orig Sun Mar 3 23:24:16 2002
-+++ bitmap/configure Tue Apr 9 12:14:17 2002
-@@ -1825,7 +1825,6 @@
-
- # Includes
- for ac_dir in \
-- /usr/include \
- /usr/local/include \
- /usr/pkg/include \
- /usr/local/include/zlib \
+$NetBSD: patch-ad,v 1.3 2003/04/09 13:26:46 markd Exp $
+
+--- bitmap/configure.orig Sat Apr 5 00:46:50 2003
++++ bitmap/configure
+@@ -3274,7 +3274,6 @@ EOF
+ then
+ # Includes
+ for ac_dir in \
+- /usr/include \
+ /usr/local/include \
+ /usr/pkg/include \
+ /usr/local/include/zlib \