From 6050b5a8b91f49f63b028d4ff3cea111a5a4162f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 21 Jul 2011 10:31:37 +0000 Subject: Add Romanian hyphenation rules --- textproc/ro-hyphen/Makefile | 30 ++++++++++++++++++++++++++++++ textproc/ro-hyphen/distinfo | 2 ++ textproc/ro-hyphen/pkg-descr | 3 +++ 3 files changed, 35 insertions(+) create mode 100644 textproc/ro-hyphen/Makefile create mode 100644 textproc/ro-hyphen/distinfo create mode 100644 textproc/ro-hyphen/pkg-descr (limited to 'textproc/ro-hyphen') diff --git a/textproc/ro-hyphen/Makefile b/textproc/ro-hyphen/Makefile new file mode 100644 index 000000000000..14eac7065eff --- /dev/null +++ b/textproc/ro-hyphen/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ro-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= ro-hyphen +PORTVERSION= 3.3.6 +CATEGORIES= textproc +MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/ +DISTNAME= hyph_ro_RO.${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Romanian hyphenation rules + +LICENSE= LGPL21 GPLv2 MPL +LICENSE_COMB= dual + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_ro_RO.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_ro_RO.* ${PREFIX}/share/hyphen + +.include diff --git a/textproc/ro-hyphen/distinfo b/textproc/ro-hyphen/distinfo new file mode 100644 index 000000000000..f25d9f4802e2 --- /dev/null +++ b/textproc/ro-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_ro_RO.3.3.6.zip) = 80a7bd5abd2a0339272ce4e2be897ae7bc4458292e762cf5f9ca9cc641b2b381 +SIZE (hyph_ro_RO.3.3.6.zip) = 18439 diff --git a/textproc/ro-hyphen/pkg-descr b/textproc/ro-hyphen/pkg-descr new file mode 100644 index 000000000000..36bb477f0eb4 --- /dev/null +++ b/textproc/ro-hyphen/pkg-descr @@ -0,0 +1,3 @@ +Romanian hyphenation rules + +WWW: http://rospell.sourceforce.net -- cgit v1.2.3