summaryrefslogtreecommitdiff
path: root/net-mgmt/wdiag
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-31 02:46:34 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-31 02:46:34 +0000
commit443cea6a9550cb4f11f880fd43c703aaebb2e60a (patch)
tree9ce59e246bbe72969fe3ad52f482378ebbb0c005 /net-mgmt/wdiag
parentReserve uid:gid 559 for the tacacs user for net/tac_plus4. (diff)
wdiag is a utility to monitor Westell DSL modem diagnostics and line
statistics. It reports SNR, Attenuation, etc for the DSL line. WWW: http://wdiag.sourceforge.net/ PR: ports/104231 Submitted by: Josh Carroll <josh.carroll at gmail.com>
Notes
Notes: svn path=/head/; revision=175614
Diffstat (limited to 'net-mgmt/wdiag')
-rw-r--r--net-mgmt/wdiag/Makefile19
-rw-r--r--net-mgmt/wdiag/distinfo3
-rw-r--r--net-mgmt/wdiag/pkg-descr4
-rw-r--r--net-mgmt/wdiag/pkg-message3
-rw-r--r--net-mgmt/wdiag/pkg-plist5
5 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/wdiag/Makefile b/net-mgmt/wdiag/Makefile
new file mode 100644
index 000000000000..45173ae2ff87
--- /dev/null
+++ b/net-mgmt/wdiag/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: wdiag
+# Date created: 3 September 2006
+# Whom: Josh Carroll <josh.carroll@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wdiag
+PORTVERSION= 0.9
+CATEGORIES= net-mgmt
+MASTER_SITES= SF
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= josh.carroll@gmail.com
+COMMENT= Utility to collect DSL line stats from Westell DSL modems
+
+WRKSRC= ${WRKDIR}/${PORTNAME}/src
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/wdiag/distinfo b/net-mgmt/wdiag/distinfo
new file mode 100644
index 000000000000..9734fac724f7
--- /dev/null
+++ b/net-mgmt/wdiag/distinfo
@@ -0,0 +1,3 @@
+MD5 (wdiag-0.9.tgz) = 26ee93f3e2353ebb5d1df5f3e50eb4fd
+SHA256 (wdiag-0.9.tgz) = 811c06fced42a1be7fd22de209ad701daff9bb945dcbd722f03a78892ca7a261
+SIZE (wdiag-0.9.tgz) = 18686
diff --git a/net-mgmt/wdiag/pkg-descr b/net-mgmt/wdiag/pkg-descr
new file mode 100644
index 000000000000..b5703604910d
--- /dev/null
+++ b/net-mgmt/wdiag/pkg-descr
@@ -0,0 +1,4 @@
+wdiag is a utility to monitor Westell DSL modem diagnostics and line
+statistics. It reports SNR, Attenuation, etc for the DSL line.
+
+WWW: http://wdiag.sourceforge.net/
diff --git a/net-mgmt/wdiag/pkg-message b/net-mgmt/wdiag/pkg-message
new file mode 100644
index 000000000000..e92cd1085172
--- /dev/null
+++ b/net-mgmt/wdiag/pkg-message
@@ -0,0 +1,3 @@
+Remember, wstart and wstop must be run as root or with the binaries setuid.
+
+westell can be run by any user that can bind to port udp/1875
diff --git a/net-mgmt/wdiag/pkg-plist b/net-mgmt/wdiag/pkg-plist
new file mode 100644
index 000000000000..b2e1ecada10d
--- /dev/null
+++ b/net-mgmt/wdiag/pkg-plist
@@ -0,0 +1,5 @@
+bin/wstart
+bin/wstop
+bin/westell
+%%EXAMPLESDIR%%/wdiag.conf
+@dirrm %%EXAMPLESDIR%%