pkgsrc/editors/ted-pt/Makefile
markd e54791f172 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.
2004-05-11 11:50:00 +00:00

24 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:01 markd Exp $
DISTNAME= Ted_pt_PT
PKGNAME= ted-pt-2.16
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
ftp://metalab.unc.edu/pub/packages/editors/ted/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= Portuguese spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
DIST_SUBDIR= Ted-2.16
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/Portuguese.ind ${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"