p5-HTTP-Headers-ActionPack: add version 0.09
This is a module to handle the inflation and deflation of complex HTTP header types. In many cases header values are simple strings, but in some cases they are complex values with a lot of information encoded in them. The goal of this module is to make the parsing and analysis of these headers as easy as calling inflate on a compatible object. This top-level class is basically a Factory for creating instances of the other classes in this module. It contains a number of convenience methods to help make common cases easy to write.
This commit is contained in:
parent
ea36bb7655
commit
6c8cce4447
3 changed files with 39 additions and 0 deletions
9
www/p5-HTTP-Headers-ActionPack/DESCR
Normal file
9
www/p5-HTTP-Headers-ActionPack/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
This is a module to handle the inflation and deflation of complex HTTP
|
||||
header types. In many cases header values are simple strings, but in some
|
||||
cases they are complex values with a lot of information encoded in them.
|
||||
The goal of this module is to make the parsing and analysis of these headers
|
||||
as easy as calling inflate on a compatible object.
|
||||
|
||||
This top-level class is basically a Factory for creating instances of the
|
||||
other classes in this module. It contains a number of convenience methods to
|
||||
help make common cases easy to write.
|
25
www/p5-HTTP-Headers-ActionPack/Makefile
Normal file
25
www/p5-HTTP-Headers-ActionPack/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/05/31 20:40:57 markd Exp $
|
||||
|
||||
DISTNAME= HTTP-Headers-ActionPack-0.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://metacpan.org/release/HTTP-Headers-ActionPack
|
||||
COMMENT= HTTP Action, Adventure and Excitement
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
|
||||
DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
|
||||
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
|
||||
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
||||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
||||
|
||||
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
||||
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
||||
|
||||
PERL5_PACKLIST= auto/HTTP/Headers/ActionPack/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-HTTP-Headers-ActionPack/distinfo
Normal file
5
www/p5-HTTP-Headers-ActionPack/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2022/05/31 20:40:57 markd Exp $
|
||||
|
||||
BLAKE2s (HTTP-Headers-ActionPack-0.09.tar.gz) = dd9b93922765f31e97288009d237804918016097effc013a6688d83360a8d43c
|
||||
SHA512 (HTTP-Headers-ActionPack-0.09.tar.gz) = 762f147657b10609a49d15b17985403083567cf9dd01c1d3498150885d75d088cae2d51d9a5cebcef81a5959850a5b09ad51411b659b98bfe8a827101de4a2b4
|
||||
Size (HTTP-Headers-ActionPack-0.09.tar.gz) = 36113 bytes
|
Loading…
Reference in a new issue