A co-operative multithreaded server using Coro.
WWW: http://search.cpan.org/dist/Net-Server-Coro/
This commit is contained in:
parent
3cff9196cf
commit
3752fc3654
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242847
5 changed files with 43 additions and 0 deletions
|
@ -592,6 +592,7 @@
|
||||||
SUBDIR += p5-Net-SSH-Perl
|
SUBDIR += p5-Net-SSH-Perl
|
||||||
SUBDIR += p5-Net-SSH2
|
SUBDIR += p5-Net-SSH2
|
||||||
SUBDIR += p5-Net-Server
|
SUBDIR += p5-Net-Server
|
||||||
|
SUBDIR += p5-Net-Server-Coro
|
||||||
SUBDIR += p5-Net-Services
|
SUBDIR += p5-Net-Services
|
||||||
SUBDIR += p5-Net-Subnets
|
SUBDIR += p5-Net-Subnets
|
||||||
SUBDIR += p5-Net-TCLink
|
SUBDIR += p5-Net-TCLink
|
||||||
|
|
27
net/p5-Net-Server-Coro/Makefile
Normal file
27
net/p5-Net-Server-Coro/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# New ports collection makefile for: Net::Server::Coro
|
||||||
|
# Date created: 14 Oct 2009
|
||||||
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Net-Server-Coro
|
||||||
|
PORTVERSION= 0.4
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
|
COMMENT= Perl extension for co-operative multithreaded server using Coro
|
||||||
|
|
||||||
|
RUN_DEPENDS= \
|
||||||
|
p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
|
||||||
|
p5-EV>0:${PORTSDIR}/devel/p5-EV \
|
||||||
|
p5-Net-Server>0:${PORTSDIR}/net/p5-Net-Server
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Net::Server::Coro.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/p5-Net-Server-Coro/distinfo
Normal file
3
net/p5-Net-Server-Coro/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Net-Server-Coro-0.4.tar.gz) = 45ec4c12d162e55217a96c5cb8c61227
|
||||||
|
SHA256 (Net-Server-Coro-0.4.tar.gz) = 8229f0118fb9f4ed089a53a86c6ac7a0fb6030b81faf80966082a3bec44a783c
|
||||||
|
SIZE (Net-Server-Coro-0.4.tar.gz) = 15724
|
3
net/p5-Net-Server-Coro/pkg-descr
Normal file
3
net/p5-Net-Server-Coro/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
A co-operative multithreaded server using Coro.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Net-Server-Coro/
|
9
net/p5-Net-Server-Coro/pkg-plist
Normal file
9
net/p5-Net-Server-Coro/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Coro/.packlist
|
||||||
|
%%SITE_PERL%%/Net/Server/Coro.pm
|
||||||
|
%%SITE_PERL%%/Net/Server/Proto/Coro.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net/Server/Proto
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net/Server
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Coro
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in a new issue