diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-22 16:56:35 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-22 16:56:35 +0000 |
commit | 40219c3a99fe026a752504281e2c7bb54125c82c (patch) | |
tree | 2206207e04d7c88f89374af83de3eddcfeb7c5f7 /net/bmon | |
parent | 5a8184ec3181503c93a52d301093719117ab3014 (diff) |
add bmon, an interface bandwidth monitor
PR: 48553
Submitted by: Jon Nistor <nistor@snickers.org>
Notes
Notes:
svn path=/head/; revision=76175
Diffstat (limited to 'net/bmon')
-rw-r--r-- | net/bmon/Makefile | 25 | ||||
-rw-r--r-- | net/bmon/distinfo | 1 | ||||
-rw-r--r-- | net/bmon/pkg-descr | 8 | ||||
-rw-r--r-- | net/bmon/pkg-plist | 1 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile new file mode 100644 index 000000000000..35b464666f02 --- /dev/null +++ b/net/bmon/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: bmon +# Date created: 21 Feb 2003 +# Whom: Jon Nistor <nistor@snickers.org> +# +# $FreeBSD$ +# + +PORTNAME= bmon +PORTVERSION= 1.2.0 +CATEGORIES= net +MASTER_SITES= http://trash.net/~reeler/bmon/files/ + +MAINTAINER= nistor@snickers.org +COMMENT= "BWMON - bandwidth monitor using curses lib" + +GNU_CONFIGURE= YES +USE_GMAKE= YES + +MAN1= bmon.1 + +do-install: + ${INSTALL} ${STRIP} ${COPY} ${_BINOWNGRP} -m 4755 ${WRKSRC}/bmon ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/bmon.1 ${PREFIX}/man/man1/bmon.1 + +.include <bsd.port.mk> diff --git a/net/bmon/distinfo b/net/bmon/distinfo new file mode 100644 index 000000000000..7e954d2e9e33 --- /dev/null +++ b/net/bmon/distinfo @@ -0,0 +1 @@ +MD5 (bmon-1.2.0.tar.gz) = 7fa3e960c4d7824c1827e69a16c2832d diff --git a/net/bmon/pkg-descr b/net/bmon/pkg-descr new file mode 100644 index 000000000000..67b9c18e1d5c --- /dev/null +++ b/net/bmon/pkg-descr @@ -0,0 +1,8 @@ +bmon is an interface bandwidth monitor using the curses library. +It's able to compute and draw three types of diagrams (overview, +graphical, and detailed). The overview diagram is a list of all +interfaces including the rx/tx rates of each interface. The +graphical diagram is a bar graph in ASCII. All diagrams are +continously updated. + +WWW: http://trash.net/~reeler/bmon/ diff --git a/net/bmon/pkg-plist b/net/bmon/pkg-plist new file mode 100644 index 000000000000..8dcbabe812e9 --- /dev/null +++ b/net/bmon/pkg-plist @@ -0,0 +1 @@ +sbin/bmon |