aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-05-31 23:05:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2009-05-31 23:05:29 +0000
commit0f1a30b26bbed6ab722e733fcff9c990c8bf2614 (patch)
tree91002144cd0090c05503da55f026a5c6bbf62f29 /net
parentbccc24cc855eb4dd4eb0406347e6e17d32d3d724 (diff)
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.
Notes
Notes: svn path=/head/; revision=234951
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/e169-stats/Makefile21
-rw-r--r--net/e169-stats/pkg-descr5
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>