From 14af5e79589b85a4d0fca7264597f945ae217703 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 May 2001 14:42:19 +0000 Subject: Move ted and support packages from textproc to editors. --- editors/ted-cs/Makefile | 23 +++++++++++++++++++++++ editors/ted-cs/distinfo | 4 ++++ editors/ted-cs/pkg/DESCR | 1 + editors/ted-cs/pkg/PLIST | 2 ++ 4 files changed, 30 insertions(+) create mode 100644 editors/ted-cs/Makefile create mode 100644 editors/ted-cs/distinfo create mode 100644 editors/ted-cs/pkg/DESCR create mode 100644 editors/ted-cs/pkg/PLIST (limited to 'editors/ted-cs') diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile new file mode 100644 index 00000000000..e5c29c5e02b --- /dev/null +++ b/editors/ted-cs/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_CZ +PKGNAME= ted-cs-2.6 +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= Czech spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Czech.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-cs/distinfo b/editors/ted-cs/distinfo new file mode 100644 index 00000000000..d366da8032a --- /dev/null +++ b/editors/ted-cs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_CZ.tar.gz) = e898ecc143fb5372562755e514319cd6369b6033 +Size (Ted_CZ.tar.gz) = 825473 bytes diff --git a/editors/ted-cs/pkg/DESCR b/editors/ted-cs/pkg/DESCR new file mode 100644 index 00000000000..77faed6b043 --- /dev/null +++ b/editors/ted-cs/pkg/DESCR @@ -0,0 +1 @@ +Czech spelling dictionary for the Ted word processor. diff --git a/editors/ted-cs/pkg/PLIST b/editors/ted-cs/pkg/PLIST new file mode 100644 index 00000000000..e95bc7102e1 --- /dev/null +++ b/editors/ted-cs/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Czech.ind -- cgit v1.2.3