SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
COMMENT= high level API for event-based execution flow control
MODULES= cpan
PKG_ARCH= *
DISTNAME= Event-ExecFlow-0.64
CATEGORIES= devel
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-AnyEvent \
devel/p5-libintl
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Event-ExecFlow-0.64.tar.gz) = xOn052QhbvpeK57+kKZYK4HLiu1ME4tLrXR+070Wt78=
SIZE (Event-ExecFlow-0.64.tar.gz) = 15336

View file

@ -0,0 +1,2 @@
Event::ExecFlow provides a ligh level API for defining complex flow
controls with asynchronous execution of external programs.

View file

@ -0,0 +1,25 @@
bin/execflow
${P5SITE}/Event/
${P5SITE}/Event/ExecFlow/
${P5SITE}/Event/ExecFlow.pm
${P5SITE}/Event/ExecFlow/Callbacks.pm
${P5SITE}/Event/ExecFlow/Frontend/
${P5SITE}/Event/ExecFlow/Frontend.pm
${P5SITE}/Event/ExecFlow/Frontend/Term.pm
${P5SITE}/Event/ExecFlow/Job/
${P5SITE}/Event/ExecFlow/Job.pm
${P5SITE}/Event/ExecFlow/Job/Code.pm
${P5SITE}/Event/ExecFlow/Job/Command.pm
${P5SITE}/Event/ExecFlow/Job/Group.pm
${P5SITE}/Event/ExecFlow/Scheduler/
${P5SITE}/Event/ExecFlow/Scheduler.pm
${P5SITE}/Event/ExecFlow/Scheduler/SimpleMax.pm
@man man/man3p/Event::ExecFlow.3p
@man man/man3p/Event::ExecFlow::Callbacks.3p
@man man/man3p/Event::ExecFlow::Frontend.3p
@man man/man3p/Event::ExecFlow::Job.3p
@man man/man3p/Event::ExecFlow::Job::Code.3p
@man man/man3p/Event::ExecFlow::Job::Command.3p
@man man/man3p/Event::ExecFlow::Job::Group.3p
@man man/man3p/Event::ExecFlow::Scheduler.3p
@man man/man3p/Event::ExecFlow::Scheduler::SimpleMax.3p