- Add bwm-ng:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max and total sum
* output in curses, plain console, CSV or HTML
* configfile
WWW: http://www.gropp.org/
2006-02-20 12:45:03 +00:00
|
|
|
# New ports collection makefile for: bwm-ng
|
|
|
|
# Date created: 19 February 2006
|
|
|
|
# Whom: Tim Bishop <tdb@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bwm-ng
|
|
|
|
PORTVERSION= 0.5
|
2006-03-20 10:18:18 +00:00
|
|
|
PORTREVISION= 1
|
- Add bwm-ng:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max and total sum
* output in curses, plain console, CSV or HTML
* configfile
WWW: http://www.gropp.org/
2006-02-20 12:45:03 +00:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTER_SITES= http://www.gropp.org/bwm-ng/
|
|
|
|
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
|
|
COMMENT= A small and simple bandwidth monitor
|
|
|
|
|
2006-05-28 05:25:50 +00:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
2006-03-20 10:18:18 +00:00
|
|
|
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
|
- Add bwm-ng:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max and total sum
* output in curses, plain console, CSV or HTML
* configfile
WWW: http://www.gropp.org/
2006-02-20 12:45:03 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bwm-ng.1
|
|
|
|
PLIST_FILES= bin/bwm-ng
|
|
|
|
|
|
|
|
CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|