From: "Flammie Pirinen" <flammie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
Date: Tue, 31 Jul 2012 21:34:39 +0000 (UTC) [thread overview]
Message-ID: <1343770004.2529650d850c9182944e28359fabebecc8534123.flammie@gentoo> (raw)
commit: 2529650d850c9182944e28359fabebecc8534123
Author: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 21:26:44 2012 +0000
Commit: Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 21:26:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2529650d
Version bump hfst to 3.3.12
(Portage version: 2.1.10.65/git/Linux i686, unsigned Manifest commit)
---
sci-misc/hfst/ChangeLog | 8 +++++++-
sci-misc/hfst/hfst-2.2.ebuild | 4 ++--
sci-misc/hfst/hfst-3.0.2.ebuild | 4 ++--
sci-misc/hfst/hfst-3.3.12.ebuild | 34 ++++++++++++++++++++++++++++++++++
sci-misc/hfst/metadata.xml | 24 ++++++++++++++++++------
5 files changed, 63 insertions(+), 11 deletions(-)
diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index a1485e9..67c498d 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-misc/hfst
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*hfst-3.3.12 (31 Jul 2012)
+
+ 31 Jul 2012; Flammie Pirinen <flammie@gentoo.org> +hfst-3.3.12.ebuild,
+ metadata.xml:
+ Version bump hfst to 3.3.12
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/sci-misc/hfst/hfst-2.2.ebuild b/sci-misc/hfst/hfst-2.2.ebuild
index 7e7d56f..dd7a361 100644
--- a/sci-misc/hfst/hfst-2.2.ebuild
+++ b/sci-misc/hfst/hfst-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,7 +6,7 @@ EAPI=4
DESCRIPTION="Helsinki Finite State Transducer API and tools"
HOMEPAGE="http://hfst.sourceforge.net/"
-SRC_URI="mirror://sourceforge/hfst/hfst-2.2.tar.gz"
+SRC_URI="mirror://sourceforge/hfst/archive/hfst-2.2.tar.gz"
LICENSE="GPL-3"
SLOT="0"
diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.ebuild
index 9ed89b6..7c1b02b 100644
--- a/sci-misc/hfst/hfst-3.0.2.ebuild
+++ b/sci-misc/hfst/hfst-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,7 +6,7 @@ EAPI=4
DESCRIPTION="Helsinki Finite State Transducer API and tools"
HOMEPAGE="http://hfst.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild
new file mode 100644
index 0000000..45be9b7
--- /dev/null
+++ b/sci-misc/hfst/hfst-3.3.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Helsinki Finite State Transducer API and tools"
+HOMEPAGE="http://hfst.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="+openfst sfst foma xml +glib"
+
+RDEPEND="
+ openfst? ( >sci-misc/openfst-1.2 )
+ sfst? ( >sci-misc/sfst-1.3 )
+ foma? ( >sci-misc/foma-0.9.13 )
+ xml? ( dev-libs/libxml2 dev-cpp/libxmlpp )
+ glib? ( dev-libs/glib )"
+DEPEND="${RDEPEND}
+ >=sys-devel/flex-2.5.35
+ sys-devel/bison"
+
+src_configure() {
+ econf \
+ $(use_with openfst) \
+ $(use_with sfst) \
+ $(use_with foma) \
+ $(use_enable xml apertium2fst) \
+ $(use_with glib unicodehandler glib) \
+ --enable-lexc
+}
diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
index 4093d00..efb6974 100644
--- a/sci-misc/hfst/metadata.xml
+++ b/sci-misc/hfst/metadata.xml
@@ -6,11 +6,23 @@
traditional FST-based linguistic morphology tools.
</longdescription>
<use>
- <flag name="openfst">Add optional support for openfst backend
- library (<pkg>sci-misc/openfst</pkg>)</flag>
- <!-- <flag name="foma">Add optional support for foma backend
- library (<pkg>sci-misc/foma</pkg>)</flag> -->
- <flag name="sfst">Add optional support for sfst backend
- library (<pkg>sci-misc/sfst</pkg>)</flag>
+ <flag name="openfst">
+ Add optional support for openfst backend library
+ (<pkg>sci-misc/openfst</pkg>)
+ </flag>
+ <flag name="foma">
+ Add optional support for foma backend library
+ (<pkg>sci-misc/foma</pkg>)</flag>
+ <flag name="sfst">
+ Add optional support for sfst backend library
+ (<pkg>sci-misc/sfst</pkg>)
+ </flag>
+ <flag name="glib">
+ Parse UTF-8 and collate unicode using glib instead of
+ homebrewn methods
+ </flag>
+ <flag name="xml">
+ Include parsers for grammars and formats that require XML support
+ </flag>
</use>
</pkgmetadata>
next reply other threads:[~2012-07-31 21:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-31 21:34 Flammie Pirinen [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-27 18:40 [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/ Aisha Tammy
2017-01-29 11:59 Justin Lecher
2015-06-08 12:19 Justin Lecher
2011-10-25 17:16 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-05-09 18:28 Flammie Pirinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1343770004.2529650d850c9182944e28359fabebecc8534123.flammie@gentoo \
--to=flammie@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox