diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-06 02:56:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-06 02:56:47 +0000 |
commit | c2a64efc9c050e2b197262fee906962076840c50 (patch) | |
tree | 94b5336ba8d879f1a13216f7805beb8a121a60b2 /textproc/nl-hunspell | |
parent | 725b389796ad796111b2d2d1dcf1953bbf91d087 (diff) | |
download | ports-c2a64efc9c050e2b197262fee906962076840c50.tar.gz ports-c2a64efc9c050e2b197262fee906962076840c50.zip |
- Add nl-hunspell 2.10
Dutch hunspell dictionaries
WWW: http://www.opentaal.org/bestanden
Requested by: kwm
Notes
Notes:
svn path=/head/; revision=290458
Diffstat (limited to 'textproc/nl-hunspell')
-rw-r--r-- | textproc/nl-hunspell/Makefile | 45 | ||||
-rw-r--r-- | textproc/nl-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/nl-hunspell/pkg-descr | 3 |
3 files changed, 50 insertions, 0 deletions
diff --git a/textproc/nl-hunspell/Makefile b/textproc/nl-hunspell/Makefile new file mode 100644 index 000000000000..a225a167f952 --- /dev/null +++ b/textproc/nl-hunspell/Makefile @@ -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> diff --git a/textproc/nl-hunspell/distinfo b/textproc/nl-hunspell/distinfo new file mode 100644 index 000000000000..a362e30f7897 --- /dev/null +++ b/textproc/nl-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (hunspell/OpenTaal-210G-LO.oxt) = 21eec296d80dac89f9dfa3093d22ef8f25900afa8bd49714fa13a7cf356316c2 +SIZE (hunspell/OpenTaal-210G-LO.oxt) = 868845 diff --git a/textproc/nl-hunspell/pkg-descr b/textproc/nl-hunspell/pkg-descr new file mode 100644 index 000000000000..82356b88adcc --- /dev/null +++ b/textproc/nl-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Dutch hunspell dictionaries + +WWW: http://www.opentaal.org/bestanden |