summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-04 21:24:16 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-04 21:24:16 +0000
commit43394ff7eb7b7c9bb21945110f12fe2ce6bf5e95 (patch)
treec231f287c343df3362d02ecf69e2a3b1000a24a7 /net-analyzer/fprobe
parent (Manifest recommit) (diff)
downloadgentoo-2-43394ff7eb7b7c9bb21945110f12fe2ce6bf5e95.tar.gz
gentoo-2-43394ff7eb7b7c9bb21945110f12fe2ce6bf5e95.tar.bz2
gentoo-2-43394ff7eb7b7c9bb21945110f12fe2ce6bf5e95.zip
Initial commit. Closes #55533.
Diffstat (limited to 'net-analyzer/fprobe')
-rw-r--r--net-analyzer/fprobe/ChangeLog10
-rw-r--r--net-analyzer/fprobe/Manifest2
-rw-r--r--net-analyzer/fprobe/files/digest-fprobe-1.0.41
-rw-r--r--net-analyzer/fprobe/fprobe-1.0.4.ebuild32
-rw-r--r--net-analyzer/fprobe/metadata.xml8
5 files changed, 53 insertions, 0 deletions
diff --git a/net-analyzer/fprobe/ChangeLog b/net-analyzer/fprobe/ChangeLog
new file mode 100644
index 000000000000..f1330f38fde9
--- /dev/null
+++ b/net-analyzer/fprobe/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-analyzer/fprobe
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.1 2004/08/04 21:24:16 squinky86 Exp $
+
+*fprobe-1.0.4 (04 Aug 2004)
+
+ 04 Aug 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml,
+ +fprobe-1.0.4.ebuild:
+ Initial commit. Thanks to BlueRaven <blue@ravenconsulting.it> in #55533.
+
diff --git a/net-analyzer/fprobe/Manifest b/net-analyzer/fprobe/Manifest
new file mode 100644
index 000000000000..6ff56b3822fb
--- /dev/null
+++ b/net-analyzer/fprobe/Manifest
@@ -0,0 +1,2 @@
+MD5 4543741e43d73c8b32ac3417f0f1b174 fprobe-1.0.4.ebuild 726
+MD5 b0ff0b030ad07fae5ed5c1e563e941e5 files/digest-fprobe-1.0.4 64
diff --git a/net-analyzer/fprobe/files/digest-fprobe-1.0.4 b/net-analyzer/fprobe/files/digest-fprobe-1.0.4
new file mode 100644
index 000000000000..1ac849dc7042
--- /dev/null
+++ b/net-analyzer/fprobe/files/digest-fprobe-1.0.4
@@ -0,0 +1 @@
+MD5 4f549ca54b887f3b78c9c7217ea5647e fprobe-1.0.4.tar.bz2 75059
diff --git a/net-analyzer/fprobe/fprobe-1.0.4.ebuild b/net-analyzer/fprobe/fprobe-1.0.4.ebuild
new file mode 100644
index 000000000000..095ea88117c2
--- /dev/null
+++ b/net-analyzer/fprobe/fprobe-1.0.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.4.ebuild,v 1.1 2004/08/04 21:24:16 squinky86 Exp $
+
+DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows"
+HOMEPAGE="http://fprobe.sourceforge.net"
+LICENSE="GPL-2"
+
+SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="debug messages"
+
+DEPEND=">=net-libs/libpcap-0.8.3"
+
+src_compile() {
+ local myconf
+ myconf="`use_enable debug`
+ `use_enable messages`"
+
+ econf ${myconf} || die "configure failed"
+
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO
+ docinto contrib ; dodoc contrib/tg.sh
+}
diff --git a/net-analyzer/fprobe/metadata.xml b/net-analyzer/fprobe/metadata.xml
new file mode 100644
index 000000000000..9eb186981c76
--- /dev/null
+++ b/net-analyzer/fprobe/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>netmon</herd>
+ <maintainer>
+ <email>squinky86@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>