diff options
author | clsung <clsung@FreeBSD.org> | 2007-06-14 11:55:31 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-06-14 11:55:31 +0800 |
commit | d806829aa65707370923ec2c150590bfd087af51 (patch) | |
tree | f5531d1b67ec0c83353652654718c0ae59bca9e2 /www | |
parent | 97bbe0f8ae94ca570a733131fc5fa792610a2fc7 (diff) | |
download | freebsd-ports-gnome-d806829aa65707370923ec2c150590bfd087af51.tar.gz freebsd-ports-gnome-d806829aa65707370923ec2c150590bfd087af51.tar.zst freebsd-ports-gnome-d806829aa65707370923ec2c150590bfd087af51.zip |
Add p5-FCGI-Async 0.10, module to allow use of FastCGI asynchronously.
PR: ports/113507
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-FCGI-Async/Makefile | 24 | ||||
-rw-r--r-- | www/p5-FCGI-Async/distinfo | 3 | ||||
-rw-r--r-- | www/p5-FCGI-Async/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-FCGI-Async/pkg-plist | 11 |
5 files changed, 44 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ede673e3ea64..3eb6f254f7d8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -659,6 +659,7 @@ SUBDIR += p5-DBIx-Class-HTMLWidget SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-FAQ-OMatic + SUBDIR += p5-FCGI-Async SUBDIR += p5-FEAR-API SUBDIR += p5-FastCGI SUBDIR += p5-FastCGI-ProcManager diff --git a/www/p5-FCGI-Async/Makefile b/www/p5-FCGI-Async/Makefile new file mode 100644 index 000000000000..280c3efe2b3a --- /dev/null +++ b/www/p5-FCGI-Async/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-FCGI-Async +# Date created: 2007-06-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= FCGI-Async +PORTVERSION= 0.10 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= FCGI +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Module to allow use of FastCGI asynchronously + +RUN_DEPENDS= ${SITE_PERL}/IO/Async/Buffer.pm:${PORTSDIR}/devel/p5-IO-Async + +PERL_CONFIGURE= yes + +MAN3= FCGI::Async.3 FCGI::Async::Constants.3 FCGI::Async::Request.3 + +.include <bsd.port.mk> diff --git a/www/p5-FCGI-Async/distinfo b/www/p5-FCGI-Async/distinfo new file mode 100644 index 000000000000..bb168702f130 --- /dev/null +++ b/www/p5-FCGI-Async/distinfo @@ -0,0 +1,3 @@ +MD5 (FCGI-Async-0.10.tar.gz) = c86c07cfb0577bd7ca6f0ea5480a4b87 +SHA256 (FCGI-Async-0.10.tar.gz) = 47797afd88b1febb7bee706b54c5528ab2b04348e8d740f7540f382ec3842f7e +SIZE (FCGI-Async-0.10.tar.gz) = 24247 diff --git a/www/p5-FCGI-Async/pkg-descr b/www/p5-FCGI-Async/pkg-descr new file mode 100644 index 000000000000..007670f8c2b6 --- /dev/null +++ b/www/p5-FCGI-Async/pkg-descr @@ -0,0 +1,5 @@ +This module allows a program to respond to FastCGI requests using an +asynchronous model. It is based on IO::Async and will fully interact +with any program using this base. + +WWW: http://search.cpan.org/dist/FCGI-Async/ diff --git a/www/p5-FCGI-Async/pkg-plist b/www/p5-FCGI-Async/pkg-plist new file mode 100644 index 000000000000..9dc876067b77 --- /dev/null +++ b/www/p5-FCGI-Async/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/Async/.packlist +%%SITE_PERL%%/FCGI/Async.pm +%%SITE_PERL%%/FCGI/Async/Constants.pm +%%SITE_PERL%%/FCGI/Async/Request.pm +%%SITE_PERL%%/FCGI/Async/BuildParse.pm +%%SITE_PERL%%/FCGI/Async/ClientConnection.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/Async +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI +@dirrmtry %%SITE_PERL%%/FCGI/Async +@dirrmtry %%SITE_PERL%%/FCGI |