From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 9 23:00:46 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D863A16A5FA for ; Mon, 9 Oct 2006 23:00:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D385943D7F for ; Mon, 9 Oct 2006 23:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k99N0c6Z042818 for ; Mon, 9 Oct 2006 23:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k99N0cRs042816; Mon, 9 Oct 2006 23:00:38 GMT (envelope-from gnats) Resent-Date: Mon, 9 Oct 2006 23:00:38 GMT Resent-Message-Id: <200610092300.k99N0cRs042816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josh Carroll Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C25A16A407 for ; Mon, 9 Oct 2006 22:52:30 +0000 (UTC) (envelope-from floyd@pflog.net) Received: from pflog.net (pflog.net [66.218.55.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30E943D62 for ; Mon, 9 Oct 2006 22:52:29 +0000 (GMT) (envelope-from floyd@pflog.net) Received: from localhost ([127.0.0.1] helo=pflog.net ident=pf) by pflog.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GX3z3-000F5V-AO for FreeBSD-gnats-submit@freebsd.org; Mon, 09 Oct 2006 15:52:29 -0700 Received: (from floyd@localhost) by pflog.net (8.13.6/8.13.3/Submit) id k99MqT2m057984; Mon, 9 Oct 2006 15:52:29 -0700 (PDT) (envelope-from floyd) Message-Id: <200610092252.k99MqT2m057984@pflog.net> Date: Mon, 9 Oct 2006 15:52:29 -0700 (PDT) From: Josh Carroll To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104231: New port: net-mgmt/wdiag Westell DSL diagnostic utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Carroll List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 23:00:46 -0000 >Number: 104231 >Category: ports >Synopsis: New port: net-mgmt/wdiag Westell DSL diagnostic utility >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 09 23:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Josh Carroll >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: N/A >Environment: System: FreeBSD pflog.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #3: Sun Oct 8 11:26:00 PDT 2006 root@:/usr/obj/usr/src.6.1/sys/DEBLIN i386 >Description: Port addition for the Westell Diagnostics software. The software provides a way to query Westell 2100/2200/36R516/6100 modems for DSL line stats. >How-To-Repeat: >Fix: Below is the shar of the new port. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net-mgmt/wdiag # net-mgmt/wdiag/pkg-descr # net-mgmt/wdiag/Makefile # net-mgmt/wdiag/pkg-plist # net-mgmt/wdiag/distinfo # net-mgmt/wdiag/pkg-message # echo c - net-mgmt/wdiag mkdir -p net-mgmt/wdiag > /dev/null 2>&1 echo x - net-mgmt/wdiag/pkg-descr sed 's/^X//' >net-mgmt/wdiag/pkg-descr << 'END-of-net-mgmt/wdiag/pkg-descr' Xwdiag is a utility to monitor Westell DSL modem diagnostics and line Xstatistics. It reports SNR, Attenuation, etc for the DSL line. X XWWW: http://wdiag.sourceforge.net/ END-of-net-mgmt/wdiag/pkg-descr echo x - net-mgmt/wdiag/Makefile sed 's/^X//' >net-mgmt/wdiag/Makefile << 'END-of-net-mgmt/wdiag/Makefile' X# New ports collection makefile for: wdiag X# Date created: 3 September 2006 X# Whom: Josh Carroll X# $FreeBSD$ X# X XPORTNAME= wdiag XPORTVERSION= 0.9 XCATEGORIES= net-mgmt XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .tgz X XMAINTAINER= josh.carroll@gmail.com XCOMMENT= Utility to collect DSL line stats from Westell DSL modems X XWRKSRC= ${WRKDIR}/${PORTNAME}/src X X.include END-of-net-mgmt/wdiag/Makefile echo x - net-mgmt/wdiag/pkg-plist sed 's/^X//' >net-mgmt/wdiag/pkg-plist << 'END-of-net-mgmt/wdiag/pkg-plist' Xbin/wstart Xbin/wstop Xbin/westell X%%PORTDOCS%%%%EXAMPLESDIR%%/wdiag.conf X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X END-of-net-mgmt/wdiag/pkg-plist echo x - net-mgmt/wdiag/distinfo sed 's/^X//' >net-mgmt/wdiag/distinfo << 'END-of-net-mgmt/wdiag/distinfo' XMD5 (wdiag-0.9.tgz) = 26ee93f3e2353ebb5d1df5f3e50eb4fd XSHA256 (wdiag-0.9.tgz) = 811c06fced42a1be7fd22de209ad701daff9bb945dcbd722f03a78892ca7a261 XSIZE (wdiag-0.9.tgz) = 18686 END-of-net-mgmt/wdiag/distinfo echo x - net-mgmt/wdiag/pkg-message sed 's/^X//' >net-mgmt/wdiag/pkg-message << 'END-of-net-mgmt/wdiag/pkg-message' XRemember, wstart and wstop must be run as root or with the binaries setuid. X Xwestell can be run by any user that can bind to port udp/1875 END-of-net-mgmt/wdiag/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: