diff options
author | ad <ad@pkgsrc.org> | 2000-07-14 12:14:49 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2000-07-14 12:14:49 +0000 |
commit | 96bdfe9563cee0405b3fa7e01af5a2d9c99d9b83 (patch) | |
tree | 9ce06d62b15991749607badf33fa226e0448ec48 /textproc/ispell-gaeilge | |
parent | 4d5b9b7fa45e0e6e9c3a94834db48633164e1de3 (diff) | |
download | pkgsrc-96bdfe9563cee0405b3fa7e01af5a2d9c99d9b83.tar.gz |
Irish language support for ispell.
Diffstat (limited to 'textproc/ispell-gaeilge')
-rw-r--r-- | textproc/ispell-gaeilge/Makefile | 12 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/files/md5 | 3 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/files/patch-sum | 3 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/patches/patch-aa | 26 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/pkg/DESCR | 1 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/pkg/PLIST | 3 |
7 files changed, 49 insertions, 0 deletions
diff --git a/textproc/ispell-gaeilge/Makefile b/textproc/ispell-gaeilge/Makefile new file mode 100644 index 00000000000..df1a4936939 --- /dev/null +++ b/textproc/ispell-gaeilge/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/14 12:14:49 ad Exp $ + +DISTNAME= ispell-gaeilge-0.1 +CATEGORIES= textproc +MASTER_SITES= http://borel.slu.edu/~kps/ispell/ + +MAINTAINER= ad@netbsd.org +HOMEPAGE= http://borel.slu.edu/~kps/ispell/ + +DEPENDS+= ispell>=3.1.20:../../textproc/ispell + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-gaeilge/files/md5 b/textproc/ispell-gaeilge/files/md5 new file mode 100644 index 00000000000..09f1d8ae270 --- /dev/null +++ b/textproc/ispell-gaeilge/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/14 12:14:49 ad Exp $ + +MD5 (ispell-gaeilge-0.1.tar.gz) = 130b2bfdb1e2954f9edcdb94856b86df diff --git a/textproc/ispell-gaeilge/files/patch-sum b/textproc/ispell-gaeilge/files/patch-sum new file mode 100644 index 00000000000..abb6b28adb2 --- /dev/null +++ b/textproc/ispell-gaeilge/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/07/14 12:14:49 ad Exp $ + +MD5 (patch-aa) = cdcca46739387607368ff5e02ded41c6 diff --git a/textproc/ispell-gaeilge/patches/patch-aa b/textproc/ispell-gaeilge/patches/patch-aa new file mode 100644 index 00000000000..0e6561f87d9 --- /dev/null +++ b/textproc/ispell-gaeilge/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/07/14 12:14:49 ad Exp $ + +--- Makefile.orig Fri May 19 20:41:10 2000 ++++ Makefile Fri Jul 14 13:07:51 2000 +@@ -1,6 +1,6 @@ + # Makefile ispell-gaeilge + +-ISPELLDIR=/usr/local/lib ++ISPELLDIR=$(PREFIX)/lib + RELEASE=0.1 + RAWWORDS= gaeilge.raw + AFFIXFILE= gaeilge.aff +@@ -8,6 +8,8 @@ + APPNAME=ispell-gaeilge-$(RELEASE) + TARFILE=$(APPNAME).tar + ++all: $(HASHFILE) ++ + $(HASHFILE): $(RAWWORDS) $(AFFIXFILE) + buildhash $(RAWWORDS) $(AFFIXFILE) $(HASHFILE) + +@@ -46,4 +48,3 @@ + install: $(HASHFILE) + cp $(HASHFILE) $(ISPELLDIR) + cp $(AFFIXFILE) $(ISPELLDIR) +- make reallyclean diff --git a/textproc/ispell-gaeilge/pkg/COMMENT b/textproc/ispell-gaeilge/pkg/COMMENT new file mode 100644 index 00000000000..b2de239754f --- /dev/null +++ b/textproc/ispell-gaeilge/pkg/COMMENT @@ -0,0 +1 @@ +Irish language support for ispell. diff --git a/textproc/ispell-gaeilge/pkg/DESCR b/textproc/ispell-gaeilge/pkg/DESCR new file mode 100644 index 00000000000..7b033de84e7 --- /dev/null +++ b/textproc/ispell-gaeilge/pkg/DESCR @@ -0,0 +1 @@ +Irish language support for ispell, e.g. `ispell -d gaeilge $myfile'. diff --git a/textproc/ispell-gaeilge/pkg/PLIST b/textproc/ispell-gaeilge/pkg/PLIST new file mode 100644 index 00000000000..0c22d34d669 --- /dev/null +++ b/textproc/ispell-gaeilge/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/14 12:14:49 ad Exp $ +lib/gaeilge.aff +lib/gaeilge.hash |