mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Net::Server::SS::PreFork is a hot-deployable variant of Net::Server::PreFork.
WWW: http://search.cpan.org/dist/Net-Server-SS-PreFork/ PR: ports/164411 (based on) Submitted by: Denis Pokataev <catone@cpan.org>
This commit is contained in:
parent
9ad70c25bb
commit
64c15e72a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289786
5 changed files with 48 additions and 0 deletions
|
@ -643,6 +643,7 @@
|
|||
SUBDIR += p5-Net-SSH2
|
||||
SUBDIR += p5-Net-Server
|
||||
SUBDIR += p5-Net-Server-Coro
|
||||
SUBDIR += p5-Net-Server-SS-PreFork
|
||||
SUBDIR += p5-Net-Services
|
||||
SUBDIR += p5-Net-Subnet
|
||||
SUBDIR += p5-Net-Subnets
|
||||
|
|
33
net/p5-Net-Server-SS-PreFork/Makefile
Normal file
33
net/p5-Net-Server-SS-PreFork/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Net-Server-SS-PreFork
|
||||
# Date created: 2012-01-21
|
||||
# Whom: Denis Pokataev <catone@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Server-SS-PreFork
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= catone@cpan.org
|
||||
COMMENT= A hot-deployable variant of Net::Server::PreFork
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Net-Server>0:${PORTSDIR}/net/p5-Net-Server \
|
||||
p5-Server-Starter>=0.02:${PORTSDIR}/net/p5-Server-Starter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork \
|
||||
p5-Test-TCP>=0.06:${PORTSDIR}/devel/p5-Test-TCP \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Server::SS::PreFork.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Server-SS-PreFork/distinfo
Normal file
2
net/p5-Net-Server-SS-PreFork/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-Server-SS-PreFork-0.05.tar.gz) = 6d22b3a84eb3e01fb238f566bdb3014847d30e0d51ec1e86a0b6e043e367968b
|
||||
SIZE (Net-Server-SS-PreFork-0.05.tar.gz) = 25978
|
3
net/p5-Net-Server-SS-PreFork/pkg-descr
Normal file
3
net/p5-Net-Server-SS-PreFork/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A hot-deployable variant of Net::Server::PreFork.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Server-SS-PreFork/
|
9
net/p5-Net-Server-SS-PreFork/pkg-plist
Normal file
9
net/p5-Net-Server-SS-PreFork/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Net/Server/SS/PreFork.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/SS/PreFork/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/SS/PreFork
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/SS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Server/SS
|
||||
@dirrmtry %%SITE_PERL%%/Net/Server
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue