diff options
-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> |