- Add nl-hunspell 2.10
Dutch hunspell dictionaries WWW: http://www.opentaal.org/bestanden Requested by: kwm
This commit is contained in:
parent
725b389796
commit
c2a64efc9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290458
4 changed files with 51 additions and 0 deletions
|
@ -444,6 +444,7 @@
|
|||
SUBDIR += nb-aspell
|
||||
SUBDIR += nds-aspell
|
||||
SUBDIR += nl-aspell
|
||||
SUBDIR += nl-hunspell
|
||||
SUBDIR += nl-hyphen
|
||||
SUBDIR += nl-ispell
|
||||
SUBDIR += nl-mythes
|
||||
|
|
45
textproc/nl-hunspell/Makefile
Normal file
45
textproc/nl-hunspell/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: nl-hunspell
|
||||
# Date created: 2012-02-03
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hunspell
|
||||
PORTVERSION= 2.10
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}
|
||||
PKGNAMEPREFIX= nl-
|
||||
DISTNAME= OpenTaal-${PORTVERSION:R}${PORTVERSION:E}G-LO
|
||||
EXTRACT_SUFX= .oxt
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Dutch hunspell dictionaries
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/nl_NL.aff \
|
||||
%%DATADIR%%/nl_NL.dic
|
||||
PLIST_DIRSTRY= %%DATADIR%%
|
||||
|
||||
NLALIASES= nl_AW nl_BE
|
||||
.for ALIAS in ${NLALIASES}
|
||||
PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \
|
||||
%%DATADIR%%/${ALIAS}.dic
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/nl_NL.aff ${DATADIR}/nl_NL.aff
|
||||
${INSTALL_DATA} ${WRKSRC}/nl_NL.dic ${DATADIR}/nl_NL.dic
|
||||
.for ALIAS in ${NLALIASES}
|
||||
${LN} -s nl_NL.aff ${DATADIR}/${ALIAS}.aff
|
||||
${LN} -s nl_NL.dic ${DATADIR}/${ALIAS}.dic
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/nl-hunspell/distinfo
Normal file
2
textproc/nl-hunspell/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (hunspell/OpenTaal-210G-LO.oxt) = 21eec296d80dac89f9dfa3093d22ef8f25900afa8bd49714fa13a7cf356316c2
|
||||
SIZE (hunspell/OpenTaal-210G-LO.oxt) = 868845
|
3
textproc/nl-hunspell/pkg-descr
Normal file
3
textproc/nl-hunspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Dutch hunspell dictionaries
|
||||
|
||||
WWW: http://www.opentaal.org/bestanden
|
Loading…
Reference in a new issue