Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View 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.

View 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"

View 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