From nobody@FreeBSD.org  Sat Apr 12 12:52:39 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2494F1065671
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2008 12:52:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1FF958FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2008 12:52:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3CCqbR9076273
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2008 12:52:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3CCqbbs076266;
	Sat, 12 Apr 2008 12:52:37 GMT
	(envelope-from nobody)
Message-Id: <200804121252.m3CCqbbs076266@www.freebsd.org>
Date: Sat, 12 Apr 2008 12:52:37 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] net/pear-Net_Wifi: Pear Class for Scans Wireless network
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122693
>Category:       ports
>Synopsis:       [NEW PORT] net/pear-Net_Wifi: Pear Class for Scans Wireless network
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 13:00:08 UTC 2008
>Closed-Date:    Sat Apr 26 22:59:41 UTC 2008
>Last-Modified:  Sat Apr 26 22:59:41 UTC 2008
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Net_Wifi is a pear class for Scans wireless
network.It  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/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	/usr/ports/net/pear-Net_Wifi
#	/usr/ports/net/pear-Net_Wifi/Makefile
#	/usr/ports/net/pear-Net_Wifi/pkg-descr
#	/usr/ports/net/pear-Net_Wifi/distinfo
#
echo c - /usr/ports/net/pear-Net_Wifi
mkdir -p /usr/ports/net/pear-Net_Wifi > /dev/null 2>&1
echo x - /usr/ports/net/pear-Net_Wifi/Makefile
sed 's/^X//' >/usr/ports/net/pear-Net_Wifi/Makefile << 'END-of-/usr/ports/net/pear-Net_Wifi/Makefile'
X# Ports collection makefile for:  pear-Net_Wifi
X# Date created:			  12 April 2008
X# Whom:				  Wen heping <wenheping@gmail.com>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net_Wifi
XPORTVERSION=	1.0.0
XCATEGORIES=	net pear
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	PEAR Class for Scans wireless networks
X
XCATEGORY=	Net
XFILES=		Net/Wifi.php Net/Wifi/Config.php Net/Wifi/Cell.php
X
XEXAMPLES=	Wifi_usage.php
XTESTS=		Net_WifiTest.php AllTests.php
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-/usr/ports/net/pear-Net_Wifi/Makefile
echo x - /usr/ports/net/pear-Net_Wifi/pkg-descr
sed 's/^X//' >/usr/ports/net/pear-Net_Wifi/pkg-descr << 'END-of-/usr/ports/net/pear-Net_Wifi/pkg-descr'
XNet_Wifi is a pear class for Scans wireless
Xnetwork.It  utilizes the command line tools
X"iwconfig" and "iwlist" to get information
Xabout wireless lan interfaces on the system 
Xand the current configuration.The class 
Xenables you to scan for wireless networks
Xand get a bunch of information about them.
X
XWWW:  http://pear.php.net/package/Net_Wifi/
END-of-/usr/ports/net/pear-Net_Wifi/pkg-descr
echo x - /usr/ports/net/pear-Net_Wifi/distinfo
sed 's/^X//' >/usr/ports/net/pear-Net_Wifi/distinfo << 'END-of-/usr/ports/net/pear-Net_Wifi/distinfo'
XMD5 (PEAR/Net_Wifi-1.0.0.tgz) = 17e2feb355fe7c85a7e585c8f9529013
XSHA256 (PEAR/Net_Wifi-1.0.0.tgz) = 47a49eb1c725e213d3ce9c629fa02a9eca9d6d4a4a2903034ea84298c6e9ffed
XSIZE (PEAR/Net_Wifi-1.0.0.tgz) = 10181
END-of-/usr/ports/net/pear-Net_Wifi/distinfo
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 12 13:00:27 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122693 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 26 22:59:40 UTC 2008 
State-Changed-Why:  
FreeBSD is't supported here. I'ved played with them. No Way. Thanks for 
your Submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122693 
>Unformatted:
