diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 13:05:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 13:05:05 +0000 |
commit | 6f090208c568b298a6b993ab61c25239704798e7 (patch) | |
tree | 27e11ad94c1c46c80a15d96b6f2a6b68c089acc3 /net-analyzer/tcpstat | |
parent | cleanup (diff) | |
download | gentoo-2-6f090208c568b298a6b993ab61c25239704798e7.tar.gz gentoo-2-6f090208c568b298a6b993ab61c25239704798e7.tar.bz2 gentoo-2-6f090208c568b298a6b993ab61c25239704798e7.zip |
version bump
Diffstat (limited to 'net-analyzer/tcpstat')
-rw-r--r-- | net-analyzer/tcpstat/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/tcpstat/files/digest-tcpstat-1.4 | 1 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.4.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/net-analyzer/tcpstat/ChangeLog b/net-analyzer/tcpstat/ChangeLog index 429d5f6c11d8..53ad81d1d62f 100644 --- a/net-analyzer/tcpstat/ChangeLog +++ b/net-analyzer/tcpstat/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/tcpstat # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.2 2002/04/27 13:03:42 seemant Exp $ + +*tcpstat-1.4 (27 Apr 2002) + + 27 Apr 2002; Seemant Kulleen <seemant@gentoo.org> tcpstat-1.4.ebuild + files/digest-tcpstat-1.4 : + + Version bump. *tcpstat-1.3 (1 Feb 2002) diff --git a/net-analyzer/tcpstat/files/digest-tcpstat-1.4 b/net-analyzer/tcpstat/files/digest-tcpstat-1.4 new file mode 100644 index 000000000000..7690018387f7 --- /dev/null +++ b/net-analyzer/tcpstat/files/digest-tcpstat-1.4 @@ -0,0 +1 @@ +MD5 74696fee92396e000efa9cc48283af71 tcpstat-1.4.tar.gz 66689 diff --git a/net-analyzer/tcpstat/tcpstat-1.4.ebuild b/net-analyzer/tcpstat/tcpstat-1.4.ebuild new file mode 100644 index 000000000000..fe0e73a8d7d4 --- /dev/null +++ b/net-analyzer/tcpstat/tcpstat-1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.4.ebuild,v 1.1 2002/04/27 13:03:42 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Reports network interface statistics" +SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" + +DEPEND="virtual/glibc + >=net-libs/libpcap-0.5.2 + berkdb? ( <sys-libs/db-2 )" + +src_install () { + + make DESTDIR=${D} install || die + use berkdb && dobin src/tcpprof + + dodoc AUTHORS ChangeLog COPYING LICENSE NEWS README* + +} |