- 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>
This commit is contained in:
parent
df7bcfcdd0
commit
7bdd37370c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426852
@ -92,6 +92,7 @@
|
||||
SUBDIR += consul-template
|
||||
SUBDIR += crimson
|
||||
SUBDIR += cs-aspell
|
||||
SUBDIR += cs-hunspell
|
||||
SUBDIR += cs-mythes
|
||||
SUBDIR += csb-aspell
|
||||
SUBDIR += csv2latex
|
||||
|
26
textproc/cs-hunspell/Makefile
Normal file
26
textproc/cs-hunspell/Makefile
Normal file
@ -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>
|
3
textproc/cs-hunspell/distinfo
Normal file
3
textproc/cs-hunspell/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1479830713
|
||||
SHA256 (hunspell/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462
|
||||
SIZE (hunspell/dict-cs-2.0.oxt) = 1440618
|
3
textproc/cs-hunspell/pkg-descr
Normal file
3
textproc/cs-hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Czech hunspell dictionaries
|
||||
|
||||
WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
|
Loading…
Reference in New Issue
Block a user