Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+10
View File
@@ -0,0 +1,10 @@
Asynchronous programming can be benefitial for performance, however
not all functions are written for nonblocking interaction and
external processes almost never are.
By forking the blocking call into a new process, the main thread may
continue to run non-blocking, while the blocking call evaluates.
Mojo::IOLoop::ForkCall manages the forking and will emit an
event (or execute a callback) when the forked process completes.
Return values are serialized and sent from the child to the parent
via an appropriate pipe for your platform.
+23
View File
@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.3 2015/01/17 17:45:13 wiedi Exp $
VERSION= 0.16
DISTNAME= ${VERSION}
PKGNAME= p5-Mojo-IOLoop-ForkCall-${VERSION}
CATEGORIES= devel
MASTER_SITES= https://github.com/jberger/Mojo-IOLoop-ForkCall/archive/
MAINTAINER= wiedi@frubar.net
HOMEPAGE= https://github.com/jberger/Mojo-IOLoop-ForkCall/
COMMENT= Execute a code block asynchronously by forking
LICENSE= ${PERL5_LICENSE}
WRKSRC= ${WRKDIR}/Mojo-IOLoop-ForkCall-${VERSION}
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Mojo/IOLoop/ForkCall/.packlist
USE_LANGUAGES= # none
DEPENDS+= p5-IO-Pipely-[0-9]*:../../devel/p5-IO-Pipely
DEPENDS+= p5-Mojolicious>=5.08:../../www/p5-Mojolicious
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+4
View File
@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/08/30 10:53:51 wiedi Exp $
${PERL5_SUB_INSTALLVENDORLIB}/Mojo/IOLoop/ForkCall.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/Mojo/IOLoop/ForkCall/.packlist
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Mojo::IOLoop::ForkCall.3
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2015/01/17 17:45:13 wiedi Exp $
SHA1 (0.16.tar.gz) = 56717c794c03fc5d93480f856a1996b1741bda96
RMD160 (0.16.tar.gz) = 46859df36da48f1d9eda8686d2e4c7858dc7a8d0
Size (0.16.tar.gz) = 10019 bytes