diff options
Diffstat (limited to 'app-text/bact')
-rw-r--r-- | app-text/bact/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/bact/Manifest | 3 | ||||
-rw-r--r-- | app-text/bact/bact-0.13.ebuild | 25 | ||||
-rw-r--r-- | app-text/bact/files/digest-bact-0.13 | 1 | ||||
-rw-r--r-- | app-text/bact/metadata.xml | 13 |
5 files changed, 52 insertions, 0 deletions
diff --git a/app-text/bact/ChangeLog b/app-text/bact/ChangeLog new file mode 100644 index 000000000000..a13e45a44dd1 --- /dev/null +++ b/app-text/bact/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/bact +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bact/ChangeLog,v 1.1 2005/12/24 18:58:09 usata Exp $ + +*bact-0.13 (24 Dec 2005) + + 24 Dec 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml, + +bact-0.13.ebuild: + Initial import. + diff --git a/app-text/bact/Manifest b/app-text/bact/Manifest new file mode 100644 index 000000000000..62db53d5367b --- /dev/null +++ b/app-text/bact/Manifest @@ -0,0 +1,3 @@ +MD5 d447c07fc74594915d8f818141d2053b bact-0.13.ebuild 509 +MD5 07d4c3ef668967e82cc45a4ddd889b56 metadata.xml 527 +MD5 7186ff874dc5be6344d4a640c9e24ec7 files/digest-bact-0.13 61 diff --git a/app-text/bact/bact-0.13.ebuild b/app-text/bact/bact-0.13.ebuild new file mode 100644 index 000000000000..e6b70f1dfef1 --- /dev/null +++ b/app-text/bact/bact-0.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bact/bact-0.13.ebuild,v 1.1 2005/12/24 18:58:09 usata Exp $ + +DESCRIPTION="Boosting Algorithm for Classification of Trees" +HOMEPAGE="http://chasen.org/~taku/software/bact/" +SRC_URI="http://chasen.org/~taku/software/bact/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" + +src_test() { + make test || die +} + +src_install() { + dobin bact_learn bact_mkmodel bact_classify || die + + dohtml index.html bact.css + dodoc README AUTHORS +} diff --git a/app-text/bact/files/digest-bact-0.13 b/app-text/bact/files/digest-bact-0.13 new file mode 100644 index 000000000000..10c84a95932e --- /dev/null +++ b/app-text/bact/files/digest-bact-0.13 @@ -0,0 +1 @@ +MD5 635c6466afb4f1f6c19cbc31655279b5 bact-0.13.tar.gz 230681 diff --git a/app-text/bact/metadata.xml b/app-text/bact/metadata.xml new file mode 100644 index 000000000000..93f464b1c5ec --- /dev/null +++ b/app-text/bact/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +<maintainer> + <email>usata@gentoo.org</email> +</maintainer> +<longdescription>BACT is an implementation of [Kudo & Matsumoto 2004], +and is designed to handle the tree classification problem. The important +characteristic is that the input example x is represented not as a +numerical feature vector (bag-of-words) but a labeled ordered tree. +</longdescription> +</pkgmetadata> |