mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- 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:
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
|
@ -2624,6 +2624,7 @@
|
||||||
SUBDIR += p5-POE-Component-Syndicator
|
SUBDIR += p5-POE-Component-Syndicator
|
||||||
SUBDIR += p5-POE-Component-TSTP
|
SUBDIR += p5-POE-Component-TSTP
|
||||||
SUBDIR += p5-POE-Devel-Profiler
|
SUBDIR += p5-POE-Devel-Profiler
|
||||||
|
SUBDIR += p5-POE-Loop-AnyEvent
|
||||||
SUBDIR += p5-POE-Loop-Glib
|
SUBDIR += p5-POE-Loop-Glib
|
||||||
SUBDIR += p5-POE-Loop-Tk
|
SUBDIR += p5-POE-Loop-Tk
|
||||||
SUBDIR += p5-POE-Quickie
|
SUBDIR += p5-POE-Quickie
|
||||||
|
|
24
devel/p5-POE-Loop-AnyEvent/Makefile
Normal file
24
devel/p5-POE-Loop-AnyEvent/Makefile
Normal 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>
|
2
devel/p5-POE-Loop-AnyEvent/distinfo
Normal file
2
devel/p5-POE-Loop-AnyEvent/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (POE-Loop-AnyEvent-0.004.tar.gz) = 2eaa98591c371ca37d5c13eff8e7a527ab24cacc84d44e36142977836df1506f
|
||||||
|
SIZE (POE-Loop-AnyEvent-0.004.tar.gz) = 13087
|
9
devel/p5-POE-Loop-AnyEvent/pkg-descr
Normal file
9
devel/p5-POE-Loop-AnyEvent/pkg-descr
Normal 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/
|
2
devel/p5-POE-Loop-AnyEvent/pkg-plist
Normal file
2
devel/p5-POE-Loop-AnyEvent/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
%%SITE_PERL%%/POE/Loop/AnyEvent.pm
|
||||||
|
%%PERL5_MAN3%%/POE::Loop::AnyEvent.3.gz
|
Loading…
Add table
Reference in a new issue