import of ifstat-1.0:

ifstat is a tool to report network interfaces bandwidth just like
vmstat/iostat do for other system counters.

WWW: http://gael.roualland.free.fr/ifstat/
This commit is contained in:
jolan 2003-11-22 22:42:30 +00:00
parent 01deae22ae
commit db23abd39c
4 changed files with 34 additions and 0 deletions

26
net/ifstat/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/22 22:42:30 jolan Exp $
COMMENT= "tool to monitor interface bandwidth usage"
DISTNAME= ifstat-1.0
CATEGORIES= net
HOMEPAGE= http://gael.roualland.free.fr/ifstat/
MAINTAINER= Johan Fredin <griffin@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
CONFIGURE_ARGS+= --without-snmp
.include <bsd.port.mk>

3
net/ifstat/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ifstat-1.0.tar.gz) = 8759bf0debe80e55e8922be10e51e981
RMD160 (ifstat-1.0.tar.gz) = 52043ff4ac8d366ecafd2fefac45315faa7b38c6
SHA1 (ifstat-1.0.tar.gz) = 7ab50398ac0c18b6f1b8642d6be194e4a88c1762

2
net/ifstat/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
ifstat is a tool to report network interfaces bandwidth just like
vmstat/iostat do for other system counters.

3
net/ifstat/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/11/22 22:42:30 jolan Exp $
bin/ifstat
man/man1/ifstat.1