diff options
author | seb <seb@pkgsrc.org> | 2010-07-04 08:28:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-04 08:28:08 +0000 |
commit | de0df0818d51d133dbe961d0d4984ab9e1899817 (patch) | |
tree | 325a61118938eddea97ef1731944dd95fbb0e419 /www/p5-Plack-Handler-AnyEvent-ReverseHTTP | |
parent | 51a38c70777aa44b5ae7f3cb40a4cd48de19bcc1 (diff) | |
download | pkgsrc-de0df0818d51d133dbe961d0d4984ab9e1899817.tar.gz |
Initial import of p5-Plack-Handler-AnyEvent-ReverseHTTP version
0.04 in the NetBSD Packages Collection.
The Perl 5 module Plack::Handler::AnyEvent::ReverseHTTP is Plack
handler that runs your PSGI application on AnyEvent::ReverseHTTP.
It uses ReverseHTTP gateway to access your PSGI application on your
desktop or behind the firewall from the internet. Just like Ruby's
hookout does with Rack applications.
Diffstat (limited to 'www/p5-Plack-Handler-AnyEvent-ReverseHTTP')
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile | 25 | ||||
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR new file mode 100644 index 00000000000..d3cb1e88b44 --- /dev/null +++ b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Plack::Handler::AnyEvent::ReverseHTTP is Plack +handler that runs your PSGI application on AnyEvent::ReverseHTTP. +It uses ReverseHTTP gateway to access your PSGI application on your +desktop or behind the firewall from the internet. Just like Ruby's +hookout does with Rack applications. diff --git a/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile new file mode 100644 index 00000000000..812c6df1f62 --- /dev/null +++ b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 08:28:08 seb Exp $ + +DISTNAME= Plack-Handler-AnyEvent-ReverseHTTP-0.04 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Plack-Handler-AnyEvent-ReverseHTTP/ +COMMENT= Reversehttp gateway for PSGI application +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Handler/AnyEvent/ReverseHTTP/.packlist + +DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent +DEPENDS+= p5-AnyEvent-ReverseHTTP-[0-9]*:../../www/p5-AnyEvent-ReverseHTTP +DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack +DEPENDS+= p5-Plack>=0.99:../../www/p5-Plack + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo new file mode 100644 index 00000000000..116bddd382f --- /dev/null +++ b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/04 08:28:08 seb Exp $ + +SHA1 (Plack-Handler-AnyEvent-ReverseHTTP-0.04.tar.gz) = 306531ffd04eb02a4737c5357fcf821b4c8d38b9 +RMD160 (Plack-Handler-AnyEvent-ReverseHTTP-0.04.tar.gz) = b8b998af8b632221226c1cc8bb1c9b61e2062943 +Size (Plack-Handler-AnyEvent-ReverseHTTP-0.04.tar.gz) = 42077 bytes |