head 1.2; access; symbols pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.04.19.22.42.45; author seb; state dead; branches; next 1.1; 1.1 date 2010.04.19.22.38.31; author seb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.04.19.22.38.31; author seb; state Exp; branches; next ; desc @@ 1.2 log @Ooops! Wrong directory! this package is going to be imported again as net/p5-Net-Server-Coro. @ text @# $NetBSD: Makefile,v 1.1 2010/04/19 22:38:31 seb Exp $ # DISTNAME= Net-Server-Coro-0.8 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Server-Coro/ COMMENT= Perl 5 co-operative multithreaded server using Coro LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Net/Server/Coro/.packlist DEPENDS+= p5-Coro-[0-9]*:../../devel/p5-Coro DEPENDS+= p5-EV-[0-9]*:../../devel/p5-EV DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ @ 1.1.1.1 log @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. @ text @@