Initial import of p5-AnyEvent-ReverseHTTP version 0.05 in the NetBSD
Packages Collection. The Perl 5 module AnyEvent::ReverseHTTP is an AnyEvent module that acts as a Reverse HTTP server (which is actually a polling client for Reverse HTTP gateway). This module implements simple Reverse HTTP client that's tested against reversehttp.net demo server. More complicated specification like relaying or pipelining is not (yet) implemented.
This commit is contained in:
parent
c8553bb4da
commit
5074315626
3 changed files with 37 additions and 0 deletions
6
www/p5-AnyEvent-ReverseHTTP/DESCR
Normal file
6
www/p5-AnyEvent-ReverseHTTP/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The Perl 5 module AnyEvent::ReverseHTTP is an AnyEvent module that
|
||||
acts as a Reverse HTTP server (which is actually a polling client
|
||||
for Reverse HTTP gateway). This module implements simple Reverse
|
||||
HTTP client that's tested against reversehttp.net demo server. More
|
||||
complicated specification like relaying or pipelining is not (yet)
|
||||
implemented.
|
26
www/p5-AnyEvent-ReverseHTTP/Makefile
Normal file
26
www/p5-AnyEvent-ReverseHTTP/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 08:03:43 seb Exp $
|
||||
|
||||
DISTNAME= AnyEvent-ReverseHTTP-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/AnyEvent-ReverseHTTP/
|
||||
COMMENT= Perl 5 module providing reversehttp for AnyEvent
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/AnyEvent/ReverseHTTP/.packlist
|
||||
|
||||
DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
|
||||
DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent
|
||||
DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-AnyEvent-ReverseHTTP/distinfo
Normal file
5
www/p5-AnyEvent-ReverseHTTP/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/04 08:03:43 seb Exp $
|
||||
|
||||
SHA1 (AnyEvent-ReverseHTTP-0.05.tar.gz) = c8aaef4802920d4c3bcb846601a729695921766e
|
||||
RMD160 (AnyEvent-ReverseHTTP-0.05.tar.gz) = 9d8722b5d4c35f764f7bb0c107c4da4c30f83cf7
|
||||
Size (AnyEvent-ReverseHTTP-0.05.tar.gz) = 41775 bytes
|
Loading…
Reference in a new issue