- 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 13:45:03 +01:00
|
|
|
# New ports collection makefile for: bwm-ng
|
|
|
|
# Date created: 19 February 2006
|
|
|
|
# Whom: Tim Bishop <tdb@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bwm-ng
|
2007-05-25 00:50:31 +02:00
|
|
|
PORTVERSION= 0.6
|
- 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 13:45:03 +01: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 07:25:50 +02:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
2006-03-20 11:18:18 +01: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 13:45:03 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bwm-ng.1
|
|
|
|
PLIST_FILES= bin/bwm-ng
|
|
|
|
|
|
|
|
CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`"
|
2007-05-25 00:50:31 +02:00
|
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
- 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 13:45:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|