diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-01 23:10:06 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-01 23:10:06 +0000 |
commit | 3cd025e3c684efd7db67e9e985c2c4d26bcb997c (patch) | |
tree | 3a9f69b5bb4ad73fa12863adbbe6e3b5a25cab46 /textproc | |
parent | 67b0114200b2e0744474d335e77074d7965b8d55 (diff) | |
download | pkgsrc-3cd025e3c684efd7db67e9e985c2c4d26bcb997c.tar.gz |
Update textproc/ispell-gaeilge to 2.0 as suggested by scannel at slu dot edu
in PR pkg/17787.
No list of changes is available, but the website says that this package now
contains around 300,000 words and contains dialect-support as well as
improved grammatical correctness.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-gaeilge/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/distinfo | 8 | ||||
-rw-r--r-- | textproc/ispell-gaeilge/patches/patch-aa | 39 |
3 files changed, 23 insertions, 28 deletions
diff --git a/textproc/ispell-gaeilge/Makefile b/textproc/ispell-gaeilge/Makefile index f92d559f23f..473154c56c4 100644 --- a/textproc/ispell-gaeilge/Makefile +++ b/textproc/ispell-gaeilge/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/03/22 13:53:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/01 23:10:06 jschauma Exp $ -DISTNAME= ispell-gaeilge-0.1 +DISTNAME= ispell-gaeilge-2.0 CATEGORIES= textproc MASTER_SITES= http://borel.slu.edu/~kps/ispell/ diff --git a/textproc/ispell-gaeilge/distinfo b/textproc/ispell-gaeilge/distinfo index 13b50d61b1f..138d234b88a 100644 --- a/textproc/ispell-gaeilge/distinfo +++ b/textproc/ispell-gaeilge/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/05/09 12:40:16 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/08/01 23:10:06 jschauma Exp $ -SHA1 (ispell-gaeilge-0.1.tar.gz) = 3abdc68e2f39df6069b4125874179f9fe305f3b5 -Size (ispell-gaeilge-0.1.tar.gz) = 119374 bytes -SHA1 (patch-aa) = e813dbaea7439663ccae39e6f2c81e731431fb22 +SHA1 (ispell-gaeilge-2.0.tar.gz) = 66091937e88ceff648d5cb15752ec2a25b989ea7 +Size (ispell-gaeilge-2.0.tar.gz) = 267946 bytes +SHA1 (patch-aa) = f518c1f597e2f308a0fc9559abfe3eee77ff2fce diff --git a/textproc/ispell-gaeilge/patches/patch-aa b/textproc/ispell-gaeilge/patches/patch-aa index 0e6561f87d9..848ec68d440 100644 --- a/textproc/ispell-gaeilge/patches/patch-aa +++ b/textproc/ispell-gaeilge/patches/patch-aa @@ -1,26 +1,21 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/07/14 12:14:49 ad Exp $ +$NetBSD: patch-aa,v 1.2 2002/08/01 23:10:07 jschauma Exp $ ---- Makefile.orig Fri May 19 20:41:10 2000 -+++ Makefile Fri Jul 14 13:07:51 2000 -@@ -1,6 +1,6 @@ +--- Makefile.orig Wed Jul 31 12:37:34 2002 ++++ Makefile Thu Aug 1 18:54:45 2002 +@@ -1,13 +1,13 @@ # Makefile ispell-gaeilge - + # INSTALLATION=gaeilgemor + INSTALLATION=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) +-ISPELLBIN=/usr/local/bin ++ISPELLDIR=${PREFIX}/lib ++ISPELLBIN=${PREFIX}/bin + MAKE=/usr/ccs/bin/make + ASPELLDATA=/usr/local/aspell + ASPELLFLAGS=--dict-dir=$(ASPELLDATA)/dict --data-dir=$(ASPELLDATA)/data + ASPELL=/usr/local/bin/aspell $(ASPELLFLAGS) +-INSTALL=/usr/local/bin/install ++#INSTALL=/usr/local/bin/install -@@ -46,4 +48,3 @@ - install: $(HASHFILE) - cp $(HASHFILE) $(ISPELLDIR) - cp $(AFFIXFILE) $(ISPELLDIR) -- make reallyclean + # Shouldn't have to change anything below here + SHELL=/bin/sh |