pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Plack-Handler-AnyEvent-ReverseHTTP Initial impo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7c679fd8eef
branches:  trunk
changeset: 577151:e7c679fd8eef
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 04 08:28:08 2010 +0000

description:
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:

 www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR    |   5 ++++
 www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile |  25 ++++++++++++++++++++++
 www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo |   5 ++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 1ee26f494482 -r e7c679fd8eef www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/DESCR   Sun Jul 04 08:28:08 2010 +0000
@@ -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 -r 1ee26f494482 -r e7c679fd8eef www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile        Sun Jul 04 08:28:08 2010 +0000
@@ -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@localhost
+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 -r 1ee26f494482 -r e7c679fd8eef www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/distinfo        Sun Jul 04 08:28:08 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index