Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c2afc2b4
Commit
c2afc2b4
authored
Jul 02, 2013
by
danfe
Browse files
Add p5-AnyEvent-Worker, to manage blocking task in external process.
PR: ports/179750
parent
07ef86c6
Changes
5
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
c2afc2b4
...
...
@@ -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
...
...
devel/p5-AnyEvent-Worker/Makefile
0 → 100644
View file @
c2afc2b4
# 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>
devel/p5-AnyEvent-Worker/distinfo
0 → 100644
View file @
c2afc2b4
SHA256 (AnyEvent-Worker-0.06.tar.gz) = 4c7b765c7c3f5a0141fcc220914b8c4634f8a16fb314075952720269861d0824
SIZE (AnyEvent-Worker-0.06.tar.gz) = 32666
devel/p5-AnyEvent-Worker/pkg-descr
0 → 100644
View file @
c2afc2b4
Manage blocking task in external process.
WWW: http://search.cpan.org/dist/AnyEvent-Worker/
devel/p5-AnyEvent-Worker/pkg-plist
0 → 100644
View file @
c2afc2b4
%%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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment