From tjs@Pluto.CDPA.nsysu.edu.tw  Wed Aug 30 02:33:54 2006
Return-Path: <tjs@Pluto.CDPA.nsysu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DCCCD16A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Aug 2006 02:33:54 +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 7623A43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Aug 2006 02:33:54 +0000 (GMT)
	(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 k7U2Xn52058722
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Aug 2006 10:33:49 +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 k7U2Xnuc058721;
	Wed, 30 Aug 2006 10:33:49 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200608300233.k7U2Xnuc058721@Pluto.CDPA.nsysu.edu.tw>
Date: Wed, 30 Aug 2006 10:33:49 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net	perl5/p5-POE-Component-Generic: Provides non-blocking access to a blocking object
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102676
>Category:       ports
>Synopsis:       [NEW PORT] net	perl5/p5-POE-Component-Generic: Provides non-blocking access to a blocking object
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 30 02:40:18 GMT 2006
>Closed-Date:    Mon Oct 02 01:06:09 GMT 2006
>Last-Modified:  Mon Oct  2 01:10:25 GMT 2006
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Aug 27 11:18:22 CST 2006
>Description:
POE::Component::Generic is a POE component that provides a
non-blocking wrapper around any object. It works by forking
a child process with POE::Wheel::Run and creating the object
in the child process. Method calls are then serialised and
sent via STDIN to the child to be handled. Return values are
posted back to your session via STDOUT. This means that all
method arguments and return values must survive serialisation.
If you need to pass coderefs, use "callbacks", "postbacks" or
"factories".

Method calls are wrapped in eval in the child process so that
errors may be propagated back to your session. See "OUTPUT".

Output to STDERR in the child, that is from your object, is
shown only if debug or verbose is set.

STDOUT in the child, that is from your object, is redirected
to STDERR and will be shown in the same circomstances.

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

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

--- p5-POE-Component-Generic-0.09.05.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-Generic
#	p5-POE-Component-Generic/pkg-descr
#	p5-POE-Component-Generic/Makefile
#	p5-POE-Component-Generic/pkg-plist
#	p5-POE-Component-Generic/distinfo
#
echo c - p5-POE-Component-Generic
mkdir -p p5-POE-Component-Generic > /dev/null 2>&1
echo x - p5-POE-Component-Generic/pkg-descr
sed 's/^X//' >p5-POE-Component-Generic/pkg-descr << 'END-of-p5-POE-Component-Generic/pkg-descr'
XPOE::Component::Generic is a POE component that provides a
Xnon-blocking wrapper around any object. It works by forking
Xa child process with POE::Wheel::Run and creating the object
Xin the child process. Method calls are then serialised and
Xsent via STDIN to the child to be handled. Return values are
Xposted back to your session via STDOUT. This means that all
Xmethod arguments and return values must survive serialisation.
XIf you need to pass coderefs, use "callbacks", "postbacks" or
X"factories".
X
XMethod calls are wrapped in eval in the child process so that
Xerrors may be propagated back to your session. See "OUTPUT".
X
XOutput to STDERR in the child, that is from your object, is
Xshown only if debug or verbose is set.
X
XSTDOUT in the child, that is from your object, is redirected
Xto STDERR and will be shown in the same circomstances.
X
XWWW:	http://search.cpan.org/dist/POE-Component-Generic/
END-of-p5-POE-Component-Generic/pkg-descr
echo x - p5-POE-Component-Generic/Makefile
sed 's/^X//' >p5-POE-Component-Generic/Makefile << 'END-of-p5-POE-Component-Generic/Makefile'
X# New ports collection makefile for:	p5-POE-Component-Generic
X# Date created:		2006-08-30
X# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-Generic
XPORTVERSION=	0.09.05
XCATEGORIES=	net	perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	POE
XPKGNAMEPREFIX=	p5-
XDISTNAME=	${PORTNAME}-0.0905
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	Provides non-blocking access to a blocking object
X
XRUN_DEPENDS=	p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \
X		${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	POE::Component::Generic.3 \
X		POE::Component::Generic::Child.3 \
X		POE::Component::Generic::Net::SSH2.3 \
X		POE::Component::Generic::Object.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500702
XIGNORE=	requires perl 5.7.2 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-POE-Component-Generic/Makefile
echo x - p5-POE-Component-Generic/pkg-plist
sed 's/^X//' >p5-POE-Component-Generic/pkg-plist << 'END-of-p5-POE-Component-Generic/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/POE/Component/Generic/Object.pm
X%%SITE_PERL%%/POE/Component/Generic/Net/SSH2.pm
X%%SITE_PERL%%/POE/Component/Generic/Child.pm
X%%SITE_PERL%%/POE/Component/Generic.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Generic/.packlist
X@dirrmtry %%SITE_PERL%%/POE/Component/Generic/Net
X@dirrmtry %%SITE_PERL%%/POE/Component/Generic
X@dirrmtry %%SITE_PERL%%/POE/Component
X@dirrmtry %%SITE_PERL%%/POE
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Generic
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
END-of-p5-POE-Component-Generic/pkg-plist
echo x - p5-POE-Component-Generic/distinfo
sed 's/^X//' >p5-POE-Component-Generic/distinfo << 'END-of-p5-POE-Component-Generic/distinfo'
XMD5 (POE-Component-Generic-0.0905.tar.gz) = 810aa2b7cac002b41891c942fbadd274
XSHA256 (POE-Component-Generic-0.0905.tar.gz) = ec71ac91ddce82ed2f6b1ade4628a89b1c7c6119cba1b728cf50d734cd1f1919
XSIZE (POE-Component-Generic-0.0905.tar.gz) = 31603
END-of-p5-POE-Component-Generic/distinfo
exit
--- p5-POE-Component-Generic-0.09.05.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Aug 30 02:42:07 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102676 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Oct 2 01:06:07 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102676: commit references a PR
Date: Mon,  2 Oct 2006 01:05:39 +0000 (UTC)

 clsung      2006-10-02 01:05:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-POE-Component-Generic Makefile distinfo pkg-descr 
                                  pkg-plist 
   Log:
   Add p5-POE-Component-Generic 0.09.05, provides non-blocking access to a
   blocking object.
   
   PR:             ports/102676
   Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
   
   Revision  Changes    Path
   1.1747    +1 -0      ports/net/Makefile
   1.1       +36 -0     ports/net/p5-POE-Component-Generic/Makefile (new)
   1.1       +3 -0      ports/net/p5-POE-Component-Generic/distinfo (new)
   1.1       +20 -0     ports/net/p5-POE-Component-Generic/pkg-descr (new)
   1.1       +13 -0     ports/net/p5-POE-Component-Generic/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"
 
>Unformatted:
