From 145e13be82de8ec5894089b8eae576077c335823 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 21 Jul 2011 10:26:58 +0000 Subject: Add Icelandic hyphenation rules --- textproc/Makefile | 1 + textproc/is-hyphen/Makefile | 29 +++++++++++++++++++++++++++++ textproc/is-hyphen/distinfo | 2 ++ textproc/is-hyphen/pkg-descr | 1 + 4 files changed, 33 insertions(+) create mode 100644 textproc/is-hyphen/Makefile create mode 100644 textproc/is-hyphen/distinfo create mode 100644 textproc/is-hyphen/pkg-descr (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 6d040f6a03ea..dd76d5ca40cd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -290,6 +290,7 @@ SUBDIR += ipdf SUBDIR += irstlm SUBDIR += is-aspell + SUBDIR += is-hyphen SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += ispell diff --git a/textproc/is-hyphen/Makefile b/textproc/is-hyphen/Makefile new file mode 100644 index 000000000000..1566e8360d01 --- /dev/null +++ b/textproc/is-hyphen/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: is-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= is-hyphen +PORTVERSION= 2004.04.15 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= hyph_is_IS + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Icelandic hyphenation rules + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_is_IS.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_is_IS.dic ${PREFIX}/share/hyphen + +.include diff --git a/textproc/is-hyphen/distinfo b/textproc/is-hyphen/distinfo new file mode 100644 index 000000000000..c2d9ed5dfd8a --- /dev/null +++ b/textproc/is-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_is_IS.zip) = 9ad8d1c3ab427508766eadc3f60902b79ddac3325a5c6ece8f3d82d6dc539c2f +SIZE (hyph_is_IS.zip) = 14246 diff --git a/textproc/is-hyphen/pkg-descr b/textproc/is-hyphen/pkg-descr new file mode 100644 index 000000000000..01980ca9cc8a --- /dev/null +++ b/textproc/is-hyphen/pkg-descr @@ -0,0 +1 @@ +Icelandic hyphenation rules -- cgit