From 8bc258ace25914c8daa627d93db7516a67bfe60e Mon Sep 17 00:00:00 2001 From: Pavel Denisov Date: Thu, 21 Nov 2013 16:54:29 +0400 Subject: sci-misc/irstlm: new ebuild Package-Manager: portage-2.2.7 --- sci-misc/irstlm/ChangeLog | 9 +++++++++ sci-misc/irstlm/Manifest | 1 + sci-misc/irstlm/irstlm-5.80.03.ebuild | 27 +++++++++++++++++++++++++++ sci-misc/irstlm/metadata.xml | 14 ++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 sci-misc/irstlm/ChangeLog create mode 100644 sci-misc/irstlm/Manifest create mode 100644 sci-misc/irstlm/irstlm-5.80.03.ebuild create mode 100644 sci-misc/irstlm/metadata.xml (limited to 'sci-misc') diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog new file mode 100644 index 000000000..c85821c0c --- /dev/null +++ b/sci-misc/irstlm/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-misc/irstlm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*irstlm-5.80.03 (21 Nov 2013) + + 21 Nov 2013; Pavel Denisov +irstlm-5.80.03.ebuild, + +metadata.xml: + sci-misc/irstlm: new ebuild diff --git a/sci-misc/irstlm/Manifest b/sci-misc/irstlm/Manifest new file mode 100644 index 000000000..5882fe2c4 --- /dev/null +++ b/sci-misc/irstlm/Manifest @@ -0,0 +1 @@ +DIST irstlm-5.80.03.tgz 146287 SHA256 500c64e90cae73c2f06ed34ad078423cc100f4e16e6dd98a9e466b17367d31e7 SHA512 0a8ef2bb565a258340a13e5ac8533b31f261b6ec522116fa82b4e005c5253653ea04f7b95c492a1f48fd44035eab6646956e700ce509851b721b9df80f29b8ac WHIRLPOOL 8d4e796c4b56e0fc57041c686dd8edae39fde294d59209ade2090107b1b8210112815dc82fe52a71e78ee9fb051952b49dee8ff0decf23c49fdf9f420faf81ad diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild new file mode 100644 index 000000000..c6a4bc978 --- /dev/null +++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit eutils flag-o-matic multilib + +DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models" +HOMEPAGE="http://hlt.fbk.eu/en/irstlm" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="LGPL-2.1" + +SLOT="0" + +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_configure() { + ./regenerate-makefiles.sh + econf || die "configure failed" +} diff --git a/sci-misc/irstlm/metadata.xml b/sci-misc/irstlm/metadata.xml new file mode 100644 index 000000000..5d16554ed --- /dev/null +++ b/sci-misc/irstlm/metadata.xml @@ -0,0 +1,14 @@ + + + + + pavel.a.denisov@gmail.com + + + The IRST Language Modeling Toolkit features algorithms + and data structures suitable to estimate, store, and access very large LMs. + The software has been integrated into a popular open source Statistical Machine + Translation decoder called Moses, and is compatible with language models created + with other tools, such as the SRILM Tooolkit. + + -- cgit v1.2.3-65-gdbad