pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Tiny-Mech www/p5-HTTP-Tiny-Mech: import p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f7b7ef5ed6a
branches:  trunk
changeset: 416459:9f7b7ef5ed6a
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Oct 25 13:43:45 2019 +0000

description:
www/p5-HTTP-Tiny-Mech: import p5-HTTP-Tiny-Mech-1.001002

This code is somewhat poorly documented, and highly experimental.

Its the result of a quick bit of hacking to get MetaCPAN::API working
faster via the WWW::Mechanize::Cached module ( and gaining cache
persistence via CHI )

It works so far for this purpose.

At present, only "get" and "request" are implemented, and all other
calls fall through to a native HTTP::Tiny.

diffstat:

 www/p5-HTTP-Tiny-Mech/DESCR    |  10 ++++++++++
 www/p5-HTTP-Tiny-Mech/Makefile |  17 +++++++++++++++++
 www/p5-HTTP-Tiny-Mech/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r a8f37db6fdea -r 9f7b7ef5ed6a www/p5-HTTP-Tiny-Mech/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Tiny-Mech/DESCR       Fri Oct 25 13:43:45 2019 +0000
@@ -0,0 +1,10 @@
+This code is somewhat poorly documented, and highly experimental.
+
+Its the result of a quick bit of hacking to get MetaCPAN::API working
+faster via the WWW::Mechanize::Cached module ( and gaining cache
+persistence via CHI )
+
+It works so far for this purpose.
+
+At present, only "get" and "request" are implemented, and all other
+calls fall through to a native HTTP::Tiny.
diff -r a8f37db6fdea -r 9f7b7ef5ed6a www/p5-HTTP-Tiny-Mech/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Tiny-Mech/Makefile    Fri Oct 25 13:43:45 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/10/25 13:43:45 mef Exp $
+
+DISTNAME=      HTTP-Tiny-Mech-1.001002
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/K/KE/KENTNL/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/HTTP::Tiny::Mech
+COMMENT=       Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface
+LICENSE=       ${PERL5_LICENSE}
+
+
+PERL5_PACKLIST= auto/HTTP/Tiny/Mech/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a8f37db6fdea -r 9f7b7ef5ed6a www/p5-HTTP-Tiny-Mech/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Tiny-Mech/distinfo    Fri Oct 25 13:43:45 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/25 13:43:45 mef Exp $
+
+SHA1 (HTTP-Tiny-Mech-1.001002.tar.gz) = 31058a9922bcfee5fc685596db160e678c1d6ae5
+RMD160 (HTTP-Tiny-Mech-1.001002.tar.gz) = 4ae421d4c222666c3b12a15be1d0701563976c71
+SHA512 (HTTP-Tiny-Mech-1.001002.tar.gz) = 0791e827924abbf979c677f0f759de6b5942eb7df53e25de83d4f10d87bb4a7c176d7c1d87621c56d22fc1877552f7c927f40896782544ae10410214d364a967
+Size (HTTP-Tiny-Mech-1.001002.tar.gz) = 28433 bytes



Home | Main Index | Thread Index | Old Index