Date: Tue, 22 Nov 2016 18:43:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426852 - in head/textproc: . cs-hunspell Message-ID: <201611221843.uAMIhRNo085845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Nov 22 18:43:27 2016 New Revision: 426852 URL: https://svnweb.freebsd.org/changeset/ports/426852 Log: - 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> Added: head/textproc/cs-hunspell/ head/textproc/cs-hunspell/Makefile (contents, props changed) head/textproc/cs-hunspell/distinfo (contents, props changed) head/textproc/cs-hunspell/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 22 18:43:22 2016 (r426851) +++ head/textproc/Makefile Tue Nov 22 18:43:27 2016 (r426852) @@ -92,6 +92,7 @@ SUBDIR += consul-template SUBDIR += crimson SUBDIR += cs-aspell + SUBDIR += cs-hunspell SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex Added: head/textproc/cs-hunspell/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hunspell/Makefile Tue Nov 22 18:43:27 2016 (r426852) @@ -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> Added: head/textproc/cs-hunspell/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hunspell/distinfo Tue Nov 22 18:43:27 2016 (r426852) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479830713 +SHA256 (hunspell/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462 +SIZE (hunspell/dict-cs-2.0.oxt) = 1440618 Added: head/textproc/cs-hunspell/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hunspell/pkg-descr Tue Nov 22 18:43:27 2016 (r426852) @@ -0,0 +1,3 @@ +Czech hunspell dictionaries + +WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611221843.uAMIhRNo085845>