pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Headers-ActionPack p5-HTTP-Headers-ActionP...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df03d8c891db
branches: trunk
changeset: 380220:df03d8c891db
user: markd <markd%pkgsrc.org@localhost>
date: Tue May 31 20:40:57 2022 +0000
description:
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.
diffstat:
www/p5-HTTP-Headers-ActionPack/DESCR | 9 +++++++++
www/p5-HTTP-Headers-ActionPack/Makefile | 25 +++++++++++++++++++++++++
www/p5-HTTP-Headers-ActionPack/distinfo | 5 +++++
3 files changed, 39 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 85ccecca2496 -r df03d8c891db www/p5-HTTP-Headers-ActionPack/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Headers-ActionPack/DESCR Tue May 31 20:40:57 2022 +0000
@@ -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.
diff -r 85ccecca2496 -r df03d8c891db www/p5-HTTP-Headers-ActionPack/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Headers-ActionPack/Makefile Tue May 31 20:40:57 2022 +0000
@@ -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@localhost
+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"
diff -r 85ccecca2496 -r df03d8c891db www/p5-HTTP-Headers-ActionPack/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Headers-ActionPack/distinfo Tue May 31 20:40:57 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index