1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-Catalyst-Engine-HTTP-Prefork 0.01, high-performance pre-forking

Catalyst engine.
This commit is contained in:
Sergey Skvortsov 2008-04-18 17:28:38 +00:00
parent 14d11fbb19
commit fef09b1d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211545
5 changed files with 51 additions and 0 deletions

View File

@ -640,6 +640,7 @@
SUBDIR += p5-Catalyst-Devel
SUBDIR += p5-Catalyst-Engine-Apache
SUBDIR += p5-Catalyst-Engine-HTTP-POE
SUBDIR += p5-Catalyst-Engine-HTTP-Prefork
SUBDIR += p5-Catalyst-Enzyme
SUBDIR += p5-Catalyst-Example-InstantCRUD
SUBDIR += p5-Catalyst-Helper-Controller-Scaffold

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: Catalyst-Engine-HTTP-Prefork
# Date created: 18 Apr 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Engine-HTTP-Prefork
PORTVERSION= 0.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= High-performance pre-forking Catalyst engine
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \
${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
${SITE_PERL}/${PERL_ARCH}/HTTP/HeaderParser/XS.pm:${PORTSDIR}/www/p5-HTTP-HeaderParser-XS \
${SITE_PERL}/${PERL_ARCH}/Cookie/XS.pm:${PORTSDIR}/www/p5-Cookie-XS \
${SITE_PERL}/HTTP/Body.pm:${PORTSDIR}/www/p5-HTTP-Body
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.1+
MAN3= Catalyst::Engine::HTTP::Prefork.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Engine-HTTP-Prefork-0.01.tar.gz) = 41b68992387b8bc9e2e2be383541c22b
SHA256 (Catalyst-Engine-HTTP-Prefork-0.01.tar.gz) = 6686e31a396ae1d2850dfd0643009535f3c7ea1ac30338a6365ac080a3298dc6
SIZE (Catalyst-Engine-HTTP-Prefork-0.01.tar.gz) = 59963

View File

@ -0,0 +1,7 @@
This engine is designed to run as a standalone Catalyst server, without
requiring the use of another web server. It's goals are
high-performance, HTTP/1.1 compliance, and robustness. It is also
suitable for use as a faster development server with support for
automatic restarting.
WWW: http://search.cpan.org/dist/Catalyst-Engine-HTTP-Prefork/

View File

@ -0,0 +1,12 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine/HTTP/Prefork/.packlist
%%SITE_PERL%%/Catalyst/Engine/HTTP/Prefork.pm
%%SITE_PERL%%/Catalyst/Engine/HTTP/Prefork/Handler.pm
%%SITE_PERL%%/Catalyst/Engine/HTTP/Prefork/Restarter.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine/HTTP/Prefork
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine/HTTP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
@dirrm %%SITE_PERL%%/Catalyst/Engine/HTTP/Prefork
@dirrmtry %%SITE_PERL%%/Catalyst/Engine/HTTP
@dirrmtry %%SITE_PERL%%/Catalyst/Engine
@dirrmtry %%SITE_PERL%%/Catalyst