0f753155b5
(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.
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/04/09 13:26:49 markd Exp $
|
|
|
|
DISTNAME= Ted_sv_SE
|
|
PKGNAME= ted-sv-2.14
|
|
WRKSRC= ${WRKDIR}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
|
|
ftp://metalab.unc.edu/pub/packages/editors/ted/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.nllgg.nl/Ted/
|
|
COMMENT= Swedish spelling dictionary for the Ted word processor
|
|
|
|
DEPENDS+= ted>=2.6:../../editors/ted
|
|
|
|
USE_X11BASE= YES
|
|
|
|
DIST_SUBDIR= Ted-2.14
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/ind/Swedish.ind ${PREFIX}/share/Ted/ind
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|