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.
This commit is contained in:
parent
16d94342b9
commit
adf0174b26
5 changed files with 50 additions and 0 deletions
2
textproc/ispell-spanish/DESCR
Normal file
2
textproc/ispell-spanish/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This package provides the Spanish-spelling dictionaries for ispell.
|
||||
The dictionary is provided by the COES project at LUCAS.
|
17
textproc/ispell-spanish/Makefile
Normal file
17
textproc/ispell-spanish/Makefile
Normal file
|
@ -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"
|
3
textproc/ispell-spanish/PLIST
Normal file
3
textproc/ispell-spanish/PLIST
Normal file
|
@ -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
|
5
textproc/ispell-spanish/distinfo
Normal file
5
textproc/ispell-spanish/distinfo
Normal file
|
@ -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
|
23
textproc/ispell-spanish/patches/patch-aa
Normal file
23
textproc/ispell-spanish/patches/patch-aa
Normal file
|
@ -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
|
Loading…
Reference in a new issue