summaryrefslogtreecommitdiff
path: root/net/ifstat
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-09 00:09:54 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-09 00:09:54 +0000
commit2a324e633e4402fe4f256f251313478af08d7e60 (patch)
treed25a8db8051ad29e793564e4786517a069d540f4 /net/ifstat
parentAdd hyphenation dictionaries to the slave ports. (diff)
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>
Notes
Notes: svn path=/head/; revision=78636
Diffstat (limited to 'net/ifstat')
-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
4 files changed, 26 insertions, 0 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
new file mode 100644
index 000000000000..d2bc376a4b9a
--- /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 000000000000..8af7c55ad565
--- /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 000000000000..b23a3b52a88f
--- /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 000000000000..88ba2ed22fb1
--- /dev/null
+++ b/net/ifstat/pkg-plist
@@ -0,0 +1 @@
+bin/ifstat