Skip site navigation (1)Skip section navigation (2)
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
Subject:   ports/102676: [NEW PORT] net	perl5/p5-POE-Component-Generic: Provides non-blocking access to a blocking object
Message-ID:  <200608300233.k7U2Xnuc058721@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200608300240.k7U2eIZh040616@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 30 02:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608300233.k7U2Xnuc058721>