aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlammie Pirinen <flammie@iki.fi>2009-11-18 00:38:08 +0200
committerFlammie Pirinen <flammie@iki.fi>2009-11-18 00:38:08 +0200
commitd2b8c883ee9f8b0b35dbcf6ae4a83ce9fa5c9a74 (patch)
treeaea29d97f4830cbd66dcfd1f041b37003d5aa690 /sci-misc
parentManifest for gfan (diff)
downloadsci-d2b8c883ee9f8b0b35dbcf6ae4a83ce9fa5c9a74.tar.gz
sci-d2b8c883ee9f8b0b35dbcf6ae4a83ce9fa5c9a74.tar.bz2
sci-d2b8c883ee9f8b0b35dbcf6ae4a83ce9fa5c9a74.zip
Initial ebuild of HFST package
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/hfst/ChangeLog9
-rw-r--r--sci-misc/hfst/Manifest4
-rw-r--r--sci-misc/hfst/hfst-2.2.ebuild16
-rw-r--r--sci-misc/hfst/metadata.xml10
4 files changed, 39 insertions, 0 deletions
diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
new file mode 100644
index 000000000..68e28dc57
--- /dev/null
+++ b/sci-misc/hfst/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-misc/hfst
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*hfst-2.2 (17 Nov 2009)
+
+ 17 Nov 2009; <flammie@gentoo.org> +hfst-2.2.ebuild, +metadata.xml:
+ Initial ebuild for HFST
+
diff --git a/sci-misc/hfst/Manifest b/sci-misc/hfst/Manifest
new file mode 100644
index 000000000..ac9a5c170
--- /dev/null
+++ b/sci-misc/hfst/Manifest
@@ -0,0 +1,4 @@
+DIST hfst-2.2.tar.gz 3608685 RMD160 d10006421670ce3f1c9d44115b6916a84f4b0063 SHA1 51f9ad1008124c310047e79798d76498bc01dbab SHA256 0b63d60dd331f7bcf32908015cada8920127215564735036696a0e877ab69337
+EBUILD hfst-2.2.ebuild 347 RMD160 c759118aecca459858b8032c8f80c0a4080219b7 SHA1 c151c2ab5cb1f3a96096f32abedc9c5aa8acd568 SHA256 2d9c03717d2d2fd6045e72a465deacc7a1baa1a7f0e272956151867a7f860bde
+MISC ChangeLog 235 RMD160 df6b551a1f1ec3eb08f1dbd94d46e97583a3cbdb SHA1 e6b4a72413d7a0ac6927003adb036ada07833398 SHA256 5964b03dc798d4285f6ea8aa3ccfcc337b1739ad1173fb0e0191a4090dbc5c77
+MISC metadata.xml 335 RMD160 a03652daa402a23089bea23ef3757fe9a329e44e SHA1 b2700002277139741ffd8dd9a304ac7cc6595854 SHA256 0e5ec8330093278d9b02d8d10e2fda30abc736efa4d3bdcd0add352c7f7ec705
diff --git a/sci-misc/hfst/hfst-2.2.ebuild b/sci-misc/hfst/hfst-2.2.ebuild
new file mode 100644
index 000000000..b7da23f84
--- /dev/null
+++ b/sci-misc/hfst/hfst-2.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Helsinki Finite State Transducer API and tools"
+HOMEPAGE="http://hfst.sourceforge.net/"
+SRC_URI="mirror://sourceforge/hfst/hfst-2.2.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
new file mode 100644
index 000000000..872d37837
--- /dev/null
+++ b/sci-misc/hfst/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <longdescription lang="en">
+ Open Source API for FSTs, a set of command line tools, and clones of
+ traditional FST-based linguistic morphology tools.
+ </longdescription>
+</pkgmetadata>
+