ChangeLog

# ChangeLog for net-analyzer/ifstat
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.19 2007/08/30 03:02:00 jer Exp $

30 Aug 2007; Jeroen Roovers metadata.xml:
Pick up maintainership.

29 Aug 2007; Christian Heim metadata.xml:
Removing gustavoz from metadata due to his retirement (see #36010 for
reference).

19 Feb 2007; Markus Ullmann ChangeLog:
Redigest for Manifest2

05 Mar 2006; Markus Ullmann ifstat-1.1.ebuild:
COPYING/INSTALL cleanup

29 Apr 2005; Gustavo Zacarias -ifstat-1.0.ebuild,
ifstat-1.1.ebuild:
Cleanup and ppc stable

31 Jan 2005; Gustavo Zacarias ifstat-1.1.ebuild:
Keyworded ~ppc

16 Sep 2004; Gustavo Zacarias ifstat-1.1.ebuild:
Stable on amd64 and ppc64

05 Sep 2004; Guy Martin ifstat-1.1.ebuild:
Marked stable on hppa.

31 Aug 2004; Gustavo Zacarias ifstat-1.1.ebuild:
Keyworded ~amd64 & ~ppc64

18 Aug 2004; Gustavo Zacarias ifstat-1.1.ebuild:
Sparc stable

16 Aug 2004; Eldad Zack ifstat-1.1.ebuild:
x86 stable

30 Jul 2004; Gustavo Zacarias ifstat-1.1.ebuild:
Keyworded ~x86

01 Jul 2004; Jon Hood ifstat-1.0.ebuild,
ifstat-1.1.ebuild:
change virtual/glibc to virtual/libc

*ifstat-1.1 (22 Jun 2004)

22 Jun 2004; Gustavo Zacarias +ifstat-1.1.ebuild:
Revision bump

22 Jun 2004; Gustavo Zacarias metadata.xml,
ifstat-1.0.ebuild:
metadata herd fix, keyworded ~ppc and ~amd64

19 Jan 2004; ifstat-1.0.ebuild:
marked stable on x86 and sparc, added metadata

*ifstat-1.0 (11 Oct 2003)

11 Nov 2003; Guy Martin ifstat-1.0.ebuild :
Marked stable on hppa.

11 Oct 2003; Martin Holzer ifstat-1.0.ebuild:
Inital ebuild. Submitted by Gustavo Zacarias in
#26070.

Manifest

DIST ifstat-1.1.tar.gz 67920 RMD160 dd3449590f3b5caf0a4190579518e1014b34be68 SHA1 4ebf59207d24e53461f841a2480a6710d774fce2 SHA256 8599063b7c398f9cfef7a9ec699659b25b1c14d2bc0f535aed05ce32b7d9f507
EBUILD ifstat-1.1.ebuild 669 RMD160 7e1b9ca47796db005a79ffa0f18e376b30d8f668 SHA1 73639a4e22c3b6ded9e32aea3c72a7a5295fa0ae SHA256 1c39da08c9840ccab57e8f082bca1601e3fc2225fb2b030e790d9bdb967d7240
MISC ChangeLog 2157 RMD160 82759baee090e69a620e641c67b16c143b22c839 SHA1 1883695fbec09d929385e4f7db7cfd079f4dad38 SHA256 8dc85f920ed83715f2af4f2990280d068cf46f33dc1ba23e6e4e47461494cc34
MISC metadata.xml 357 RMD160 9b28848cc683c91c3acafe98812eda134d3d477f SHA1 2a3002f6f1146e0480ea1ade992b832323d23cd6 SHA256 2afc3299bb2497d6a4da60fc72da0ecaa750aeb0a011430f04f1e82ebada9d21

ifstat-1.1.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1.ebuild,v 1.12 2006/03/05 20:39:05 jokey Exp $

IUSE="snmp"

DESCRIPTION="Network interface bandwidth usage, with support for snmp targets."
SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz"
HOMEPAGE="http://gael.roualland.free.fr/ifstat/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="sparc x86 amd64 ppc64 hppa ppc"

DEPEND="virtual/libc
snmp? ( >=net-analyzer/net-snmp-5.0 )"

src_compile() {
econf || die
make || die
}

src_install () {
einstall || die
dodoc HISTORY README TODO VERSION
}

metadata.xml




netmon

jer@gentoo.org


ifstat is a utility to monitor network interface bandwidth usage, with
vmstat look and feel.