- Add p5-POE-Loop-AnyEvent 0.004

POE::Loop::AnyEvent replaces POE's default select() event loop with AnyEvent.
This allows POE programs to transparently use most of the event loops AnyEvent
can provide.

POE::Loop::AnyEvent changes POE's internal implementation without altering its
APIs. By design, nearly all software that are already uses POE should continue
to work normally without any changes.

WWW: http://search.cpan.org/dist/POE-Loop-AnyEvent/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-04-02 19:20:52 +00:00
parent 1f5c6bcfbe
commit bfa2a6b84f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383051
5 changed files with 38 additions and 0 deletions

View file

@ -2624,6 +2624,7 @@
SUBDIR += p5-POE-Component-Syndicator
SUBDIR += p5-POE-Component-TSTP
SUBDIR += p5-POE-Devel-Profiler
SUBDIR += p5-POE-Loop-AnyEvent
SUBDIR += p5-POE-Loop-Glib
SUBDIR += p5-POE-Loop-Tk
SUBDIR += p5-POE-Quickie

View file

@ -0,0 +1,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= POE-Loop-AnyEvent
PORTVERSION= 0.004
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AnyEvent event loop support for POE
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-POE>=1.289:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS+= p5-POE-Test-Loops>=1.035:${PORTSDIR}/devel/p5-POE-Test-Loops
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (POE-Loop-AnyEvent-0.004.tar.gz) = 2eaa98591c371ca37d5c13eff8e7a527ab24cacc84d44e36142977836df1506f
SIZE (POE-Loop-AnyEvent-0.004.tar.gz) = 13087

View file

@ -0,0 +1,9 @@
POE::Loop::AnyEvent replaces POE's default select() event loop with AnyEvent.
This allows POE programs to transparently use most of the event loops AnyEvent
can provide.
POE::Loop::AnyEvent changes POE's internal implementation without altering its
APIs. By design, nearly all software that are already uses POE should continue
to work normally without any changes.
WWW: http://search.cpan.org/dist/POE-Loop-AnyEvent/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/POE/Loop/AnyEvent.pm
%%PERL5_MAN3%%/POE::Loop::AnyEvent.3.gz