Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
Date: Wed, 04 Dec 2013 15:03:02
Message-Id: 1386169356.8bc258ace25914c8daa627d93db7516a67bfe60e.jlec@gentoo
1 commit: 8bc258ace25914c8daa627d93db7516a67bfe60e
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 21 12:54:29 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 15:02:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8bc258ac
7
8 sci-misc/irstlm: new ebuild
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-misc/irstlm/ChangeLog | 9 +++++++++
14 sci-misc/irstlm/irstlm-5.80.03.ebuild | 27 +++++++++++++++++++++++++++
15 sci-misc/irstlm/metadata.xml | 14 ++++++++++++++
16 3 files changed, 50 insertions(+)
17
18 diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog
19 new file mode 100644
20 index 0000000..c85821c
21 --- /dev/null
22 +++ b/sci-misc/irstlm/ChangeLog
23 @@ -0,0 +1,9 @@
24 +# ChangeLog for sci-misc/irstlm
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*irstlm-5.80.03 (21 Nov 2013)
29 +
30 + 21 Nov 2013; Pavel Denisov <pavel.a.denisov@×××××.com> +irstlm-5.80.03.ebuild,
31 + +metadata.xml:
32 + sci-misc/irstlm: new ebuild
33
34 diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild
35 new file mode 100644
36 index 0000000..c6a4bc9
37 --- /dev/null
38 +++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild
39 @@ -0,0 +1,27 @@
40 +# Copyright 1999-2013 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI="5"
45 +
46 +inherit eutils flag-o-matic multilib
47 +
48 +DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
49 +HOMEPAGE="http://hlt.fbk.eu/en/irstlm"
50 +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
51 +
52 +LICENSE="LGPL-2.1"
53 +
54 +SLOT="0"
55 +
56 +KEYWORDS="~amd64 ~x86"
57 +
58 +IUSE=""
59 +
60 +DEPEND=""
61 +RDEPEND="${DEPEND}"
62 +
63 +src_configure() {
64 + ./regenerate-makefiles.sh
65 + econf || die "configure failed"
66 +}
67
68 diff --git a/sci-misc/irstlm/metadata.xml b/sci-misc/irstlm/metadata.xml
69 new file mode 100644
70 index 0000000..5d16554
71 --- /dev/null
72 +++ b/sci-misc/irstlm/metadata.xml
73 @@ -0,0 +1,14 @@
74 +<?xml version="1.0" encoding="UTF-8"?>
75 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 +<pkgmetadata>
77 + <maintainer>
78 + <email>pavel.a.denisov@×××××.com</email>
79 + </maintainer>
80 + <longdescription lang="en">
81 + The IRST Language Modeling Toolkit features algorithms
82 + and data structures suitable to estimate, store, and access very large LMs.
83 + The software has been integrated into a popular open source Statistical Machine
84 + Translation decoder called Moses, and is compatible with language models created
85 + with other tools, such as the SRILM Tooolkit.
86 + </longdescription>
87 +</pkgmetadata>