diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:46:34 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:46:34 +0000 |
commit | 443cea6a9550cb4f11f880fd43c703aaebb2e60a (patch) | |
tree | 9ce59e246bbe72969fe3ad52f482378ebbb0c005 /net-mgmt/wdiag | |
parent | f883cf3412dadd0cd4c7f321e40c3459fb59a621 (diff) | |
download | ports-443cea6a9550cb4f11f880fd43c703aaebb2e60a.tar.gz ports-443cea6a9550cb4f11f880fd43c703aaebb2e60a.zip |
Notes
Diffstat (limited to 'net-mgmt/wdiag')
-rw-r--r-- | net-mgmt/wdiag/Makefile | 19 | ||||
-rw-r--r-- | net-mgmt/wdiag/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/wdiag/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/wdiag/pkg-message | 3 | ||||
-rw-r--r-- | net-mgmt/wdiag/pkg-plist | 5 |
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%% |