summaryrefslogtreecommitdiff
path: root/textproc/aspell-gaeilge
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-24 03:08:39 +0000
committerwiz <wiz@pkgsrc.org>2004-12-24 03:08:39 +0000
commit08706744288e03c615959198a213ae142ac72b6f (patch)
tree4a90e6ebbdfce1b607d0961c394f28a7b9bd6888 /textproc/aspell-gaeilge
parent6020290a7956d07212fb6aba182845a0c71f2925 (diff)
downloadpkgsrc-08706744288e03c615959198a213ae142ac72b6f.tar.gz
Update to 3.5.0: changes unknown.
Diffstat (limited to 'textproc/aspell-gaeilge')
-rw-r--r--textproc/aspell-gaeilge/Makefile17
-rw-r--r--textproc/aspell-gaeilge/PLIST11
-rw-r--r--textproc/aspell-gaeilge/distinfo7
-rw-r--r--textproc/aspell-gaeilge/patches/patch-aa29
4 files changed, 16 insertions, 48 deletions
diff --git a/textproc/aspell-gaeilge/Makefile b/textproc/aspell-gaeilge/Makefile
index fe2613b30da..8b4b53ec1eb 100644
--- a/textproc/aspell-gaeilge/Makefile
+++ b/textproc/aspell-gaeilge/Makefile
@@ -1,22 +1,17 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:18 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/24 03:08:39 wiz Exp $
-DISTNAME= aspell-gaeilge-2.0
-PKGREVISION= 4
+DISTNAME= aspell5-ga-3.5-0
+PKGNAME= aspell-gaeilge-3.5.0
CATEGORIES= textproc
-MASTER_SITES= http://borel.slu.edu/~kps/ispell/
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ga/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://borel.slu.edu/~kps/ispell/
COMMENT= Irish language support for aspell
USE_BUILDLINK3= YES
-
-ASPELLDATA= ${PREFIX}/share/aspell/
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/gaeilge.dat ${ASPELLDATA}
- ${INSTALL_DATA} ${WRKSRC}/gaeilge_phonet.dat ${ASPELLDATA}
- ${INSTALL_DATA} ${WRKSRC}/gaeilge ${PREFIX}/lib/aspell
+HAS_CONFIGURE= YES
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-gaeilge/PLIST b/textproc/aspell-gaeilge/PLIST
index ebb9ed7fde1..dba64d6fad0 100644
--- a/textproc/aspell-gaeilge/PLIST
+++ b/textproc/aspell-gaeilge/PLIST
@@ -1,4 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2003/01/15 00:27:54 salo Exp $
-lib/aspell/gaeilge
-share/aspell/gaeilge.dat
-share/aspell/gaeilge_phonet.dat
+@comment $NetBSD: PLIST,v 1.5 2004/12/24 03:08:39 wiz Exp $
+lib/aspell/ga.multi
+lib/aspell/ga.rws
+lib/aspell/gaeilge.alias
+lib/aspell/irish.alias
+share/aspell/ga.dat
+share/aspell/ga_phonet.dat
diff --git a/textproc/aspell-gaeilge/distinfo b/textproc/aspell-gaeilge/distinfo
index cefc11ba7c9..8e8c3cbb7c5 100644
--- a/textproc/aspell-gaeilge/distinfo
+++ b/textproc/aspell-gaeilge/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $
+$NetBSD: distinfo,v 1.2 2004/12/24 03:08:39 wiz Exp $
-SHA1 (aspell-gaeilge-2.0.tar.gz) = d0ceb651e673ad03b832c0142d6a2961ea610c20
-Size (aspell-gaeilge-2.0.tar.gz) = 846115 bytes
-SHA1 (patch-aa) = 85ce2fab8ad3ec7861274a5e6a2352898f71c537
+SHA1 (aspell5-ga-3.5-0.tar.bz2) = 88653e391449b647c406b9e133eb313b04c944f9
+Size (aspell5-ga-3.5-0.tar.bz2) = 445939 bytes
diff --git a/textproc/aspell-gaeilge/patches/patch-aa b/textproc/aspell-gaeilge/patches/patch-aa
deleted file mode 100644
index 0428763d51b..00000000000
--- a/textproc/aspell-gaeilge/patches/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $
-
---- Makefile.orig Fri Aug 2 14:09:15 2002
-+++ Makefile Fri Aug 2 14:09:11 2002
-@@ -1,19 +1,16 @@
- # Makefile aspell-gaeilge
--ASPELLDATA=/usr/local/aspell
--ASPELLFLAGS=--dict-dir=$(ASPELLDATA)/dict --data-dir=$(ASPELLDATA)/data
--ASPELL=/usr/local/bin/aspell $(ASPELLFLAGS)
--INSTALL=/usr/local/bin/install
-+#ASPELLDATA=/usr/local/share/aspell
-+#ASPELLFLAGS=--dict-dir=$(ASPELLDATA)/dict --data-dir=$(ASPELLDATA)/data
-+ASPELL=${PREFIX}/bin/aspell
-+#INSTALL=/usr/local/bin/install
-
- # Shouldn't have to change anything below here
- SHELL=/bin/sh
- RAWWORDS= aspell.txt
--INSTALL_DATA=$(INSTALL) -m 644
-+#INSTALL_DATA=$(INSTALL) -m 644
-
- all: FORCE
-- $(INSTALL_DATA) gaeilge.dat $(ASPELLDATA)/data
-- $(INSTALL_DATA) gaeilge_phonet.dat $(ASPELLDATA)/data
- $(ASPELL) --lang=gaeilge create master ./gaeilge < $(RAWWORDS)
-- $(INSTALL_DATA) gaeilge $(ASPELLDATA)/dict
-
- personal: FORCE
- mv $(HOME)/.aspell.gaeilge.pws $(HOME)/.aspell.gaeilge.pws.old