svn commit: r426853 - in head/textproc: . cs-hyphen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 22 18:44:27 UTC 2016


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 <sunpoet at FreeBSD.org>
+# $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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list