summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-14 03:32:32 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-14 03:32:32 +0000
commit2bec7d605645bde90096991fcd0f8ed7d699a0bd (patch)
tree4b562d1a090f752946ba442a0d801089d0cf379b /app-editors/lfhex
parentMoved from app-text/gmanedit to app-editors/gmanedit (diff)
downloadgentoo-2-2bec7d605645bde90096991fcd0f8ed7d699a0bd.tar.gz
gentoo-2-2bec7d605645bde90096991fcd0f8ed7d699a0bd.tar.bz2
gentoo-2-2bec7d605645bde90096991fcd0f8ed7d699a0bd.zip
Initial import. bug #52295
Diffstat (limited to 'app-editors/lfhex')
-rw-r--r--app-editors/lfhex/ChangeLog11
-rw-r--r--app-editors/lfhex/Manifest2
-rw-r--r--app-editors/lfhex/files/digest-lfhex-0.3.71
-rw-r--r--app-editors/lfhex/lfhex-0.3.7.ebuild35
-rw-r--r--app-editors/lfhex/metadata.xml12
5 files changed, 61 insertions, 0 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog
new file mode 100644
index 000000000000..d07045ecd71d
--- /dev/null
+++ b/app-editors/lfhex/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-editors/lfhex
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.1 2004/06/14 03:32:32 dragonheart Exp $
+
+*lfhex-0.3.7 (14 Jun 2004)
+
+ 14 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+ +lfhex-0.3.7.ebuild:
+ Initial import. Ebuild thanks to CJ Kucera <gentoo@apocalyptech.com> in bug
+ #52295
+
diff --git a/app-editors/lfhex/Manifest b/app-editors/lfhex/Manifest
new file mode 100644
index 000000000000..21ae634ec06e
--- /dev/null
+++ b/app-editors/lfhex/Manifest
@@ -0,0 +1,2 @@
+MD5 1e17386a52e0633435a218e745f7f93e lfhex-0.3.7.ebuild 620
+MD5 278540748b028890d6885b09b0ab834c files/digest-lfhex-0.3.7 62
diff --git a/app-editors/lfhex/files/digest-lfhex-0.3.7 b/app-editors/lfhex/files/digest-lfhex-0.3.7
new file mode 100644
index 000000000000..fe1f0f8739bd
--- /dev/null
+++ b/app-editors/lfhex/files/digest-lfhex-0.3.7
@@ -0,0 +1 @@
+MD5 203051364839fa48b9e030d44e84e648 lfhex-0.3.7.tar.gz 69947
diff --git a/app-editors/lfhex/lfhex-0.3.7.ebuild b/app-editors/lfhex/lfhex-0.3.7.ebuild
new file mode 100644
index 000000000000..b83d0ec788d0
--- /dev/null
+++ b/app-editors/lfhex/lfhex-0.3.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.ebuild,v 1.1 2004/06/14 03:32:32 dragonheart Exp $
+
+DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files"
+HOMEPAGE="http://freshmeat.net/projects/lfhex"
+SRC_URI="http://home.earthlink.net/~eyekode/data/${P}.tar.gz"
+LICENSE="QPL-1.0"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+RDEPEND=">=x11-libs/qt-3
+ virtual/x11"
+
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ sys-devel/bison
+ sys-apps/grep
+ sys-apps/net-tools"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin bin/lfhex
+ dodoc LICENSE.QPL
+ dodoc README
+ dodoc README.install
+}
diff --git a/app-editors/lfhex/metadata.xml b/app-editors/lfhex/metadata.xml
new file mode 100644
index 000000000000..b9fc2b9c6f11
--- /dev/null
+++ b/app-editors/lfhex/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>dragonheart@gentoo.org</email>
+ <name>Daniel Black</name>
+ <description>A user ebuild that I felt obliged to include. Please take over if you want
+it</description>
+</maintainer>
+<longdescription></longdescription>
+</pkgmetadata>