diff options
author | abs <abs@pkgsrc.org> | 2014-02-06 12:11:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-02-06 12:11:42 +0000 |
commit | 222741f835b870b26864b488ab606b9afed65082 (patch) | |
tree | e6c4030e6cbc72a7961ea43da51e828ed77ed346 /www | |
parent | 54c51d43563ea10a134823588be0819144506aa5 (diff) | |
download | pkgsrc-222741f835b870b26864b488ab606b9afed65082.tar.gz |
Added www/p5-Catalyst-Engine-HTTP-Prefork version 0.51
This engine is designed to run as a standalone Catalyst server,
without requiring the use of another web server. Its 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Engine-HTTP-Prefork/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Engine-HTTP-Prefork/Makefile | 23 | ||||
-rw-r--r-- | www/p5-Catalyst-Engine-HTTP-Prefork/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Engine-HTTP-Prefork/DESCR b/www/p5-Catalyst-Engine-HTTP-Prefork/DESCR new file mode 100644 index 00000000000..5bdc9f150c4 --- /dev/null +++ b/www/p5-Catalyst-Engine-HTTP-Prefork/DESCR @@ -0,0 +1,5 @@ +This engine is designed to run as a standalone Catalyst server, +without requiring the use of another web server. Its 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. diff --git a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile new file mode 100644 index 00000000000..fde5fbe5f9d --- /dev/null +++ b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2014/02/06 12:11:42 abs Exp $ + +DISTNAME= Catalyst-Engine-HTTP-Prefork-0.51 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-Engine-HTTP-Prefork/ +COMMENT= High-performance pre-forking Catalyst engine +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Engine/HTTP/Prefork/.packlist + +DEPENDS+= p5-Catalyst-Runtime>=5.7012:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Cookie-XS>=0.08:../../www/p5-Cookie-XS +DEPENDS+= p5-HTTP-Body>=1.01:../../www/p5-HTTP-Body +DEPENDS+= p5-Net-Server>=0.97:../../net/p5-Net-Server +DEPENDS+= p5-HTTP-HeaderParser-XS>=0.20:../../www/p5-HTTP-HeaderParser-XS + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Engine-HTTP-Prefork/distinfo b/www/p5-Catalyst-Engine-HTTP-Prefork/distinfo new file mode 100644 index 00000000000..a3377625860 --- /dev/null +++ b/www/p5-Catalyst-Engine-HTTP-Prefork/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2014/02/06 12:11:42 abs Exp $ + +SHA1 (Catalyst-Engine-HTTP-Prefork-0.51.tar.gz) = 5e693ad5a39a6d9e9c1dcb1f16d03132bd0f1925 +RMD160 (Catalyst-Engine-HTTP-Prefork-0.51.tar.gz) = ed328fef50abac5132bd2d30880448141755c324 +Size (Catalyst-Engine-HTTP-Prefork-0.51.tar.gz) = 66503 bytes |