diff options
author | edwin <edwin@FreeBSD.org> | 2009-06-01 07:05:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-06-01 07:05:29 +0800 |
commit | 2475559ad80853c3dfaf861d360d1d4adc2fe54d (patch) | |
tree | 31cd304e2e2c9552cc03d2538196debad3df73db | |
parent | c55d3fa34a4ab7745c4fc6d4a4025e6e272e4862 (diff) | |
download | freebsd-ports-gnome-2475559ad80853c3dfaf861d360d1d4adc2fe54d.tar.gz freebsd-ports-gnome-2475559ad80853c3dfaf861d360d1d4adc2fe54d.tar.zst freebsd-ports-gnome-2475559ad80853c3dfaf861d360d1d4adc2fe54d.zip |
Curses based overview for the statistics generated by the Huawei
E169 3G USB modem. Please note that this requires at least FreeBSD
7.2 because it makes use of the u3g(4) driver.
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/e169-stats/Makefile | 21 | ||||
-rw-r--r-- | net/e169-stats/pkg-descr | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ffcc75863e93..1eeb24672065 100644 --- a/net/Makefile +++ b/net/Makefile @@ -124,6 +124,7 @@ SUBDIR += dosdetector SUBDIR += dtcp SUBDIR += dtcpclient + SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping SUBDIR += ecore-con diff --git a/net/e169-stats/Makefile b/net/e169-stats/Makefile new file mode 100644 index 000000000000..60aa14c89b3e --- /dev/null +++ b/net/e169-stats/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: e169-stats +# Date created: 1 June 2009 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= e169-stats +PORTVERSION= 0.1 +CATEGORIES= net +MASTER_SITES= http://www.mavetju.org/download/ + +MAINTAINER= edwin@mavetju.org +COMMENT= Curses realtime statistics for the Huawei E169 modem + +PLIST_FILES= bin/e169-stats + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net/e169-stats/pkg-descr b/net/e169-stats/pkg-descr new file mode 100644 index 000000000000..36ac2420179c --- /dev/null +++ b/net/e169-stats/pkg-descr @@ -0,0 +1,5 @@ +Curses based overview for the statistics generated by the Huawei +E169 3G USB modem. Please note that this requires at least FreeBSD +7.2 because it makes use of the u3g(4) driver. + +Author: Edwin Groothuis <edwin@mavetju.org> |