From owner-svn-ports-head@freebsd.org Tue Nov 22 18:44:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AB74C4FC8F; Tue, 22 Nov 2016 18:44:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED30F648; Tue, 22 Nov 2016 18:44:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIiQ7n086090; Tue, 22 Nov 2016 18:44:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIiPoc086086; Tue, 22 Nov 2016 18:44:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221844.uAMIiPoc086086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426853 - in head/textproc: . cs-hyphen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 18:44:27 -0000 Author: sunpoet Date: Tue Nov 22 18:44:25 2016 New Revision: 426853 URL: https://svnweb.freebsd.org/changeset/ports/426853 Log: - Add cs-hyphen 2.0 Czech hyphenation rules WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz Added: head/textproc/cs-hyphen/ head/textproc/cs-hyphen/Makefile (contents, props changed) head/textproc/cs-hyphen/distinfo (contents, props changed) head/textproc/cs-hyphen/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 22 18:43:27 2016 (r426852) +++ head/textproc/Makefile Tue Nov 22 18:44:25 2016 (r426853) @@ -93,6 +93,7 @@ SUBDIR += crimson SUBDIR += cs-aspell SUBDIR += cs-hunspell + SUBDIR += cs-hyphen SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex Added: head/textproc/cs-hyphen/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hyphen/Makefile Tue Nov 22 18:44:25 2016 (r426853) @@ -0,0 +1,26 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= hyphen +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 hyphenation rules + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= %%DATADIR%%/hyph_cs_CZ.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_cs_CZ.dic ${STAGEDIR}${DATADIR}/ + +.include Added: head/textproc/cs-hyphen/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hyphen/distinfo Tue Nov 22 18:44:25 2016 (r426853) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479831358 +SHA256 (hyphen/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462 +SIZE (hyphen/dict-cs-2.0.oxt) = 1440618 Added: head/textproc/cs-hyphen/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hyphen/pkg-descr Tue Nov 22 18:44:25 2016 (r426853) @@ -0,0 +1,3 @@ +Czech hyphenation rules + +WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz