diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-08 03:18:29 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-08 03:18:29 +0800 |
commit | 85627790c9b8a76b58065308453f992cd26d9c0a (patch) | |
tree | 7b1a275de5861f273d4850de296032f6077a2419 /www | |
parent | fc6b06d5fa9d6f3a586c1f430fbac364d7bff674 (diff) | |
download | freebsd-ports-gnome-85627790c9b8a76b58065308453f992cd26d9c0a.tar.gz freebsd-ports-gnome-85627790c9b8a76b58065308453f992cd26d9c0a.tar.zst freebsd-ports-gnome-85627790c9b8a76b58065308453f992cd26d9c0a.zip |
This module helps manage FCGI based web applications by providing a wrapper
which handles most of the low-level FCGI details for you. It can run FCGI
programs as simple scripts or as full standalone socket based servers who
are managed by FCGI::Engine::ProcManager.
WWW: http://search.cpan.org/dist/FCGI-Engine/
PR: ports/152803
Submitted by: Anes Muhametov <anes at anes.su>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-FCGI-Engine/Makefile | 33 | ||||
-rw-r--r-- | www/p5-FCGI-Engine/distinfo | 3 | ||||
-rw-r--r-- | www/p5-FCGI-Engine/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-FCGI-Engine/pkg-plist | 27 |
5 files changed, 70 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c03deae4e839..5d83431e3cf0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -909,6 +909,7 @@ SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI-Async SUBDIR += p5-FCGI-Client + SUBDIR += p5-FCGI-Engine SUBDIR += p5-FCGI-ProcManager SUBDIR += p5-FCGI-Spawn SUBDIR += p5-FEAR-API diff --git a/www/p5-FCGI-Engine/Makefile b/www/p5-FCGI-Engine/Makefile new file mode 100644 index 000000000000..902862279618 --- /dev/null +++ b/www/p5-FCGI-Engine/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-FCGI-Engine +# Date created: 2010-12-03 +# Whom: Anes Muhametov <anes@anes.su> +# +# $FreeBSD$ +# + +PORTNAME= FCGI-Engine +PORTVERSION= 0.18 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= FCGI +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= A flexible engine for running FCGI-based applications + +BUILD_DEPENDS= \ + p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Daemonize>=0.12:${PORTSDIR}/devel/p5-MooseX-Daemonize \ + p5-MooseX-Getopt>=0.33:${PORTSDIR}/devel/p5-MooseX-Getopt \ + p5-MooseX-Types-Path-Class>=0.05:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ + p5-CGI-Simple>=1.112:${PORTSDIR}/www/p5-CGI-Simple \ + p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ + p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Declare-Constraints-Simple>=0.03:${PORTSDIR}/devel/p5-Declare-Constraints-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= FCGI::Engine::Manager::Server::FreeBSD6.3 FCGI::Engine::Manager.3 Plack::Handler::FCGI::Engine::ProcManager.3 Plack::Server::FCGI::Engine.3 FCGI::Engine::ProcManager.3 FCGI::Engine.3 FCGI::Engine::Manager::Server::Plackup.3 Plack::Server::FCGI::Engine::ProcManager.3 Plack::Handler::FCGI::Engine.3 FCGI::Engine::PSGI.3 FCGI::Engine::Core.3 FCGI::Engine::Types.3 FCGI::Engine::Manager::Server.3 + +.include <bsd.port.mk> diff --git a/www/p5-FCGI-Engine/distinfo b/www/p5-FCGI-Engine/distinfo new file mode 100644 index 000000000000..d5cba9d15216 --- /dev/null +++ b/www/p5-FCGI-Engine/distinfo @@ -0,0 +1,3 @@ +MD5 (FCGI-Engine-0.18.tar.gz) = 8c15a2f47ad6c1292355d3b05ebfc225 +SHA256 (FCGI-Engine-0.18.tar.gz) = 178c4d3ab86868dfb7acf3863142b2be9f67099e3f74166d03c451ec6e609e2e +SIZE (FCGI-Engine-0.18.tar.gz) = 35798 diff --git a/www/p5-FCGI-Engine/pkg-descr b/www/p5-FCGI-Engine/pkg-descr new file mode 100644 index 000000000000..58e225786660 --- /dev/null +++ b/www/p5-FCGI-Engine/pkg-descr @@ -0,0 +1,6 @@ +This module helps manage FCGI based web applications by providing a wrapper +which handles most of the low-level FCGI details for you. It can run FCGI +programs as simple scripts or as full standalone socket based servers who +are managed by FCGI::Engine::ProcManager. + +WWW: http://search.cpan.org/dist/FCGI-Engine/ diff --git a/www/p5-FCGI-Engine/pkg-plist b/www/p5-FCGI-Engine/pkg-plist new file mode 100644 index 000000000000..47faa814d4c5 --- /dev/null +++ b/www/p5-FCGI-Engine/pkg-plist @@ -0,0 +1,27 @@ +%%SITE_PERL%%/FCGI/Engine.pm +%%SITE_PERL%%/FCGI/Engine/Core.pm +%%SITE_PERL%%/FCGI/Engine/Manager.pm +%%SITE_PERL%%/FCGI/Engine/Manager/Server.pm +%%SITE_PERL%%/FCGI/Engine/Manager/Server/FreeBSD6.pm +%%SITE_PERL%%/FCGI/Engine/Manager/Server/Plackup.pm +%%SITE_PERL%%/FCGI/Engine/PSGI.pm +%%SITE_PERL%%/FCGI/Engine/ProcManager.pm +%%SITE_PERL%%/FCGI/Engine/Types.pm +%%SITE_PERL%%/Plack/Handler/FCGI/Engine.pm +%%SITE_PERL%%/Plack/Handler/FCGI/Engine/ProcManager.pm +%%SITE_PERL%%/Plack/Server/FCGI/Engine.pm +%%SITE_PERL%%/Plack/Server/FCGI/Engine/ProcManager.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/Engine/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/Engine +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI +@dirrmtry %%SITE_PERL%%/Plack/Server/FCGI/Engine +@dirrmtry %%SITE_PERL%%/Plack/Server/FCGI +@dirrmtry %%SITE_PERL%%/Plack/Server +@dirrmtry %%SITE_PERL%%/Plack/Handler/FCGI/Engine +@dirrmtry %%SITE_PERL%%/Plack/Handler/FCGI +@dirrmtry %%SITE_PERL%%/Plack/Handler +@dirrmtry %%SITE_PERL%%/Plack +@dirrmtry %%SITE_PERL%%/FCGI/Engine/Manager/Server +@dirrmtry %%SITE_PERL%%/FCGI/Engine/Manager +@dirrmtry %%SITE_PERL%%/FCGI/Engine +@dirrmtry %%SITE_PERL%%/FCGI |