summaryrefslogtreecommitdiff
path: root/net/p5-Net-Server-Coro
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-19 22:47:11 +0000
committerseb <seb@pkgsrc.org>2010-04-19 22:47:11 +0000
commit09e1929bb7104df832d1905c7d2ff63351a193c1 (patch)
tree2fb8b9203f3e247b60ded578f29d3715ddd8a15a /net/p5-Net-Server-Coro
parent28c7f60ea27cf9c08c67de50e09b767bbb0a6c8d (diff)
downloadpkgsrc-09e1929bb7104df832d1905c7d2ff63351a193c1.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 'net/p5-Net-Server-Coro')
-rw-r--r--net/p5-Net-Server-Coro/DESCR4
-rw-r--r--net/p5-Net-Server-Coro/Makefile25
-rw-r--r--net/p5-Net-Server-Coro/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-Net-Server-Coro/DESCR b/net/p5-Net-Server-Coro/DESCR
new file mode 100644
index 00000000000..65f20309408
--- /dev/null
+++ b/net/p5-Net-Server-Coro/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/net/p5-Net-Server-Coro/Makefile b/net/p5-Net-Server-Coro/Makefile
new file mode 100644
index 00000000000..8b44c33ca19
--- /dev/null
+++ b/net/p5-Net-Server-Coro/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/19 22:47:11 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"
diff --git a/net/p5-Net-Server-Coro/distinfo b/net/p5-Net-Server-Coro/distinfo
new file mode 100644
index 00000000000..ff7d3022e62
--- /dev/null
+++ b/net/p5-Net-Server-Coro/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/19 22:47:11 seb Exp $
+
+SHA1 (Net-Server-Coro-0.8.tar.gz) = 0dd412d96ca516dce37516a255d7b7e8356985db
+RMD160 (Net-Server-Coro-0.8.tar.gz) = e8a2b66491bd7542b9cb5f37581aca2752c5e594
+Size (Net-Server-Coro-0.8.tar.gz) = 22607 bytes