pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-HTTP-Headers-ActionPack



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 31 20:40:57 UTC 2022

Added Files:
        pkgsrc/www/p5-HTTP-Headers-ActionPack: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTTP-Headers-ActionPack/DESCR \
    pkgsrc/www/p5-HTTP-Headers-ActionPack/Makefile \
    pkgsrc/www/p5-HTTP-Headers-ActionPack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/p5-HTTP-Headers-ActionPack/DESCR
diff -u /dev/null pkgsrc/www/p5-HTTP-Headers-ActionPack/DESCR:1.1
--- /dev/null   Tue May 31 20:40:57 2022
+++ pkgsrc/www/p5-HTTP-Headers-ActionPack/DESCR Tue May 31 20:40:57 2022
@@ -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.
Index: pkgsrc/www/p5-HTTP-Headers-ActionPack/Makefile
diff -u /dev/null pkgsrc/www/p5-HTTP-Headers-ActionPack/Makefile:1.1
--- /dev/null   Tue May 31 20:40:57 2022
+++ pkgsrc/www/p5-HTTP-Headers-ActionPack/Makefile      Tue May 31 20:40:57 2022
@@ -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"
Index: pkgsrc/www/p5-HTTP-Headers-ActionPack/distinfo
diff -u /dev/null pkgsrc/www/p5-HTTP-Headers-ActionPack/distinfo:1.1
--- /dev/null   Tue May 31 20:40:57 2022
+++ pkgsrc/www/p5-HTTP-Headers-ActionPack/distinfo      Tue May 31 20:40:57 2022
@@ -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