From 9c2b15f6355f3d5d68a84ea57512d1f80acf8f61 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 21 Jul 2011 10:28:16 +0000 Subject: Add Lithuanian hyphenation rules --- textproc/lt-hyphen/Makefile | 29 +++++++++++++++++++++++++++++ textproc/lt-hyphen/distinfo | 2 ++ textproc/lt-hyphen/pkg-descr | 1 + 3 files changed, 32 insertions(+) create mode 100644 textproc/lt-hyphen/Makefile create mode 100644 textproc/lt-hyphen/distinfo create mode 100644 textproc/lt-hyphen/pkg-descr (limited to 'textproc/lt-hyphen') diff --git a/textproc/lt-hyphen/Makefile b/textproc/lt-hyphen/Makefile new file mode 100644 index 000000000000..e30b5a20f9e2 --- /dev/null +++ b/textproc/lt-hyphen/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: lt-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= lt-hyphen +PORTVERSION= 2004.04.15 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= hyph_lt_LT + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Lithuanian hyphenation rules + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_lt_LT.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_lt_LT.dic ${PREFIX}/share/hyphen + +.include diff --git a/textproc/lt-hyphen/distinfo b/textproc/lt-hyphen/distinfo new file mode 100644 index 000000000000..76c851de8059 --- /dev/null +++ b/textproc/lt-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_lt_LT.zip) = fb4b921e48632150c22ffb33102dcb5d5d568f445e38446be0cf938b303e0512 +SIZE (hyph_lt_LT.zip) = 4838 diff --git a/textproc/lt-hyphen/pkg-descr b/textproc/lt-hyphen/pkg-descr new file mode 100644 index 000000000000..b9d912a5b2aa --- /dev/null +++ b/textproc/lt-hyphen/pkg-descr @@ -0,0 +1 @@ +Lithuanian hyphenation rules -- cgit