From bc9431fc248fffd1d7e9d4e7d809e156f9601fcd Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 19 Sep 1999 11:27:19 +0000 Subject: add ted-en-us-2.5. US English spelling dictionary for the Ted word processor. --- textproc/ted-en-us/Makefile | 23 +++++++++++++++++++++++ textproc/ted-en-us/files/md5 | 3 +++ textproc/ted-en-us/pkg/COMMENT | 1 + textproc/ted-en-us/pkg/DESCR | 1 + textproc/ted-en-us/pkg/PLIST | 2 ++ 5 files changed, 30 insertions(+) create mode 100644 textproc/ted-en-us/Makefile create mode 100644 textproc/ted-en-us/files/md5 create mode 100644 textproc/ted-en-us/pkg/COMMENT create mode 100644 textproc/ted-en-us/pkg/DESCR create mode 100644 textproc/ted-en-us/pkg/PLIST diff --git a/textproc/ted-en-us/Makefile b/textproc/ted-en-us/Makefile new file mode 100644 index 00000000000..0669a7409eb --- /dev/null +++ b/textproc/ted-en-us/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/19 11:27:19 dmcmahill Exp $ + +DISTNAME= ted-2.5.src +PKGNAME= ted-en-us-2.5 +WRKSRC= ${WRKDIR}/Ted-2.5 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ + +DEPENDS+= ted-2.5:../../textproc/ted + +USE_X11BASE= YES +NO_BUILD= YES + +post-extract: + @cd ${WRKSRC} ; tar xf tedPackage/TedBindist.tar + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/US_English.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ted-en-us/files/md5 b/textproc/ted-en-us/files/md5 new file mode 100644 index 00000000000..14a51c401b4 --- /dev/null +++ b/textproc/ted-en-us/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/19 11:27:20 dmcmahill Exp $ + +MD5 (ted-2.5.src.tar.gz) = 6b53d433ebb46cede951617105e3a093 diff --git a/textproc/ted-en-us/pkg/COMMENT b/textproc/ted-en-us/pkg/COMMENT new file mode 100644 index 00000000000..14ee61107a7 --- /dev/null +++ b/textproc/ted-en-us/pkg/COMMENT @@ -0,0 +1 @@ +US English spelling dictionary for the Ted word processor. diff --git a/textproc/ted-en-us/pkg/DESCR b/textproc/ted-en-us/pkg/DESCR new file mode 100644 index 00000000000..14ee61107a7 --- /dev/null +++ b/textproc/ted-en-us/pkg/DESCR @@ -0,0 +1 @@ +US English spelling dictionary for the Ted word processor. diff --git a/textproc/ted-en-us/pkg/PLIST b/textproc/ted-en-us/pkg/PLIST new file mode 100644 index 00000000000..32fb396ddc5 --- /dev/null +++ b/textproc/ted-en-us/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/19 11:27:20 dmcmahill Exp $ +share/Ted/ind/US_English.ind -- cgit v1.2.3