summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-04-09 00:09:54 +0000
committerleeym <leeym@FreeBSD.org>2003-04-09 00:09:54 +0000
commitd6f0d4a50853bcb64e7651ccf02fb3be5963da45 (patch)
tree32036bd43e267fa848d537116eaa2478c6e9f076 /net
parent9227a8e17732381bec045f97804327b973869f8a (diff)
downloadFreeBSD-ports-d6f0d4a50853bcb64e7651ccf02fb3be5963da45.zip
FreeBSD-ports-d6f0d4a50853bcb64e7651ccf02fb3be5963da45.tar.gz
ifstat is a tool to report network interfaces bandwith just like
vmstat/iostat do for other system counters. PR: 50667 Submitted by: spf <spf@XSLT.cs.nccu.edu.tw>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ifstat/Makefile20
-rw-r--r--net/ifstat/distinfo1
-rw-r--r--net/ifstat/pkg-descr4
-rw-r--r--net/ifstat/pkg-plist1
5 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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
OpenPOWER on IntegriCloud