summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-10 11:27:36 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-10 11:27:36 +0000
commit7059cc8d9fc0f789328e95455081e39eb2dbaffb (patch)
tree701cbd2cf8ff24025fed9bfb949d325195f895b6 /net-analyzer/tcpflow
parentMarked ~amd64. (diff)
downloadhistorical-7059cc8d9fc0f789328e95455081e39eb2dbaffb.tar.gz
historical-7059cc8d9fc0f789328e95455081e39eb2dbaffb.tar.bz2
historical-7059cc8d9fc0f789328e95455081e39eb2dbaffb.zip
tidy
Diffstat (limited to 'net-analyzer/tcpflow')
-rw-r--r--net-analyzer/tcpflow/ChangeLog6
-rw-r--r--net-analyzer/tcpflow/metadata.xml6
-rw-r--r--net-analyzer/tcpflow/tcpflow-0.20.ebuild5
3 files changed, 15 insertions, 2 deletions
diff --git a/net-analyzer/tcpflow/ChangeLog b/net-analyzer/tcpflow/ChangeLog
index f0944901b21b..360113b6056c 100644
--- a/net-analyzer/tcpflow/ChangeLog
+++ b/net-analyzer/tcpflow/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/tcpflow
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.4 2004/06/24 22:20:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.5 2004/07/10 11:25:19 eldad Exp $
+
+ 10 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml,
+ tcpflow-0.20.ebuild:
+ Tidy
*tcpflow-0.20 (29 Oct 2002)
diff --git a/net-analyzer/tcpflow/metadata.xml b/net-analyzer/tcpflow/metadata.xml
new file mode 100644
index 000000000000..30a9c0e44326
--- /dev/null
+++ b/net-analyzer/tcpflow/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>netmon</herd>
+<longdescription>A Tool for monitoring, capturing and storing TCP connections flows</longdescription>
+</pkgmetadata>
diff --git a/net-analyzer/tcpflow/tcpflow-0.20.ebuild b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
index ad7a4f100c4c..b6f6cece049a 100644
--- a/net-analyzer/tcpflow/tcpflow-0.20.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.5 2004/06/24 22:20:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.6 2004/07/10 11:25:19 eldad Exp $
DESCRIPTION="A Tool for monitoring, capturing and storing TCP connections flows"
HOMEPAGE="http://www.circlemud.org/~jelson/software/tcpflow/"
SRC_URI="http://www.circlemud.org/pub/jelson/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
SLOT="0"
+IUSE=""
RDEPEND="net-libs/libpcap"
+
src_compile() {
econf || die "configure problem"
emake || die "compile problem"