Initial import of p5-POE-Filter-HTTP-Parser version 1.02 in the
NetBSD Packages Collection. The Perl 5 module POE::Filter::HTTP::Parser is a POE::Filter for HTTP which is based on HTTP::Parser. It can be used to easily create POE based HTTP servers or clients.
This commit is contained in:
parent
1d676eb962
commit
053ee154ae
3 changed files with 34 additions and 0 deletions
3
www/p5-POE-Filter-HTTP-Parser/DESCR
Normal file
3
www/p5-POE-Filter-HTTP-Parser/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module POE::Filter::HTTP::Parser is a POE::Filter for
|
||||
HTTP which is based on HTTP::Parser. It can be used to easily
|
||||
create POE based HTTP servers or clients.
|
26
www/p5-POE-Filter-HTTP-Parser/Makefile
Normal file
26
www/p5-POE-Filter-HTTP-Parser/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/03 23:36:38 seb Exp $
|
||||
|
||||
DISTNAME= POE-Filter-HTTP-Parser-1.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/POE-Filter-HTTP-Parser/
|
||||
COMMENT= HTTP POE filter for HTTP clients or servers
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/POE/Filter/HTTP/Parser/.packlist
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-POE-Client-TCP>=0.1:../../devel/p5-Test-POE-Client-TCP
|
||||
BUILD_DEPENDS+= p5-Test-POE-Server-TCP>=0.16:../../devel/p5-Test-POE-Server-TCP
|
||||
DEPENDS+= p5-HTTP-Parser>=0.04:../../www/p5-HTTP-Parser
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-POE>=1.003:../../devel/p5-POE
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-POE-Filter-HTTP-Parser/distinfo
Normal file
5
www/p5-POE-Filter-HTTP-Parser/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/03 23:36:38 seb Exp $
|
||||
|
||||
SHA1 (POE-Filter-HTTP-Parser-1.02.tar.gz) = ab5f309fadd0b44d564175fc60b8544550738b0c
|
||||
RMD160 (POE-Filter-HTTP-Parser-1.02.tar.gz) = 8ee733fe2d82303231494853a4a4c8819044875d
|
||||
Size (POE-Filter-HTTP-Parser-1.02.tar.gz) = 27870 bytes
|
Loading…
Reference in a new issue