diff options
author | markd <markd@pkgsrc.org> | 2002-04-09 02:13:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-09 02:13:37 +0000 |
commit | c952c0ded51bf5b89af8bf0dfd9af50598c87146 (patch) | |
tree | bd6f34269646b2b26e6da52178133424bcc481d3 /editors/ted/Makefile | |
parent | b1b6cde3034e43747094a7be22c9300928c9f22f (diff) | |
download | pkgsrc-c952c0ded51bf5b89af8bf0dfd9af50598c87146.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/Makefile')
-rw-r--r-- | editors/ted/Makefile | 19 |
1 files changed, 9 insertions, 10 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" |