From d6f0d4a50853bcb64e7651ccf02fb3be5963da45 Mon Sep 17 00:00:00 2001 From: leeym Date: Wed, 9 Apr 2003 00:09:54 +0000 Subject: ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. PR: 50667 Submitted by: spf --- net/Makefile | 1 + net/ifstat/Makefile | 20 ++++++++++++++++++++ net/ifstat/distinfo | 1 + net/ifstat/pkg-descr | 4 ++++ net/ifstat/pkg-plist | 1 + 5 files changed, 27 insertions(+) create mode 100644 net/ifstat/Makefile create mode 100644 net/ifstat/distinfo create mode 100644 net/ifstat/pkg-descr create mode 100644 net/ifstat/pkg-plist (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 1420c07..92ff193 100644 --- a/net/Makefile +++ b/net/Makefile @@ -215,6 +215,7 @@ SUBDIR += icqnix SUBDIR += icukrell SUBDIR += idnkit + SUBDIR += ifstat SUBDIR += imcom SUBDIR += ip6_int SUBDIR += ipcad diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile new file mode 100644 index 0000000..d2bc376 --- /dev/null +++ b/net/ifstat/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ifstat +# Date created: 30 Mar 2003 +# Whom: spf@xslt.cs.nccu.edu.tw +# +# $FreeBSD$ +# + +PORTNAME= ifstat +PORTVERSION= 0.5 +CATEGORIES= net +MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@freebsd.org +COMMENT= Network interface statistics monitoring tool + +GNU_CONFIGURE= yes +MAN1= ifstat.1 + +.include diff --git a/net/ifstat/distinfo b/net/ifstat/distinfo new file mode 100644 index 0000000..8af7c55 --- /dev/null +++ b/net/ifstat/distinfo @@ -0,0 +1 @@ +MD5 (ifstat-0.5.tar.gz) = 56adb65b429965df8329e376358cfddd diff --git a/net/ifstat/pkg-descr b/net/ifstat/pkg-descr new file mode 100644 index 0000000..b23a3b5 --- /dev/null +++ b/net/ifstat/pkg-descr @@ -0,0 +1,4 @@ +ifstat is a tool to report network interfaces bandwith just like vmstat/iostat +do for other system counters. + +WWW: http://gael.roualland.free.fr/ifstat/ diff --git a/net/ifstat/pkg-plist b/net/ifstat/pkg-plist new file mode 100644 index 0000000..88ba2ed --- /dev/null +++ b/net/ifstat/pkg-plist @@ -0,0 +1 @@ +bin/ifstat -- cgit v1.1