mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add p5-POE-Stage 0.0082, base class for formalized POE components.
This commit is contained in:
parent
e3a0ad0c24
commit
0744cb364a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167261
@ -1175,6 +1175,7 @@
|
||||
SUBDIR += p5-POE-Devel-Profiler
|
||||
SUBDIR += p5-POE-Exceptions
|
||||
SUBDIR += p5-POE-Session-MultiDispatch
|
||||
SUBDIR += p5-POE-Stage
|
||||
SUBDIR += p5-POE-XS-Queue-Array
|
||||
SUBDIR += p5-PPerl
|
||||
SUBDIR += p5-PV
|
||||
|
38
devel/p5-POE-Stage/Makefile
Normal file
38
devel/p5-POE-Stage/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: POE-Stage
|
||||
# Date created: 09 July 2006
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Stage
|
||||
PORTVERSION= 0.0082
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Base class for formalized POE components
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \
|
||||
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Attribute::Request::Array.3 \
|
||||
POE::Attribute::Request::Hash.3 \
|
||||
POE::Attribute::Request::Scalar.3 POE::Request.3 \
|
||||
POE::Request::Emit.3 POE::Request::Recall.3 \
|
||||
POE::Request::Return.3 POE::Request::Upward.3 POE::Stage.3 \
|
||||
POE::Stage::Echoer.3 POE::Stage::Receiver.3 \
|
||||
POE::Stage::Resolver.3 POE::Stage::Ticker.3 \
|
||||
POE::Stage::TiedAttributes.3 POE::Watcher.3 \
|
||||
POE::Watcher::Delay.3 POE::Watcher::Input.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-POE-Stage/distinfo
Normal file
3
devel/p5-POE-Stage/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Stage-0.0082.tar.gz) = 639a1f3d5a2dfee00bc579c27f867680
|
||||
SHA256 (POE-Stage-0.0082.tar.gz) = e0c30e61549ccf0d1f3276a4b3637b7146abfb2d70b2903e2a915a2a36b1e4dd
|
||||
SIZE (POE-Stage-0.0082.tar.gz) = 38255
|
5
devel/p5-POE-Stage/pkg-descr
Normal file
5
devel/p5-POE-Stage/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
POE::Stage is a proposed base class for POE components. Its purpose is
|
||||
to standardize the most common design patterns that have arisen through
|
||||
years of POE::Component development.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Stage/
|
26
devel/p5-POE-Stage/pkg-plist
Normal file
26
devel/p5-POE-Stage/pkg-plist
Normal file
@ -0,0 +1,26 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Stage/.packlist
|
||||
%%SITE_PERL%%/POE/Attribute/Request/Array.pm
|
||||
%%SITE_PERL%%/POE/Attribute/Request/Hash.pm
|
||||
%%SITE_PERL%%/POE/Attribute/Request/Scalar.pm
|
||||
%%SITE_PERL%%/POE/Request.pm
|
||||
%%SITE_PERL%%/POE/Request/Emit.pm
|
||||
%%SITE_PERL%%/POE/Request/Recall.pm
|
||||
%%SITE_PERL%%/POE/Request/Return.pm
|
||||
%%SITE_PERL%%/POE/Request/Upward.pm
|
||||
%%SITE_PERL%%/POE/Stage.pm
|
||||
%%SITE_PERL%%/POE/Stage/Echoer.pm
|
||||
%%SITE_PERL%%/POE/Stage/Receiver.pm
|
||||
%%SITE_PERL%%/POE/Stage/Resolver.pm
|
||||
%%SITE_PERL%%/POE/Stage/Ticker.pm
|
||||
%%SITE_PERL%%/POE/Stage/TiedAttributes.pm
|
||||
%%SITE_PERL%%/POE/Watcher.pm
|
||||
%%SITE_PERL%%/POE/Watcher/Delay.pm
|
||||
%%SITE_PERL%%/POE/Watcher/Input.pm
|
||||
@dirrm %%SITE_PERL%%/POE/Watcher
|
||||
@dirrm %%SITE_PERL%%/POE/Stage
|
||||
@dirrm %%SITE_PERL%%/POE/Request
|
||||
@dirrm %%SITE_PERL%%/POE/Attribute/Request
|
||||
@dirrm %%SITE_PERL%%/POE/Attribute
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Stage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
Loading…
Reference in New Issue
Block a user