summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared H.Hudson <jhhudso@gentoo.org>2003-06-15 13:40:12 +0000
committerJared H.Hudson <jhhudso@gentoo.org>2003-06-15 13:40:12 +0000
commitbe3c680c37c23d48a31deb2593df22b49c79bddd (patch)
treeb5566877f04990dc48519ff69596cdab6ddb7c16 /app-text/agrep
parentInitial import. (diff)
downloadhistorical-be3c680c37c23d48a31deb2593df22b49c79bddd.tar.gz
historical-be3c680c37c23d48a31deb2593df22b49c79bddd.tar.bz2
historical-be3c680c37c23d48a31deb2593df22b49c79bddd.zip
Initial import.
Diffstat (limited to 'app-text/agrep')
-rw-r--r--app-text/agrep/Manifest4
-rw-r--r--app-text/agrep/agrep-2.04.ebuild26
-rw-r--r--app-text/agrep/files/digest-agrep-2.041
3 files changed, 29 insertions, 2 deletions
diff --git a/app-text/agrep/Manifest b/app-text/agrep/Manifest
index 0cfae58f6771..30f79adc45ff 100644
--- a/app-text/agrep/Manifest
+++ b/app-text/agrep/Manifest
@@ -1,3 +1,3 @@
-MD5 4a7d4bdd49253cfff8f113b8e94b774c agrep-2.04.ebuild 638
-MD5 93b8b666bef9887c4e8add49a42e41a9 ChangeLog 316
+MD5 cd0c5cdbf201dd15f59222ba5e08b0cd agrep-2.04.ebuild 777
+MD5 7c2b9937d2d26c700f37f9d20ed81915 ChangeLog 404
MD5 73c72200212928fc59ff8891028ae7a9 files/digest-agrep-2.04 60
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
new file mode 100644
index 000000000000..ac9ac15ebc4e
--- /dev/null
+++ b/app-text/agrep/agrep-2.04.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.1 2003/06/15 13:40:07 jhhudso Exp $
+
+DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern."
+HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
+SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
+LICENSE="AGREP"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ # Remove first occurace of CFLAGS so we grab the user CFLAGS
+ sed -i -e 's/^CFLAGS.*//' Makefile
+ emake || die
+}
+
+src_install() {
+ dobin agrep
+ doman agrep.1
+ dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
+ contribution.list
+}
diff --git a/app-text/agrep/files/digest-agrep-2.04 b/app-text/agrep/files/digest-agrep-2.04
new file mode 100644
index 000000000000..51c6197646bc
--- /dev/null
+++ b/app-text/agrep/files/digest-agrep-2.04
@@ -0,0 +1 @@
+MD5 abc645404d3926a57c3f5e86a6e89ee9 agrep-2.04.tar.Z 62351