From 5f79c3f234c44c9e6b7f53f034243e3d11ef8d90 Mon Sep 17 00:00:00 2001 From: Flammie Pirinen Date: Mon, 9 May 2011 21:10:05 +0000 Subject: New ebuild for Finnish spell-checking (Portage version: 2.1.9.42/svn/Linux i686) svn path=/; revision=70 --- trunk/app-text/hfst-ospell/ChangeLog | 9 +++++++++ trunk/app-text/hfst-ospell/Manifest | 4 ++++ trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild | 21 +++++++++++++++++++++ trunk/app-text/hfst-ospell/metadata.xml | 9 +++++++++ 4 files changed, 43 insertions(+) create mode 100644 trunk/app-text/hfst-ospell/ChangeLog create mode 100644 trunk/app-text/hfst-ospell/Manifest create mode 100644 trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild create mode 100644 trunk/app-text/hfst-ospell/metadata.xml (limited to 'trunk') diff --git a/trunk/app-text/hfst-ospell/ChangeLog b/trunk/app-text/hfst-ospell/ChangeLog new file mode 100644 index 0000000..6b19074 --- /dev/null +++ b/trunk/app-text/hfst-ospell/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/hfst-ospell +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*hfst-ospell-0.1.1 (09 May 2011) + + 09 May 2011; +hfst-ospell-0.1.1.ebuild, + +metadata.xml: + New ebuild. diff --git a/trunk/app-text/hfst-ospell/Manifest b/trunk/app-text/hfst-ospell/Manifest new file mode 100644 index 0000000..9f8e36d --- /dev/null +++ b/trunk/app-text/hfst-ospell/Manifest @@ -0,0 +1,4 @@ +DIST hfst-ospell-0.1.1.tar.gz 312207 RMD160 536e23e801ae868788d92a1bb1bc285adfbc37b5 SHA1 1db7c4fb78db9dd152b5f0fa6ca9c1c68f4eb24d SHA256 e2774ea1e4d30623bacad9eb5b30e4b4180fc3734ef28ba324e21a87dc27d508 +EBUILD hfst-ospell-0.1.1.ebuild 488 RMD160 17558cf9f96280dc4a6160698fc71ef21acf68b9 SHA1 c2ff63ca5e9dd68d1a87f9e25fcd79ca81fff01e SHA256 385e763cda94f9ad6837523ddc2d649a8770e30d535f81b0396f4241ac6c367c +MISC ChangeLog 249 RMD160 e4323c1d1069a1b68126aaaf83d64ab5b0c10fae SHA1 9dcce2c13d55b8a978b778bde685f56d0f95769a SHA256 ec7ce6cd6791fedde70e2b7e2a59caab660da58021a7e3ade793dbad1f624267 +MISC metadata.xml 259 RMD160 4507e55ae9537065d1f0250c97e8a0aa13f35b2d SHA1 0407372d8bb03c469a60566b874f01ff9bf3b341 SHA256 326f78b6d907c8fdad11e589138dc964b0fe1c771a5d164e5543fd03cbecac8f diff --git a/trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild b/trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild new file mode 100644 index 0000000..5fa0a23 --- /dev/null +++ b/trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Tiny spell-checker library and tools based on FST technology" +HOMEPAGE="http://hfst.sourceforge.net/" +SRC_URI="mirror://sourceforge/hfst/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() +{ + emake DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS ChangeLog NEWS README || die "docs missing" +} diff --git a/trunk/app-text/hfst-ospell/metadata.xml b/trunk/app-text/hfst-ospell/metadata.xml new file mode 100644 index 0000000..7df6fcc --- /dev/null +++ b/trunk/app-text/hfst-ospell/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + Spell-checker based on finite-state automata. + + + -- cgit v1.2.3-65-gdbad