diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-23 02:43:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-23 02:43:27 +0800 |
commit | 6aa270215a945d4cb7329d93a4b10b1a1f753bef (patch) | |
tree | 05103575f9405aa765220373322a8f5fcbea1c3d /textproc/cs-hunspell | |
parent | d2344796f2a2716d0a28d014a39906a288f3a528 (diff) | |
download | freebsd-ports-gnome-6aa270215a945d4cb7329d93a4b10b1a1f753bef.tar.gz freebsd-ports-gnome-6aa270215a945d4cb7329d93a4b10b1a1f753bef.tar.zst freebsd-ports-gnome-6aa270215a945d4cb7329d93a4b10b1a1f753bef.zip |
- 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>
Diffstat (limited to 'textproc/cs-hunspell')
-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 |
3 files changed, 32 insertions, 0 deletions
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 |