From tjs@pluto.cdpa.nsysu.edu.tw  Fri Feb 23 13:28:08 2007
Return-Path: <tjs@pluto.cdpa.nsysu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6035C16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Feb 2007 13:28:08 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 1997B13C467
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Feb 2007 13:28:07 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (localhost [127.0.0.1])
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id l1NDRquS035677
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Feb 2007 21:27:52 +0800 (CST)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: (from root@localhost)
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8/Submit) id l1NDRqxB035676;
	Fri, 23 Feb 2007 21:27:52 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200702231327.l1NDRqxB035676@pluto.cdpa.nsysu.edu.tw>
Date: Fri, 23 Feb 2007 21:27:52 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/p5-POE-Component-Client-Whois: A one shot non-blocking RFC 812 WHOIS query
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109463
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-POE-Component-Client-Whois: A one shot non-blocking RFC 812 WHOIS query
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 23 13:30:04 GMT 2007
>Closed-Date:    Sun Feb 25 07:32:40 GMT 2007
>Last-Modified:  Sun Feb 25 07:32:40 GMT 2007
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Jan 28 11:18:52 CST 2007
>Description:
POE::Component::Client::Whois provides a lightweight one shot non-blocking
RFC 812 WHOIS query to other POE sessions and components. The component will
attempt to guess the appropriate whois server to connect to based on the
query string passed.

If no guess can be made it will connect to whois.internic.net for domains,
whois.arin.net for IPv4 addresses and whois.6bone.net for IPv6 addresses.

WWW:	http://search.cpan.org/dist/POE-Component-Client-Whois/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-POE-Component-Client-Whois-1.09.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:
#
#	p5-POE-Component-Client-Whois
#	p5-POE-Component-Client-Whois/pkg-descr
#	p5-POE-Component-Client-Whois/Makefile
#	p5-POE-Component-Client-Whois/pkg-plist
#	p5-POE-Component-Client-Whois/distinfo
#
echo c - p5-POE-Component-Client-Whois
mkdir -p p5-POE-Component-Client-Whois > /dev/null 2>&1
echo x - p5-POE-Component-Client-Whois/pkg-descr
sed 's/^X//' >p5-POE-Component-Client-Whois/pkg-descr << 'END-of-p5-POE-Component-Client-Whois/pkg-descr'
XPOE::Component::Client::Whois provides a lightweight one shot non-blocking
XRFC 812 WHOIS query to other POE sessions and components. The component will
Xattempt to guess the appropriate whois server to connect to based on the
Xquery string passed.
X
XIf no guess can be made it will connect to whois.internic.net for domains,
Xwhois.arin.net for IPv4 addresses and whois.6bone.net for IPv6 addresses.
X
XWWW:	http://search.cpan.org/dist/POE-Component-Client-Whois/
END-of-p5-POE-Component-Client-Whois/pkg-descr
echo x - p5-POE-Component-Client-Whois/Makefile
sed 's/^X//' >p5-POE-Component-Client-Whois/Makefile << 'END-of-p5-POE-Component-Client-Whois/Makefile'
X# New ports collection makefile for:	p5-POE-Component-Client-Whois
X# Date created:		2007-02-23
X# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-Client-Whois
XPORTVERSION=	1.09
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	POE
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	A one shot non-blocking RFC 812 WHOIS query
X
XRUN_DEPENDS=	p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
X		p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask
X
XPERL_CONFIGURE=	yes
X
XMAN3=		POE::Component::Client::Whois.3 \
X		POE::Component::Client::Whois::IPBlks.3 \
X		POE::Component::Client::Whois::TLDList.3
X
X.include <bsd.port.mk>
END-of-p5-POE-Component-Client-Whois/Makefile
echo x - p5-POE-Component-Client-Whois/pkg-plist
sed 's/^X//' >p5-POE-Component-Client-Whois/pkg-plist << 'END-of-p5-POE-Component-Client-Whois/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois/.packlist
X%%SITE_PERL%%/POE/Component/Client/Whois.pm
X%%SITE_PERL%%/POE/Component/Client/Whois/IPBlks.pm
X%%SITE_PERL%%/POE/Component/Client/Whois/TLDList.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
X@dirrm %%SITE_PERL%%/POE/Component/Client/Whois
X@dirrmtry %%SITE_PERL%%/POE/Component/Client
X@dirrmtry %%SITE_PERL%%/POE/Component
X@dirrmtry %%SITE_PERL%%/POE
END-of-p5-POE-Component-Client-Whois/pkg-plist
echo x - p5-POE-Component-Client-Whois/distinfo
sed 's/^X//' >p5-POE-Component-Client-Whois/distinfo << 'END-of-p5-POE-Component-Client-Whois/distinfo'
XMD5 (POE-Component-Client-Whois-1.09.tar.gz) = 01113030fadeb9dbb90f54062c3da08c
XSHA256 (POE-Component-Client-Whois-1.09.tar.gz) = c994cefe9d960a33ee2014bdf454231b62978a7e9dc78a88a2e77140042a322a
XSIZE (POE-Component-Client-Whois-1.09.tar.gz) = 20920
END-of-p5-POE-Component-Client-Whois/distinfo
exit
--- p5-POE-Component-Client-Whois-1.09.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Fri Feb 23 13:42:53 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109463 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109463: commit references a PR
Date: Sat, 24 Feb 2007 19:03:04 +0000 (UTC)

 clsung      2007-02-24 19:02:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-POE-Component-Client-Whois Makefile distinfo pkg-descr 
                                       pkg-plist 
   Log:
   Add p5-POE-Component-Client-Whois 1.09, a one shot non-blocking RFC 812
   WHOIS query.
   
   PR:             ports/109463
   Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
   
   Revision  Changes    Path
   1.1824    +1 -0      ports/net/Makefile
   1.1       +27 -0     ports/net/p5-POE-Component-Client-Whois/Makefile (new)
   1.1       +3 -0      ports/net/p5-POE-Component-Client-Whois/distinfo (new)
   1.1       +9 -0      ports/net/p5-POE-Component-Client-Whois/pkg-descr (new)
   1.1       +13 -0     ports/net/p5-POE-Component-Client-Whois/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Sun Feb 25 07:32:37 UTC 2007 
State-Changed-Why:  
New port added. Thank You. 

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