diff options
author | markd <markd@pkgsrc.org> | 2004-05-11 11:50:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-05-11 11:50:00 +0000 |
commit | e54791f1729181dd9254d4e9b37b83330885abad (patch) | |
tree | ce552e91ba3366911dd6a1c90e93c6c3ed56b0d7 /editors/ted/Makefile | |
parent | ce51f14bbcd8e4ec4162939348c1452b575ea70c (diff) | |
download | pkgsrc-e54791f1729181dd9254d4e9b37b83330885abad.tar.gz |
Update Ted to version 2.16
Changes since version 2.14
(Ted 2.16 Apr 18, 2004)
* Fixed some bugs, in particular a crash after you deleted a table near
the end of a document. Additionally many bugs relating to (foot)notes
were fixed.
* More navigation keys work like in MS-Word.
* Refresh of some of the translations and spelling dictionaries.
* Support for a second custom print command to support both ghostview for
print preview and xpp for double sided printing.
(Ted 2.15 Apr 5, 2004)
* Norwegian window texts
* Printing (and so pdf conversion) of embedded macpict images
* Bug fixes.
* Mapping between rtf, PostScript and X11 fonts revisited. Preparations
for the integration with the GhostScript font installation. Fonts can be
embedded in the printout to print on any printer.
* Separated Spanish Spanish texts and Argentinial Spanish texts.
* Many fixes to support Central European and Greek files.
* Very thoroughly tested by Jonathan Drews and Axel Schwarzer.
Diffstat (limited to 'editors/ted/Makefile')
-rw-r--r-- | editors/ted/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index eac7e147a0c..7404483b9d3 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/04/12 03:41:51 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/11 11:50:00 markd Exp $ -DISTNAME= ted-2.14.src -PKGNAME= ted-2.14 -PKGREVISION= 1 +DISTNAME= ted-2.16.src +PKGNAME= ted-2.16 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ ftp://metalab.unc.edu/pub/packages/editors/ted/ @@ -11,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= X11 based WordPad-like word processor -WRKSRC= ${WRKDIR}/Ted-2.14 +WRKSRC= ${WRKDIR}/Ted-2.16 USE_BUILDLINK3= YES USE_X11BASE= YES |