2013-04-23 16:20:25 +02:00
|
|
|
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
- 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
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bwm-ng
|
2007-05-25 00:50:31 +02:00
|
|
|
PORTVERSION= 0.6
|
2014-07-11 23:50:50 +02:00
|
|
|
PORTREVISION= 2
|
- 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
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Small and simple bandwidth monitor
|
- 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
|
|
|
|
2014-05-12 22:07:56 +02:00
|
|
|
LIB_DEPENDS= libstatgrab.so:${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
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pkgconfig
|
2014-06-11 16:49:59 +02:00
|
|
|
USE_CSTD= gnu89
|
2014-05-12 22:07:56 +02:00
|
|
|
PLIST_FILES= bin/bwm-ng man/man1/bwm-ng.1.gz
|
- 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
|
|
|
|
2014-05-12 22:07:56 +02:00
|
|
|
CONFIGURE_ARGS= --with-libstatgrab
|
2014-06-11 16:49:59 +02:00
|
|
|
CPPFLAGS+= `pkg-config --cflags libstatgrab`
|
|
|
|
LIBS+= `pkg-config --libs 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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|