Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2006 19:43:16 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107092: [NEW PORT] devel/p5-POE-Component-Pluggable: A base class for creating plugin enabled POE Components
Message-ID:  <20061222114316.105C411490@chinsan.twbbs.org>
Resent-Message-ID: <200612221150.kBMBo7lg010359@freefall.freebsd.org>

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

>Number:         107092
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-POE-Component-Pluggable: A base class for creating plugin enabled POE Components
>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:   Fri Dec 22 11:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec  4 02:04:40 CST
>Description:
POE::Component::Pluggable is a base class for creating plugin enabled POE
Components. It is a generic port of POE::Component::IRCs plugin system.

If your component dispatches events to registered POE sessions then
POE::Component::Pluggable may be a good fit for you.

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

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

--- p5-POE-Component-Pluggable-0.04.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-Pluggable
#	p5-POE-Component-Pluggable/Makefile
#	p5-POE-Component-Pluggable/distinfo
#	p5-POE-Component-Pluggable/pkg-descr
#	p5-POE-Component-Pluggable/pkg-plist
#
echo c - p5-POE-Component-Pluggable
mkdir -p p5-POE-Component-Pluggable > /dev/null 2>&1
echo x - p5-POE-Component-Pluggable/Makefile
sed 's/^X//' >p5-POE-Component-Pluggable/Makefile << 'END-of-p5-POE-Component-Pluggable/Makefile'
X# New ports collection makefile for:	POE-Component-Pluggable
X# Date created:	   2006/12/22
X# Whom:		   chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-Pluggable
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	POE
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	chinsan@FreeBSD.org
XCOMMENT=	A base class for creating plugin enabled POE Components
X
XBUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		POE::Component::Pluggable.3 POE::Component::Pluggable::Pipeline.3 \
X		POE::Component::Pluggable::Constants.3
X
X.include <bsd.port.mk>
END-of-p5-POE-Component-Pluggable/Makefile
echo x - p5-POE-Component-Pluggable/distinfo
sed 's/^X//' >p5-POE-Component-Pluggable/distinfo << 'END-of-p5-POE-Component-Pluggable/distinfo'
XMD5 (POE-Component-Pluggable-0.04.tar.gz) = cac4a9d6b9aa8150366850620928c0d6
XSHA256 (POE-Component-Pluggable-0.04.tar.gz) = 5b24f80a0bc1f66e64fc34cae54d5e814574e6f294b98764ae2f200638eb41b3
XSIZE (POE-Component-Pluggable-0.04.tar.gz) = 19909
END-of-p5-POE-Component-Pluggable/distinfo
echo x - p5-POE-Component-Pluggable/pkg-descr
sed 's/^X//' >p5-POE-Component-Pluggable/pkg-descr << 'END-of-p5-POE-Component-Pluggable/pkg-descr'
XPOE::Component::Pluggable is a base class for creating plugin enabled POE
XComponents. It is a generic port of POE::Component::IRCs plugin system.
X
XIf your component dispatches events to registered POE sessions then
XPOE::Component::Pluggable may be a good fit for you.
X
XWWW: http://search.cpan.org/dist/POE-Component-Pluggable/
END-of-p5-POE-Component-Pluggable/pkg-descr
echo x - p5-POE-Component-Pluggable/pkg-plist
sed 's/^X//' >p5-POE-Component-Pluggable/pkg-plist << 'END-of-p5-POE-Component-Pluggable/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Pluggable/.packlist
X%%SITE_PERL%%/POE/Component/Pluggable.pm
X%%SITE_PERL%%/POE/Component/Pluggable/Pipeline.pm
X%%SITE_PERL%%/POE/Component/Pluggable/Constants.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Pluggable
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
X@dirrmtry %%SITE_PERL%%/POE/Component/Pluggable
X@dirrmtry %%SITE_PERL%%/POE/Component
X@dirrmtry %%SITE_PERL%%/POE
END-of-p5-POE-Component-Pluggable/pkg-plist
exit
--- p5-POE-Component-Pluggable-0.04.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?20061222114316.105C411490>