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.
This commit is contained in:
seb 2010-04-24 08:02:16 +00:00
parent deeaf5fe88
commit 34d61ff288
3 changed files with 32 additions and 0 deletions

3
www/p5-Corona/DESCR Normal file
View file

@ -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.

24
www/p5-Corona/Makefile Normal file
View file

@ -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"

5
www/p5-Corona/distinfo Normal file
View file

@ -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