diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-20 12:52:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-20 12:52:04 +0000 |
commit | 9a5207b1cb86eaafe7b5de7b03be245036b63de7 (patch) | |
tree | 2afe939e0f65444dd27b985bd91ae6988bfa1096 /www/p5-HTTP-Engine | |
parent | 896afa978fc372c158620d6ebd6d65d94dc315d3 (diff) | |
download | ports-9a5207b1cb86eaafe7b5de7b03be245036b63de7.tar.gz ports-9a5207b1cb86eaafe7b5de7b03be245036b63de7.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Engine')
-rw-r--r-- | www/p5-HTTP-Engine/Makefile | 44 | ||||
-rw-r--r-- | www/p5-HTTP-Engine/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Engine/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Engine/pkg-plist | 42 |
4 files changed, 93 insertions, 0 deletions
diff --git a/www/p5-HTTP-Engine/Makefile b/www/p5-HTTP-Engine/Makefile new file mode 100644 index 000000000000..c6291e108a65 --- /dev/null +++ b/www/p5-HTTP-Engine/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: HTTP::Engine +# Date created: 20 Jan 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Engine +PORTVERSION= 0.0.21 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for HTTP Server Engine Drivers + +RUN_DEPENDS= \ + p5-Moose>=0.59:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \ + p5-HTTP-Body>=1.04:${PORTSDIR}/www/p5-HTTP-Body \ + p5-libwww>=5.810:${PORTSDIR}/www/p5-libwww \ + p5-URI>=1.36:${PORTSDIR}/net/p5-URI \ + p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTTP::Engine.3 \ + HTTP::Engine::Cookbook.3 \ + HTTP::Engine::Interface::CGI.3 \ + HTTP::Engine::Interface::FCGI.3 \ + HTTP::Engine::Interface::ModPerl.3 \ + HTTP::Engine::Interface::POE.3 \ + HTTP::Engine::Interface::ServerSimple.3 \ + HTTP::Engine::Interface::Standalone.3 \ + HTTP::Engine::Interface::Test.3 \ + HTTP::Engine::Request.3 \ + HTTP::Engine::Request::Upload.3 \ + HTTP::Engine::Response.3 \ + HTTP::Engine::Role::Interface.3 \ + HTTP::Engine::Types::Core.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Engine/distinfo b/www/p5-HTTP-Engine/distinfo new file mode 100644 index 000000000000..7ce4e3395887 --- /dev/null +++ b/www/p5-HTTP-Engine/distinfo @@ -0,0 +1,3 @@ +MD5 (HTTP-Engine-0.0.21.tar.gz) = 764a117168e9e6668fa1b20c077433a7 +SHA256 (HTTP-Engine-0.0.21.tar.gz) = 476a4e703a630bcce21c44d34ac11b4f7d7115ac09dbbf4236d8d3881fb9f804 +SIZE (HTTP-Engine-0.0.21.tar.gz) = 96308 diff --git a/www/p5-HTTP-Engine/pkg-descr b/www/p5-HTTP-Engine/pkg-descr new file mode 100644 index 000000000000..dc008e9ce75b --- /dev/null +++ b/www/p5-HTTP-Engine/pkg-descr @@ -0,0 +1,4 @@ +Web Server Gateway Interface and HTTP Server Engine Drivers (Yet +Another Catalyst::Engine). + +WWW: http://search.cpan.org/dist/HTTP-Engine/ diff --git a/www/p5-HTTP-Engine/pkg-plist b/www/p5-HTTP-Engine/pkg-plist new file mode 100644 index 000000000000..505c4936afd8 --- /dev/null +++ b/www/p5-HTTP-Engine/pkg-plist @@ -0,0 +1,42 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Engine/.packlist +%%SITE_PERL%%/HTTP/Engine/Interface/CGI.pm +%%SITE_PERL%%/HTTP/Engine/Interface/POE.pm +%%SITE_PERL%%/HTTP/Engine/Interface/ServerSimple.pm +%%SITE_PERL%%/HTTP/Engine/Interface/ModPerl.pm +%%SITE_PERL%%/HTTP/Engine/Interface/Test.pm +%%SITE_PERL%%/HTTP/Engine/Interface/FCGI.pm +%%SITE_PERL%%/HTTP/Engine/Interface/Standalone.pm +%%SITE_PERL%%/HTTP/Engine/Request/Upload.pm +%%SITE_PERL%%/HTTP/Engine/RequestBuilder/CGI.pm +%%SITE_PERL%%/HTTP/Engine/RequestBuilder/NoEnv.pm +%%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder/ReadBody.pm +%%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder/NoEnv.pm +%%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder/HTTPBody.pm +%%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder/ParseEnv.pm +%%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder/Standard.pm +%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/WriteSTDOUT.pm +%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/OutputBody.pm +%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/Finalize.pm +%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/ResponseLine.pm +%%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder.pm +%%SITE_PERL%%/HTTP/Engine/Role/Request.pm +%%SITE_PERL%%/HTTP/Engine/Role/Interface.pm +%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter.pm +%%SITE_PERL%%/HTTP/Engine/Role/Response.pm +%%SITE_PERL%%/HTTP/Engine/Types/Core.pm +%%SITE_PERL%%/HTTP/Engine/Response.pm +%%SITE_PERL%%/HTTP/Engine/Cookbook.pod +%%SITE_PERL%%/HTTP/Engine/Interface.pm +%%SITE_PERL%%/HTTP/Engine/Request.pm +%%SITE_PERL%%/HTTP/Engine/Util.pm +%%SITE_PERL%%/HTTP/Engine/ResponseFinalizer.pm +%%SITE_PERL%%/HTTP/Engine.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Engine +@dirrm %%SITE_PERL%%/HTTP/Engine/Types +@dirrm %%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter +@dirrm %%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder +@dirrm %%SITE_PERL%%/HTTP/Engine/Role +@dirrm %%SITE_PERL%%/HTTP/Engine/RequestBuilder +@dirrm %%SITE_PERL%%/HTTP/Engine/Request +@dirrm %%SITE_PERL%%/HTTP/Engine/Interface +@dirrm %%SITE_PERL%%/HTTP/Engine |