Import hunspell-it_IT-2.4 as textproc/hunspell-it_IT.
Italian dictionary for hunspell.
This commit is contained in:
parent
ac90b3f7ba
commit
157ae2defa
4 changed files with 52 additions and 0 deletions
1
textproc/hunspell-it_IT/DESCR
Normal file
1
textproc/hunspell-it_IT/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Italian dictionary for hunspell.
|
32
textproc/hunspell-it_IT/Makefile
Normal file
32
textproc/hunspell-it_IT/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/10/12 21:49:37 ahoka Exp $
|
||||
|
||||
DISTNAME= italiano_2_4_2007_09_01
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linguistico/}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
# clamiax@gmail.com
|
||||
|
||||
HOMEPAGE= http://linguistico.sourceforge.net/
|
||||
COMMENT= Italian dictionary for hunspell
|
||||
|
||||
DICTNAME= it_IT
|
||||
VERSION= 2.4
|
||||
PKGNAME= hunspell-${DICTNAME}-${VERSION}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
NO_BUILD= yes
|
||||
PLIST_SUBST+= DICTNAME=${DICTNAME}
|
||||
WRKSRC= ${WRKDIR}
|
||||
INSTALLATION_DIRS= share/hunspell share/doc/hunspell-${DICTNAME}
|
||||
|
||||
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}/${DICTNAME}_* \
|
||||
${DESTDIR}${PREFIX}/share/doc/hunspell-${DICTNAME}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
textproc/hunspell-it_IT/PLIST
Normal file
14
textproc/hunspell-it_IT/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/12 21:49:37 ahoka Exp $
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_AUTHORS
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_COPYING
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_ChangeLog
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_README.1st
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_README.txt
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_license.txt
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_notes.txt
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_statistiche.ods
|
||||
share/doc/hunspell-${DICTNAME}/${DICTNAME}_todo.txt
|
||||
share/hunspell/${DICTNAME}.aff
|
||||
share/hunspell/${DICTNAME}.dic
|
||||
@unexec ${RMDIR} %D/share/hunspell 2>/dev/null || ${TRUE}
|
||||
@dirrm share/doc/hunspell-${DICTNAME}
|
5
textproc/hunspell-it_IT/distinfo
Normal file
5
textproc/hunspell-it_IT/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/10/12 21:49:37 ahoka Exp $
|
||||
|
||||
SHA1 (italiano_2_4_2007_09_01.zip) = b5c50c8afcad3f82757827ac7dd696b550b06d80
|
||||
RMD160 (italiano_2_4_2007_09_01.zip) = 9dacf36614e4f98394fd11a3464cd76f4f4419e3
|
||||
Size (italiano_2_4_2007_09_01.zip) = 416284 bytes
|
Loading…
Reference in a new issue