From 31b4f4fc624883f8dfe3df176d8a90e860d06379 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-pt/Makefile | 23 +++++++++++++++++++++++ editors/ted-pt/distinfo | 4 ++++ editors/ted-pt/pkg/DESCR | 1 + editors/ted-pt/pkg/PLIST | 2 ++ 4 files changed, 30 insertions(+) create mode 100644 editors/ted-pt/Makefile create mode 100644 editors/ted-pt/distinfo create mode 100644 editors/ted-pt/pkg/DESCR create mode 100644 editors/ted-pt/pkg/PLIST (limited to 'editors/ted-pt') diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile new file mode 100644 index 00000000000..97cf8138684 --- /dev/null +++ b/editors/ted-pt/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_P +PKGNAME= ted-pt-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= Portuguese 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/Portuguese.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-pt/distinfo b/editors/ted-pt/distinfo new file mode 100644 index 00000000000..f8057bc10af --- /dev/null +++ b/editors/ted-pt/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_P.tar.gz) = 2580134ac70ea7b95fd0f747fe6bd731a79e30fe +Size (Ted_P.tar.gz) = 534369 bytes diff --git a/editors/ted-pt/pkg/DESCR b/editors/ted-pt/pkg/DESCR new file mode 100644 index 00000000000..a6dc834f8fd --- /dev/null +++ b/editors/ted-pt/pkg/DESCR @@ -0,0 +1 @@ +Portuguese spelling dictionary for the Ted word processor. diff --git a/editors/ted-pt/pkg/PLIST b/editors/ted-pt/pkg/PLIST new file mode 100644 index 00000000000..fc181b001fc --- /dev/null +++ b/editors/ted-pt/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/Portuguese.ind -- cgit v1.2.3