diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-21 14:33:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-21 14:33:07 +0000 |
commit | 2eff2d795361046a0cc6d9bc13f0d02b2b8fa163 (patch) | |
tree | 51a9b00a301fff140795c2a6f689bc894ce176e0 /ukrainian | |
parent | fee610051e6a13fa93f72999a6d484bd4922c9e9 (diff) | |
download | ports-2eff2d795361046a0cc6d9bc13f0d02b2b8fa163.tar.gz ports-2eff2d795361046a0cc6d9bc13f0d02b2b8fa163.zip |
Notes
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/Makefile | 1 | ||||
-rw-r--r-- | ukrainian/mythes/Makefile | 34 | ||||
-rw-r--r-- | ukrainian/mythes/distinfo | 2 | ||||
-rw-r--r-- | ukrainian/mythes/pkg-descr | 3 |
4 files changed, 40 insertions, 0 deletions
diff --git a/ukrainian/Makefile b/ukrainian/Makefile index 1da81ea44796..5cd1574be649 100644 --- a/ukrainian/Makefile +++ b/ukrainian/Makefile @@ -14,6 +14,7 @@ SUBDIR += koffice-i18n SUBDIR += koffice-kde4-l10n SUBDIR += monacofonts + SUBDIR += mythes SUBDIR += webalizer .include <bsd.port.subdir.mk> diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile new file mode 100644 index 000000000000..d71591d5f324 --- /dev/null +++ b/ukrainian/mythes/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: mythes +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mythe +PORTVERSION= 1.6.5 +CATEGORIES= ukrainian textproc +MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION} +DISTNAME= spell-uk-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Ukrainian thesaurus + +LICENSE= LGPL21 GPLv2 +LICENSE_COMB= dual + +USE_PERL5_BUILD= yes + +PLIST_FILES= share/mythes/th_uk_UA.dat \ + share/mythes/th_uk_UA.idx +PLIST_DIRS= share/mythes + +do-build: + @${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx + +do-install: + @${MKDIR} ${PREFIX}/share/mythes + @${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.* ${PREFIX}/share/mythes + +.include <bsd.port.mk> diff --git a/ukrainian/mythes/distinfo b/ukrainian/mythes/distinfo new file mode 100644 index 000000000000..a8c1825a7939 --- /dev/null +++ b/ukrainian/mythes/distinfo @@ -0,0 +1,2 @@ +SHA256 (spell-uk-1.6.5.tgz) = 90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422 +SIZE (spell-uk-1.6.5.tgz) = 836333 diff --git a/ukrainian/mythes/pkg-descr b/ukrainian/mythes/pkg-descr new file mode 100644 index 000000000000..fb9ab85a7498 --- /dev/null +++ b/ukrainian/mythes/pkg-descr @@ -0,0 +1,3 @@ +Ukrainian thesaurus + +WWW: http://code.google.com/p/spell-uk |