diff options
author | seb <seb@pkgsrc.org> | 2010-04-24 08:02:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-24 08:02:16 +0000 |
commit | 34d61ff288eae71445494bc9404f21516de0c747 (patch) | |
tree | ef4dcd65963ad15ba355efdf093c6c364d8fe2e5 /www/p5-Corona | |
parent | deeaf5fe88e959616da93eb1c13a8c101a8d53ef (diff) | |
download | pkgsrc-34d61ff288eae71445494bc9404f21516de0c747.tar.gz |
Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
Packages Collection.
The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.
Diffstat (limited to 'www/p5-Corona')
-rw-r--r-- | www/p5-Corona/DESCR | 3 | ||||
-rw-r--r-- | www/p5-Corona/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Corona/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Corona/DESCR b/www/p5-Corona/DESCR new file mode 100644 index 00000000000..c0e5cc4d82b --- /dev/null +++ b/www/p5-Corona/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Corona is a Coro based Plack web server. It uses +Net::Server::Coro under the hood, which means we have coroutines +(threads) for each socket, active connections and a main loop. diff --git a/www/p5-Corona/Makefile b/www/p5-Corona/Makefile new file mode 100644 index 00000000000..904d30381f6 --- /dev/null +++ b/www/p5-Corona/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 08:02:16 seb Exp $ + +DISTNAME= Corona-0.1004 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Corona/ +COMMENT= Perl 5 Coro based PSGI web server +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Corona/.packlist + +DEPENDS+= p5-Coro-[0-9]*:../../devel/p5-Coro +DEPENDS+= p5-Net-Server-Coro>=0.5:../../net/p5-Net-Server-Coro +DEPENDS+= p5-Plack>=0.99:../../www/p5-Plack + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Corona/distinfo b/www/p5-Corona/distinfo new file mode 100644 index 00000000000..d9973064a20 --- /dev/null +++ b/www/p5-Corona/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/24 08:02:16 seb Exp $ + +SHA1 (Corona-0.1004.tar.gz) = 6107e077352b09e7e48ed69230f15d6d09dd1c4d +RMD160 (Corona-0.1004.tar.gz) = 79def6c4cfdd474dcc4468aadf004aebcc896a17 +Size (Corona-0.1004.tar.gz) = 21114 bytes |