Import of pkgsrc-2014Q1
This commit is contained in:
7
www/p5-HTTP-HeaderParser-XS/DESCR
Normal file
7
www/p5-HTTP-HeaderParser-XS/DESCR
Normal file
@@ -0,0 +1,7 @@
|
||||
This module parses HTTP headers using a C++ state machine. (Hence
|
||||
this being an XS module.) The goal is to be fast, not necessarily
|
||||
to do everything you could ever want.
|
||||
|
||||
Headers are not static, you can parse them, munge them, or even
|
||||
build them using this module. See the SYNOPSIS for more information
|
||||
on how to use this module.
|
||||
17
www/p5-HTTP-HeaderParser-XS/Makefile
Normal file
17
www/p5-HTTP-HeaderParser-XS/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2014/02/06 12:08:50 abs Exp $
|
||||
|
||||
DISTNAME= HTTP-HeaderParser-XS-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/HTTP-HeaderParser-XS/
|
||||
COMMENT= XS extension for processing HTTP headers
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= c++
|
||||
PERL5_PACKLIST= auto/HTTP/HeaderParser/XS/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
www/p5-HTTP-HeaderParser-XS/distinfo
Normal file
5
www/p5-HTTP-HeaderParser-XS/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2014/02/06 12:08:50 abs Exp $
|
||||
|
||||
SHA1 (HTTP-HeaderParser-XS-0.20.tar.gz) = 316002368cac21bd01daae0db97642b960aabd7e
|
||||
RMD160 (HTTP-HeaderParser-XS-0.20.tar.gz) = 0505f6befb799f23fdd8fe8b67e6ad33ed465366
|
||||
Size (HTTP-HeaderParser-XS-0.20.tar.gz) = 24257 bytes
|
||||
Reference in New Issue
Block a user