summaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authormarkd <markd>2002-04-09 02:13:37 +0000
committermarkd <markd>2002-04-09 02:13:37 +0000
commit7df893b08797c316c019057a442e3f9cba3f77d6 (patch)
treebd6f34269646b2b26e6da52178133424bcc481d3 /editors/ted
parentfaa42eb15205052bc0d24e998ae11d36f0ffbdb9 (diff)
downloadpkgsrc-7df893b08797c316c019057a442e3f9cba3f77d6.tar.gz
Update Ted to version 2.11
Changes since version 2.10 * Footnotes and endnotes. * Detailed manipulation of the tabulator settings with a 'Tabs' tool. * Bugs and annoyances have been removed. In particular the crash with printing on lp based systems like RedHat Linux 7. * Added the posiibility to convert to PostScript without even touching the X11 environment. * Windows Metafile picture rendering extended to more types of metafiles. As most images in rtf files are metafiles this solves problems with the more complicated ones. * Better portability to older systems. * Jouk Jansen contributed fixes for a port to OpenVMS. * Preparations for multi column layout. * Preparations for 'Undo'
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile19
-rw-r--r--editors/ted/PLIST4
-rw-r--r--editors/ted/distinfo9
-rw-r--r--editors/ted/patches/patch-aa12
4 files changed, 21 insertions, 23 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 09189c12738..f7ebcf980ac 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2002/03/13 17:36:52 fredb Exp $
+# $NetBSD: Makefile,v 1.9 2002/04/09 02:13:37 markd Exp $
-DISTNAME= ted-2.10.src
-PKGNAME= ted-2.10
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/Ted-2.10
+DISTNAME= ted-2.11.src
+PKGNAME= ted-2.11
+WRKSRC= ${WRKDIR}/Ted-2.11
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
ftp://metalab.unc.edu/pub/packages/editors/ted/
@@ -30,11 +29,11 @@ post-extract:
@cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar
post-patch:
- @cd ${WRKSRC}/info ; \
+ @cd ${WRKSRC}/Ted ; \
${SED} -e "s!Ted.afmDirectory:.*!Ted.afmDirectory:${AFMDIR}!g" \
-e "s!Ted.spellToolSystemDicts:.*!Ted.spellToolSystemDicts:${INDDIR}!g" \
- -e "s!Ted.documentFileName:.*!Ted.documentFileName:${INFODIR}/TedDocument.rtf!g" \
- Ted.ad.sample > Ted
+ -e "s!Ted.documentFileName:.*!Ted.documentFileName:${INFODIR}/TedDocument-en_US.rtf!g" \
+ Ted.ad.sample > Ted.ad
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${PREFIX}/bin/Ted
@@ -57,8 +56,8 @@ do-install:
${INSTALL_DATA_DIR} ${INDDIR}
${INSTALL_DATA} ${FILESDIR}/README.ind ${INDDIR}
${INSTALL_DATA_DIR} ${INFODIR}
- ${INSTALL_DATA} ${WRKSRC}/info/TedDocument.rtf ${INFODIR}
- ${INSTALL_DATA} ${WRKSRC}/info/Ted ${PREFIX}/lib/X11/app-defaults \
+ ${INSTALL_DATA} ${WRKSRC}/Ted/TedDocument-en_US.rtf ${INFODIR}
+ ${INSTALL_DATA} ${WRKSRC}/Ted/Ted.ad ${PREFIX}/lib/X11/app-defaults/Ted
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
diff --git a/editors/ted/PLIST b/editors/ted/PLIST
index b078ea6ef3a..29f97888b32 100644
--- a/editors/ted/PLIST
+++ b/editors/ted/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:30 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/04/09 02:13:37 markd Exp $
bin/Ted
share/Ted/afm/Courier-Bold.afm
share/Ted/afm/Courier-BoldOblique.afm
@@ -14,7 +14,7 @@ share/Ted/afm/Times-BoldItalic.afm
share/Ted/afm/Times-Italic.afm
share/Ted/afm/Times-Roman.afm
lib/X11/app-defaults/Ted
-share/doc/Ted/TedDocument.rtf
+share/doc/Ted/TedDocument-en_US.rtf
share/Ted/ind/README.ind
@dirrm share/Ted/afm
@dirrm share/Ted/ind
diff --git a/editors/ted/distinfo b/editors/ted/distinfo
index 5265fc79626..e19b869cf1b 100644
--- a/editors/ted/distinfo
+++ b/editors/ted/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/08/24 13:02:48 hubertf Exp $
+$NetBSD: distinfo,v 1.4 2002/04/09 02:13:37 markd Exp $
-SHA1 (ted-2.10.src.tar.gz) = 22768b3c433129fcabc0513305d29fbb185e7976
-Size (ted-2.10.src.tar.gz) = 2247037 bytes
-SHA1 (patch-aa) = 6b5f2e6e01dbace66d5a135a5aac33aaf21d1b4b
-SHA1 (patch-ab) = ef80c0246c655be34178698b6faa0729c8993222
+SHA1 (ted-2.11.src.tar.gz) = d4f0ff443a2632d7f665cea8999045b2dbea40a6
+Size (ted-2.11.src.tar.gz) = 2377582 bytes
+SHA1 (patch-aa) = d8673fb67176c17beb90a87adebb9ab94a1e15ba
diff --git a/editors/ted/patches/patch-aa b/editors/ted/patches/patch-aa
index c9439fbe58e..6055433890a 100644
--- a/editors/ted/patches/patch-aa
+++ b/editors/ted/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2001/05/19 17:18:41 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2002/04/09 02:13:38 markd Exp $
---- Ted/makefile.in.orig Sun Apr 8 18:05:27 2001
-+++ Ted/makefile.in
-@@ -27,7 +27,8 @@
+--- Ted/makefile.in.orig Sun Mar 3 23:24:16 2002
++++ Ted/makefile.in Wed Mar 27 11:08:14 2002
+@@ -26,7 +26,8 @@
-I../bitmap \
-I../ind \
-I../include \
@@ -10,5 +10,5 @@ $NetBSD: patch-aa,v 1.2 2001/05/19 17:18:41 wiz Exp $
+ $(DEF_PKGDIR) \
+ $(DEF_INFODIR)
- LDFLAGS=@LDFLAGS@
-
+ CFLAGS= \
+ @CFLAGS@ \