summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2003-06-19 09:26:36 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2003-06-19 09:26:36 +0000
commitc643836805ed92480fab582ab6417b160ec167ec (patch)
tree3de18424c22b486766010cb8a9024391937767ac /app-text/bow
parentremoving empty dir (diff)
downloadhistorical-c643836805ed92480fab582ab6417b160ec167ec.tar.gz
historical-c643836805ed92480fab582ab6417b160ec167ec.tar.bz2
historical-c643836805ed92480fab582ab6417b160ec167ec.zip
new ebuild
Diffstat (limited to 'app-text/bow')
-rw-r--r--app-text/bow/ChangeLog9
-rw-r--r--app-text/bow/Manifest3
-rw-r--r--app-text/bow/bow-20020213.ebuild22
-rw-r--r--app-text/bow/files/digest-bow-200202131
4 files changed, 35 insertions, 0 deletions
diff --git a/app-text/bow/ChangeLog b/app-text/bow/ChangeLog
new file mode 100644
index 000000000000..445980095eba
--- /dev/null
+++ b/app-text/bow/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/bow
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bow/ChangeLog,v 1.1 2003/06/19 09:26:36 pvdabeel Exp $
+
+*bow-20020213 (19 Jun 2003)
+
+ 19 Jun 2003; root <pvdabeel@gentoo.org> bow-20020213.ebuild:
+ Bow toolkit
+
diff --git a/app-text/bow/Manifest b/app-text/bow/Manifest
new file mode 100644
index 000000000000..7dd51d2e224b
--- /dev/null
+++ b/app-text/bow/Manifest
@@ -0,0 +1,3 @@
+MD5 8d827ef9390e27e7759add2af79bad2b bow-20020213.ebuild 672
+MD5 456cc62b3c15b897a328aa767d0c6a91 ChangeLog 228
+MD5 a8952921aab7a021a68328d678697716 files/digest-bow-20020213 64
diff --git a/app-text/bow/bow-20020213.ebuild b/app-text/bow/bow-20020213.ebuild
new file mode 100644
index 000000000000..d757d57518e3
--- /dev/null
+++ b/app-text/bow/bow-20020213.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bow/bow-20020213.ebuild,v 1.1 2003/06/19 09:26:36 pvdabeel Exp $
+
+DESCRIPTION="Bag of words library - Statistical language modeling, text retrieval, Classification and clustering"
+HOMEPAGE="http://www-2.cs.cmu.edu/~mccallum/bow/"
+SRC_URI="http://www-2.cs.cmu.edu/~mccallum/bow/src/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="x86 ppc"
+LICENSE="GPL-2"
+IUSE=""
+DEPEND="virtual/glibc"
+RDEPEND=${DEPEND}
+
+src_compile() {
+ econf --prefix=${D}/usr --datadir=${D}/usr/share || die
+}
+
+src_install() {
+ make prefix=${D}/usr install
+}
diff --git a/app-text/bow/files/digest-bow-20020213 b/app-text/bow/files/digest-bow-20020213
new file mode 100644
index 000000000000..47f1c8c2451f
--- /dev/null
+++ b/app-text/bow/files/digest-bow-20020213
@@ -0,0 +1 @@
+MD5 1d47f13bba3b6caf2dee1986463c4f3f bow-20020213.tar.gz 534112