diff options
author | abs <abs@pkgsrc.org> | 2014-02-06 12:08:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-02-06 12:08:50 +0000 |
commit | 54c51d43563ea10a134823588be0819144506aa5 (patch) | |
tree | c4085fc287d889adca07b6d996568dfb94bb7465 /www/p5-HTTP-HeaderParser-XS | |
parent | 4aa0c5c5eeb3580e323384aeaa2ad1ddafecef52 (diff) | |
download | pkgsrc-54c51d43563ea10a134823588be0819144506aa5.tar.gz |
Added www/p5-HTTP-HeaderParser-XS version 0.20
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.
Diffstat (limited to 'www/p5-HTTP-HeaderParser-XS')
-rw-r--r-- | www/p5-HTTP-HeaderParser-XS/DESCR | 7 | ||||
-rw-r--r-- | www/p5-HTTP-HeaderParser-XS/Makefile | 17 | ||||
-rw-r--r-- | www/p5-HTTP-HeaderParser-XS/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-HTTP-HeaderParser-XS/DESCR b/www/p5-HTTP-HeaderParser-XS/DESCR new file mode 100644 index 00000000000..430f367ec7e --- /dev/null +++ b/www/p5-HTTP-HeaderParser-XS/DESCR @@ -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. diff --git a/www/p5-HTTP-HeaderParser-XS/Makefile b/www/p5-HTTP-HeaderParser-XS/Makefile new file mode 100644 index 00000000000..2253d1eea0d --- /dev/null +++ b/www/p5-HTTP-HeaderParser-XS/Makefile @@ -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" diff --git a/www/p5-HTTP-HeaderParser-XS/distinfo b/www/p5-HTTP-HeaderParser-XS/distinfo new file mode 100644 index 00000000000..ed1b70ea5e6 --- /dev/null +++ b/www/p5-HTTP-HeaderParser-XS/distinfo @@ -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 |