summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-05-04 19:40:45 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-05-04 19:40:45 +0000
commit22900d711acd0f6d2576a5bfd0ffc3d78695e8a0 (patch)
treea4937a41293169287b49336921044ce41441deeb /net-analyzer/tcptrace
parentBump (diff)
downloadhistorical-22900d711acd0f6d2576a5bfd0ffc3d78695e8a0.tar.gz
historical-22900d711acd0f6d2576a5bfd0ffc3d78695e8a0.tar.bz2
historical-22900d711acd0f6d2576a5bfd0ffc3d78695e8a0.zip
Initial import.
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r--net-analyzer/tcptrace/ChangeLog9
-rw-r--r--net-analyzer/tcptrace/files/digest-tcptrace-6.4.01
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.4.0.ebuild26
3 files changed, 36 insertions, 0 deletions
diff --git a/net-analyzer/tcptrace/ChangeLog b/net-analyzer/tcptrace/ChangeLog
new file mode 100644
index 000000000000..2b4d78a08686
--- /dev/null
+++ b/net-analyzer/tcptrace/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-analyzer/tcptrace
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.1 2003/05/04 19:40:45 aliz Exp $
+
+*tcptrace-6.4.0 (04 May 2003)
+
+ 04 May 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Initial import. Ebuild submitted by Kris Verbeeck <airborne@advalvas.be>
+ in #18386.
diff --git a/net-analyzer/tcptrace/files/digest-tcptrace-6.4.0 b/net-analyzer/tcptrace/files/digest-tcptrace-6.4.0
new file mode 100644
index 000000000000..946676e0293b
--- /dev/null
+++ b/net-analyzer/tcptrace/files/digest-tcptrace-6.4.0
@@ -0,0 +1 @@
+MD5 11c7a7a7525efb9d30e585d43e0babe7 tcptrace-6.4.0.tar.gz 3065785
diff --git a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild
new file mode 100644
index 000000000000..8779106d65f8
--- /dev/null
+++ b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild,v 1.1 2003/05/04 19:40:45 aliz Exp $
+
+IUSE=""
+
+DESCRIPTION="A Tool for analyzing network packet dumps"
+HOMEPAGE="http://www.tcptrace.org/"
+SRC_URI="http://www.tcptrace.org/download/${P}.tar.gz"
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="net-libs/libpcap"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dobin tcptrace
+ newman tcptrace.man tcptrace.1
+# doman tcptrace.1
+ dodoc CHANGES COPYING COPYRIGHT FAQ INSTALL README* THANKS WWW
+}
+