diff options
author | agc <agc@pkgsrc.org> | 2002-07-22 11:31:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-22 11:31:46 +0000 |
commit | adf0174b26542bc1b652b1cdd83779e48d28b4a8 (patch) | |
tree | 47f5ef892dc22cb124715f9857a8ff14d16b6c0d /textproc/ispell-spanish | |
parent | 16d94342b9cfdaa401f9ddecd9dcc4bb9008a303 (diff) | |
download | pkgsrc-adf0174b26542bc1b652b1cdd83779e48d28b4a8.tar.gz |
Initial import of ispell-spanish-1.7 into the NetBSD Packages Collection.
Provided in PR 17654 by Julio Merino <jmmv@hispabsd.org>
This package provides the Spanish-spelling dictionaries for ispell.
The dictionary is provided by the COES project at LUCAS.
Diffstat (limited to 'textproc/ispell-spanish')
-rw-r--r-- | textproc/ispell-spanish/DESCR | 2 | ||||
-rw-r--r-- | textproc/ispell-spanish/Makefile | 17 | ||||
-rw-r--r-- | textproc/ispell-spanish/PLIST | 3 | ||||
-rw-r--r-- | textproc/ispell-spanish/distinfo | 5 | ||||
-rw-r--r-- | textproc/ispell-spanish/patches/patch-aa | 23 |
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/ispell-spanish/DESCR b/textproc/ispell-spanish/DESCR new file mode 100644 index 00000000000..c965b7bdcbe --- /dev/null +++ b/textproc/ispell-spanish/DESCR @@ -0,0 +1,2 @@ +This package provides the Spanish-spelling dictionaries for ispell. +The dictionary is provided by the COES project at LUCAS. diff --git a/textproc/ispell-spanish/Makefile b/textproc/ispell-spanish/Makefile new file mode 100644 index 00000000000..d6d0878a423 --- /dev/null +++ b/textproc/ispell-spanish/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $ +# + +DISTNAME= espa~nol-1.7 +PKGNAME= ispell-spanish-1.7 +CATEGORIES= textproc +MASTER_SITES= http://lucas.hispalinux.es/COES/ + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://lucas.hispalinux.es/htmls/coes.html +COMMENT= Spanish dictionary for interactive spelling checker + +DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base + +MAKE_FLAGS+= TMPDIR="${WRKDIR}" + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-spanish/PLIST b/textproc/ispell-spanish/PLIST new file mode 100644 index 00000000000..c2e343d99b7 --- /dev/null +++ b/textproc/ispell-spanish/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $ +lib/castellano.aff +lib/castellano.hash diff --git a/textproc/ispell-spanish/distinfo b/textproc/ispell-spanish/distinfo new file mode 100644 index 00000000000..2d7a38c8034 --- /dev/null +++ b/textproc/ispell-spanish/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $ + +SHA1 (espa~nol-1.7.tar.gz) = de8a2f2dbab0d3658aecd7ef109e91773da23dd7 +Size (espa~nol-1.7.tar.gz) = 424599 bytes +SHA1 (patch-aa) = 569ee4831cd95c4ef126440283d15f29f5e37d8e diff --git a/textproc/ispell-spanish/patches/patch-aa b/textproc/ispell-spanish/patches/patch-aa new file mode 100644 index 00000000000..3fb3c5f479e --- /dev/null +++ b/textproc/ispell-spanish/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $ + +--- Makefile.orig Fri Apr 9 12:32:26 1999 ++++ Makefile Fri Jul 19 23:36:04 2002 +@@ -63,6 +63,7 @@ + # numerous languages. + # + LANGUAGE = espa~nol ++INST_LANGUAGE = castellano + DICTIONARY = $(LANGUAGE).words $(LANGUAGE).comp + HASHFILE = $(LANGUAGE).hash + +@@ -86,7 +87,9 @@ + $(BUILDHASH) -s $(LANGUAGE).words+ $(AFFIXES) $(HASHFILE) + + install: +- ./posti $(LANGUAGE) ++ cp $(LANGUAGE).aff $(INST_LANGUAGE).aff ++ cp $(LANGUAGE).hash $(INST_LANGUAGE).hash ++ yes | ./posti $(INST_LANGUAGE) + + $(LANGUAGE)-alt.aff: $(LANGUAGE)-alt.7bit $(FIX8BIT) + $(FIX8BIT) -8 < $(LANGUAGE)-alt.7bit > $(LANGUAGE)-alt.aff |