Add p5-AnyEvent-Worker, to manage blocking task in external process.
PR: ports/179750
This commit is contained in:
parent
d43aa1341c
commit
b27b61d38f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322177
5 changed files with 38 additions and 0 deletions
|
@ -1420,6 +1420,7 @@
|
|||
SUBDIR += p5-AnyEvent-RPC
|
||||
SUBDIR += p5-AnyEvent-Run
|
||||
SUBDIR += p5-AnyEvent-Subprocess
|
||||
SUBDIR += p5-AnyEvent-Worker
|
||||
SUBDIR += p5-AnyMQ
|
||||
SUBDIR += p5-App-Build
|
||||
SUBDIR += p5-App-CLI
|
||||
|
|
24
devel/p5-AnyEvent-Worker/Makefile
Normal file
24
devel/p5-AnyEvent-Worker/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Anes Mukhametov <anes@anes.su>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= AnyEvent-Worker
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= anes@anes.su
|
||||
COMMENT= Manage blocking task in external process
|
||||
|
||||
BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
|
||||
p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense \
|
||||
p5-Test-NoWarnings>=1.03:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
p5-Test-TCP>=0.14:${PORTSDIR}/devel/p5-Test-TCP \
|
||||
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= AnyEvent::Worker.3 AnyEvent::Worker::Pool.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-AnyEvent-Worker/distinfo
Normal file
2
devel/p5-AnyEvent-Worker/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (AnyEvent-Worker-0.06.tar.gz) = 4c7b765c7c3f5a0141fcc220914b8c4634f8a16fb314075952720269861d0824
|
||||
SIZE (AnyEvent-Worker-0.06.tar.gz) = 32666
|
3
devel/p5-AnyEvent-Worker/pkg-descr
Normal file
3
devel/p5-AnyEvent-Worker/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Manage blocking task in external process.
|
||||
|
||||
WWW: http://search.cpan.org/dist/AnyEvent-Worker/
|
8
devel/p5-AnyEvent-Worker/pkg-plist
Normal file
8
devel/p5-AnyEvent-Worker/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/AnyEvent/Worker.pm
|
||||
%%SITE_PERL%%/AnyEvent/Worker/Pool.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Worker/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Worker
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent/Worker
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent
|
Loading…
Reference in a new issue