pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTTP-Tiny-Mech
Module Name: pkgsrc
Committed By: mef
Date: Fri Oct 25 13:43:46 UTC 2019
Added Files:
pkgsrc/www/p5-HTTP-Tiny-Mech: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTTP-Tiny-Mech/DESCR \
pkgsrc/www/p5-HTTP-Tiny-Mech/Makefile \
pkgsrc/www/p5-HTTP-Tiny-Mech/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-Tiny-Mech/DESCR
diff -u /dev/null pkgsrc/www/p5-HTTP-Tiny-Mech/DESCR:1.1
--- /dev/null Fri Oct 25 13:43:46 2019
+++ pkgsrc/www/p5-HTTP-Tiny-Mech/DESCR Fri Oct 25 13:43:45 2019
@@ -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.
Index: pkgsrc/www/p5-HTTP-Tiny-Mech/Makefile
diff -u /dev/null pkgsrc/www/p5-HTTP-Tiny-Mech/Makefile:1.1
--- /dev/null Fri Oct 25 13:43:46 2019
+++ pkgsrc/www/p5-HTTP-Tiny-Mech/Makefile Fri Oct 25 13:43:45 2019
@@ -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"
Index: pkgsrc/www/p5-HTTP-Tiny-Mech/distinfo
diff -u /dev/null pkgsrc/www/p5-HTTP-Tiny-Mech/distinfo:1.1
--- /dev/null Fri Oct 25 13:43:46 2019
+++ pkgsrc/www/p5-HTTP-Tiny-Mech/distinfo Fri Oct 25 13:43:45 2019
@@ -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