From 678f0647e2f075c584f0167ded8d2a7d45d7f059 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 29 Dec 2008 09:06:59 +0000 Subject: Initial commit. Really useful tool for large input files. (Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64) --- app-text/binfind/ChangeLog | 10 ++++++++++ app-text/binfind/binfind-0.0.3.ebuild | 18 ++++++++++++++++++ app-text/binfind/metadata.xml | 8 ++++++++ 3 files changed, 36 insertions(+) create mode 100644 app-text/binfind/ChangeLog create mode 100644 app-text/binfind/binfind-0.0.3.ebuild create mode 100644 app-text/binfind/metadata.xml (limited to 'app-text/binfind') diff --git a/app-text/binfind/ChangeLog b/app-text/binfind/ChangeLog new file mode 100644 index 000000000000..e831a45a7ee0 --- /dev/null +++ b/app-text/binfind/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/binfind +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/binfind/ChangeLog,v 1.1 2008/12/29 09:06:59 robbat2 Exp $ + +*binfind-0.0.3 (29 Dec 2008) + + 29 Dec 2008; Robin H. Johnson +metadata.xml, + +binfind-0.0.3.ebuild: + Initial commit. Really useful tool for large input files. + diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild new file mode 100644 index 000000000000..93909b172b68 --- /dev/null +++ b/app-text/binfind/binfind-0.0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/binfind/binfind-0.0.3.ebuild,v 1.1 2008/12/29 09:06:59 robbat2 Exp $ + +DESCRIPTION="binfind searches files for a byte sequence specified on the command line." +HOMEPAGE="http://www.lith.at/binfind" +SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS NEWS README ChangeLog +} diff --git a/app-text/binfind/metadata.xml b/app-text/binfind/metadata.xml new file mode 100644 index 000000000000..5d9f5be9d49d --- /dev/null +++ b/app-text/binfind/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + robbat2@gentoo.org + + -- cgit v1.2.3-65-gdbad