summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-29 09:06:59 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-29 09:06:59 +0000
commit8a02854a1b43fc57fb2e6a142bc47b1051978db9 (patch)
tree2d8d4ab90d7d71dd4b534396aea92fb2fc597f31 /app-text/binfind
parentremove masking off of gcc-4.x (diff)
downloadhistorical-8a02854a1b43fc57fb2e6a142bc47b1051978db9.tar.gz
historical-8a02854a1b43fc57fb2e6a142bc47b1051978db9.tar.bz2
historical-8a02854a1b43fc57fb2e6a142bc47b1051978db9.zip
Initial commit. Really useful tool for large input files.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'app-text/binfind')
-rw-r--r--app-text/binfind/ChangeLog10
-rw-r--r--app-text/binfind/Manifest4
-rw-r--r--app-text/binfind/binfind-0.0.3.ebuild18
-rw-r--r--app-text/binfind/metadata.xml8
4 files changed, 40 insertions, 0 deletions
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 <robbat2@gentoo.org> +metadata.xml,
+ +binfind-0.0.3.ebuild:
+ Initial commit. Really useful tool for large input files.
+
diff --git a/app-text/binfind/Manifest b/app-text/binfind/Manifest
new file mode 100644
index 000000000000..d13e91d869ec
--- /dev/null
+++ b/app-text/binfind/Manifest
@@ -0,0 +1,4 @@
+DIST binfind-0.0.3.tar.gz 91222 RMD160 e04905063c0fadccdaee43c8b5734355889076d7 SHA1 2f584acb8e7528427fa59abc239b8898b48a474b SHA256 1db422fd185d0cdc9915415279952eceef9f426195081b970366a2f0f4dafd78
+EBUILD binfind-0.0.3.ebuild 559 RMD160 0eed94ecb070dec4ca976ab84dbe3c5c4894bf33 SHA1 3d47dc58feb6130ce3fd361a36e587da421e5662 SHA256 2a0d440d5c71785fe6ed0ac95593a21f5d9bbc15446f425ee445fe003cc32650
+MISC ChangeLog 390 RMD160 98f4a9d747750dea47d1bac75dc4db17c5bbb7f7 SHA1 d7985ec81caad83417dcb639fc52e77bdff1dba5 SHA256 2e7499e3d1461ad3f2b26840f9f8869c302b66e4078d458a61a7d55449f1052c
+MISC metadata.xml 223 RMD160 ffa99612cf27469c417944deed0e0c9155e64331 SHA1 607c637402dd253406aa6ee684471a702c5d1a99 SHA256 d6bb9ba68629616062b4433ab3b8fb01dfcafae5bb47804d9e06cdd6c66daa44
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+</pkgmetadata>