From d21952212802c24e8692d2045a1852fc7f5a112c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 21 Jul 2011 10:33:03 +0000 Subject: Add Slovak hyphenation rules --- textproc/Makefile | 1 + textproc/sk-hyphen/Makefile | 29 +++++++++++++++++++++++++++++ textproc/sk-hyphen/distinfo | 2 ++ textproc/sk-hyphen/pkg-descr | 1 + 4 files changed, 33 insertions(+) create mode 100644 textproc/sk-hyphen/Makefile create mode 100644 textproc/sk-hyphen/distinfo create mode 100644 textproc/sk-hyphen/pkg-descr (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 7346665a43fe..c9e3def26ddc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1242,6 +1242,7 @@ SUBDIR += simplexml SUBDIR += sk-aspell SUBDIR += sk-hunspell + SUBDIR += sk-hyphen SUBDIR += sk-ispell SUBDIR += skim SUBDIR += skribe diff --git a/textproc/sk-hyphen/Makefile b/textproc/sk-hyphen/Makefile new file mode 100644 index 000000000000..fc3eb0f75869 --- /dev/null +++ b/textproc/sk-hyphen/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: sk-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= sk-hyphen +PORTVERSION= 2004.04.15 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= hyph_sk_SK + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Slovak hyphenation rules + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_sk_SK.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_sk_SK.dic ${PREFIX}/share/hyphen + +.include diff --git a/textproc/sk-hyphen/distinfo b/textproc/sk-hyphen/distinfo new file mode 100644 index 000000000000..af044f27b904 --- /dev/null +++ b/textproc/sk-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_sk_SK.zip) = 488ad858c719e596f056537103ee6b21cfdd90e9b8619f65d9f9ed76ba2725b8 +SIZE (hyph_sk_SK.zip) = 7544 diff --git a/textproc/sk-hyphen/pkg-descr b/textproc/sk-hyphen/pkg-descr new file mode 100644 index 000000000000..55505552ea3c --- /dev/null +++ b/textproc/sk-hyphen/pkg-descr @@ -0,0 +1 @@ +Slovak hyphenation rules -- cgit v1.2.3