From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 22 15:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E13C210656A4 for ; Thu, 22 Oct 2009 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F4538FC1D for ; Thu, 22 Oct 2009 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9MFe1hU061255 for ; Thu, 22 Oct 2009 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9MFe16O061254; Thu, 22 Oct 2009 15:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 22 Oct 2009 15:40:01 GMT Resent-Message-Id: <200910221540.n9MFe16O061254@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5068F106566B for ; Thu, 22 Oct 2009 15:37:36 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-qy0-f192.google.com (mail-qy0-f192.google.com [209.85.221.192]) by mx1.freebsd.org (Postfix) with ESMTP id 118CB8FC16 for ; Thu, 22 Oct 2009 15:37:35 +0000 (UTC) Received: by qyk30 with SMTP id 30so5714560qyk.7 for ; Thu, 22 Oct 2009 08:37:35 -0700 (PDT) Received: by 10.224.88.131 with SMTP id a3mr1239126qam.13.1256225855272; Thu, 22 Oct 2009 08:37:35 -0700 (PDT) Received: from fbsd.scjamorim.org (200-163-8-49.bsace705.dsl.brasiltelecom.net.br [200.163.8.49]) by mx.google.com with ESMTPS id 8sm5711726qwj.51.2009.10.22.08.37.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Oct 2009 08:37:34 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 3C7AC3F5F97; Thu, 22 Oct 2009 13:37:32 -0200 (BRST) Message-Id: <20091022153732.3C7AC3F5F97@fbsd.scjamorim.org> Date: Thu, 22 Oct 2009 13:37:32 -0200 (BRST) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139843: [NEW PORT] net/pear-Net_Wifi: Scans for wireless networks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2009 15:40:02 -0000 >Number: 139843 >Category: ports >Synopsis: [NEW PORT] net/pear-Net_Wifi: Scans for wireless networks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 22 15:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: Net_Wifi utilizes the command line tools "iwconfig" and "iwlist" to get information about wireless lan interfaces on the system and the current configuration. The class enables you to scan for wireless networks and get a bunch of information about them. WWW: http://pear.php.net/package/Net_Wifi/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pear-Net_Wifi-1.1.0.shar begins here --- # 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: # # pear-Net_Wifi # pear-Net_Wifi/pkg-descr # pear-Net_Wifi/Makefile # pear-Net_Wifi/distinfo # echo c - pear-Net_Wifi mkdir -p pear-Net_Wifi > /dev/null 2>&1 echo x - pear-Net_Wifi/pkg-descr sed 's/^X//' >pear-Net_Wifi/pkg-descr << '99618f214cab98bdb08bfb77e1dd4d97' XNet_Wifi utilizes the command line tools X"iwconfig" and "iwlist" to get information Xabout wireless lan interfaces on the system and the current configuration. XThe class enables you to scan for wireless networks Xand get a bunch of information about them. X XWWW: http://pear.php.net/package/Net_Wifi/ 99618f214cab98bdb08bfb77e1dd4d97 echo x - pear-Net_Wifi/Makefile sed 's/^X//' >pear-Net_Wifi/Makefile << '857777c60e20eada16e195dd33e15fd3' X# New ports collection makefile for: pear-Net_Wifi X# Date created: 2009-10-22 X# Whom: Sylvio Cesar X# X# $FreeBSD$ X# X XPORTNAME= Net_Wifi XPORTVERSION= 1.1.0 xCATEGORIES= net pear X XMAINTAINER= scjamorim@bsd.com.br XCOMMENT= Scans for wireless networks X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= yes X XLATEST_LINK= pear-${PORTNAME} X XCATEGORY= PEAR X XFILES= Net/Wifi/Cell.php \ X Net/Wifi/Config.php \ X Net/Wifi.php XEXAMPLES= Wifi_usage.php XTESTS= AllTests.php \ X Net_WifiTest.php X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include 857777c60e20eada16e195dd33e15fd3 echo x - pear-Net_Wifi/distinfo sed 's/^X//' >pear-Net_Wifi/distinfo << '69977a2054b85a9c92f70b917b9b1bb2' XMD5 (PEAR/Net_Wifi-1.1.0.tgz) = cd867d4c0b4ede3757c724baa872550f XSHA256 (PEAR/Net_Wifi-1.1.0.tgz) = 0e19dd8d70f0822e00a07e734f0cf5fa2e7ab20940b272fc1ee788efed61bcfe XSIZE (PEAR/Net_Wifi-1.1.0.tgz) = 12061 69977a2054b85a9c92f70b917b9b1bb2 exit --- pear-Net_Wifi-1.1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: