diff options
author | Michael Boman <mboman@gentoo.org> | 2004-03-17 04:58:20 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-03-17 04:58:20 +0000 |
commit | d1e503c58ffce6979eb13b8a07da52eb4bcc1c86 (patch) | |
tree | cead4b4b5bbfcf6ee06620636a47ccf68b63d2ab /net-analyzer/tcptrace | |
parent | tighten DEPEND (bug #44817); add metadata file; inherit eutils for epatch (Ma... (diff) | |
download | gentoo-2-d1e503c58ffce6979eb13b8a07da52eb4bcc1c86.tar.gz gentoo-2-d1e503c58ffce6979eb13b8a07da52eb4bcc1c86.tar.bz2 gentoo-2-d1e503c58ffce6979eb13b8a07da52eb4bcc1c86.zip |
Corrected SRC_URI. Closes #44901.
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r-- | net-analyzer/tcptrace/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/tcptrace/metadata.xml | 10 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.4.0.ebuild | 6 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-analyzer/tcptrace/ChangeLog b/net-analyzer/tcptrace/ChangeLog index 2b4d78a08686..742658d62f7d 100644 --- a/net-analyzer/tcptrace/ChangeLog +++ b/net-analyzer/tcptrace/ChangeLog @@ -1,6 +1,10 @@ # 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 $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.2 2004/03/17 04:58:20 mboman Exp $ + + 17 Mar 2004; Michael Boman <mboman@gentoo.org> metadata.xml, + tcptrace-6.4.0.ebuild: + Corrected SRC_URI. Closes #44901. *tcptrace-6.4.0 (04 May 2003) diff --git a/net-analyzer/tcptrace/metadata.xml b/net-analyzer/tcptrace/metadata.xml new file mode 100644 index 000000000000..08819a22c2fa --- /dev/null +++ b/net-analyzer/tcptrace/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <maintainer> + <email>mboman@gentoo.org</email> + <description>Interim Maintainer</description> + </maintainer> + <longdescription>tcptrace is a tool written by Shawn Ostermann at Ohio University, for analysis of TCP dump files. It can take as input the files produced by several popular packet-capture programs, including tcpdump, snoop, etherpeek, HP Net Metrix, and WinDump. tcptrace can produce several different types of output containing information on each connection seen, such as elapsed time, bytes and segments sent and recieved, retransmissions, round trip times, window advertisements, throughput, and more. It can also produce a number of graphs for further analysis.</longdescription> +</pkgmetadata> diff --git a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild index f1e9223ea133..f14823c893fb 100644 --- a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.3 2003/07/13 11:30:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild,v 1.4 2004/03/17 04:58:20 mboman 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" +SRC_URI="http://www.tcptrace.org/download/old/6.4/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" |