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 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