Import hunspell-fr_FR-2.3.2 as textproc/hunspell-fr_FR.
French (Classic + 1990 Reform) dictionary for hunspell.
This commit is contained in:
parent
c5e5bbbb20
commit
c29bec9562
4 changed files with 45 additions and 0 deletions
1
textproc/hunspell-fr_FR/DESCR
Normal file
1
textproc/hunspell-fr_FR/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
French (Classic + 1990 Reform) dictionary for hunspell.
|
34
textproc/hunspell-fr_FR/Makefile
Normal file
34
textproc/hunspell-fr_FR/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/19 15:02:06 ahoka Exp $
|
||||
|
||||
VERSION= 2.3.2
|
||||
DICTNAME= fr_FR
|
||||
PKGNAME= hunspell-${DICTNAME}-${VERSION}
|
||||
DISTNAME= fr_FR_2-3-2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://dico.savant.free.fr/_download/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://dico.savant.free.fr/index.php
|
||||
COMMENT= French (Classic + 1990 Reform) dictionary for hunspell
|
||||
|
||||
EXTRACT_OPTS_ZIP= -aqo # We don't want -L
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
INSTALLATION_DIRS= share/hunspell share/doc/hunspell-${DICTNAME}
|
||||
PLIST_SUBST+= DICTNAME=${DICTNAME}
|
||||
MAKE_DIRS= share/hunspell
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
do-build: # nothing
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DICTNAME}.aff \
|
||||
${DESTDIR}${PREFIX}/share/hunspell/${DICTNAME}.aff
|
||||
${INSTALL_DATA} ${WRKSRC}/${DICTNAME}.dic \
|
||||
${DESTDIR}${PREFIX}/share/hunspell/${DICTNAME}.dic
|
||||
${INSTALL_DATA} ${WRKSRC}/README_${DICTNAME}.txt \
|
||||
${DESTDIR}${PREFIX}/share/doc/hunspell-${DICTNAME}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
textproc/hunspell-fr_FR/PLIST
Normal file
5
textproc/hunspell-fr_FR/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/19 15:02:06 ahoka Exp $
|
||||
share/doc/hunspell-${DICTNAME}/README_${DICTNAME}.txt
|
||||
share/hunspell/${DICTNAME}.aff
|
||||
share/hunspell/${DICTNAME}.dic
|
||||
@dirrm share/doc/hunspell-${DICTNAME}
|
5
textproc/hunspell-fr_FR/distinfo
Normal file
5
textproc/hunspell-fr_FR/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/07/19 15:02:06 ahoka Exp $
|
||||
|
||||
SHA1 (fr_FR_2-3-2.zip) = a3d2cbebe84b02e3c417785bacd472cb724e7749
|
||||
RMD160 (fr_FR_2-3-2.zip) = e0f06fea074c9ec570195664b2d9e61a4718ceea
|
||||
Size (fr_FR_2-3-2.zip) = 290521 bytes
|
Loading…
Reference in a new issue