diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-22 18:43:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-22 18:43:27 +0000 |
commit | 7bdd37370cdf83e02ae93788dc98b94cd566c6f1 (patch) | |
tree | 05103575f9405aa765220373322a8f5fcbea1c3d | |
parent | - Update MASTER_SITES: use abbreviation (diff) |
- Add cs-hunspell 2.0
Czech hunspell dictionaries
WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
PR: 212568 (based)
Submitted by: <matthew@reztek.cz>
Notes
Notes:
svn path=/head/; revision=426852
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/cs-hunspell/Makefile | 26 | ||||
-rw-r--r-- | textproc/cs-hunspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/cs-hunspell/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f695cee3d026..0ee39fc474bc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -92,6 +92,7 @@ SUBDIR += consul-template SUBDIR += crimson SUBDIR += cs-aspell + SUBDIR += cs-hunspell SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex diff --git a/textproc/cs-hunspell/Makefile b/textproc/cs-hunspell/Makefile new file mode 100644 index 000000000000..c84a61ccfd49 --- /dev/null +++ b/textproc/cs-hunspell/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= hunspell +PORTVERSION= 2.0 +CATEGORIES= textproc +MASTER_SITES= SF/aoo-extensions/1078/0/ +PKGNAMEPREFIX= cs- +DISTNAME= dict-cs-${PORTVERSION} +EXTRACT_SUFX= .oxt +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= office@FreeBSD.org +COMMENT= Czech hunspell dictionaries + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= %%DATADIR%%/cs_CZ.aff \ + %%DATADIR%%/cs_CZ.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/cs_CZ.aff ${WRKSRC}/cs_CZ.dic ${STAGEDIR}${DATADIR}/ + +.include <bsd.port.mk> diff --git a/textproc/cs-hunspell/distinfo b/textproc/cs-hunspell/distinfo new file mode 100644 index 000000000000..da8977a48803 --- /dev/null +++ b/textproc/cs-hunspell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479830713 +SHA256 (hunspell/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462 +SIZE (hunspell/dict-cs-2.0.oxt) = 1440618 diff --git a/textproc/cs-hunspell/pkg-descr b/textproc/cs-hunspell/pkg-descr new file mode 100644 index 000000000000..66329c219838 --- /dev/null +++ b/textproc/cs-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Czech hunspell dictionaries + +WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz |