pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Thin Add p5-HTTP-Thin 0.006



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5025e29fce1
branches:  trunk
changeset: 351677:a5025e29fce1
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Aug 24 23:25:31 2016 +0000

description:
Add p5-HTTP-Thin 0.006

HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to
pass in HTTP::Request objects and get back HTTP::Response objects. The
maintainers of HTTP::Tiny, justifiably, don't want to have to maintain
compatibility but many other projects already consume the
HTTP::Message objects. This is just glue code doing what it does best.

diffstat:

 www/p5-HTTP-Thin/DESCR    |   5 +++++
 www/p5-HTTP-Thin/Makefile |  22 ++++++++++++++++++++++
 www/p5-HTTP-Thin/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 8d73f59cbef7 -r a5025e29fce1 www/p5-HTTP-Thin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Thin/DESCR    Wed Aug 24 23:25:31 2016 +0000
@@ -0,0 +1,5 @@
+HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to
+pass in HTTP::Request objects and get back HTTP::Response objects. The
+maintainers of HTTP::Tiny, justifiably, don't want to have to maintain
+compatibility but many other projects already consume the
+HTTP::Message objects. This is just glue code doing what it does best.
diff -r 8d73f59cbef7 -r a5025e29fce1 www/p5-HTTP-Thin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Thin/Makefile Wed Aug 24 23:25:31 2016 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2016/08/24 23:25:31 markd Exp $
+
+DISTNAME=      HTTP-Thin-0.006
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERIGRIN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/HTTP-Thin
+COMMENT=       Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Class-Method-Modifiers-[0-9]*:../../devel/p5-Class-Method-Modifiers
+DEPENDS+=      p5-Hash-MultiValue-[0-9]*:../../devel/p5-Hash-MultiValue
+DEPENDS+=      p5-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
+DEPENDS+=      p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
+DEPENDS+=      p5-HTTP-Tiny-[0-9]*:../../www/p5-HTTP-Tiny
+
+PERL5_PACKLIST=        auto/HTTP/Thin/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8d73f59cbef7 -r a5025e29fce1 www/p5-HTTP-Thin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Thin/distinfo Wed Aug 24 23:25:31 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/24 23:25:31 markd Exp $
+
+SHA1 (HTTP-Thin-0.006.tar.gz) = e59445928a59724e859166fb086a99b9a344ba6d
+RMD160 (HTTP-Thin-0.006.tar.gz) = 76f3201a70f0e15a3790a92950fc7cf045acea80
+SHA512 (HTTP-Thin-0.006.tar.gz) = 634205dfc81030c0b264cc82589d50984a7d2710144a5b7fe9134ea49fa8195155e6ec99a462bfb0b37a2c8d4db9af4defa626f06a3287a1548078172b97573e
+Size (HTTP-Thin-0.006.tar.gz) = 11562 bytes



Home | Main Index | Thread Index | Old Index