pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Mechanize-Cached Import p5-WWW-Mechanize-Ca...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a6406c71267
branches: trunk
changeset: 650993:0a6406c71267
user: mef <mef%pkgsrc.org@localhost>
date: Thu Apr 30 04:35:08 2015 +0000
description:
Import p5-WWW-Mechanize-Cached-1.48 as www/p5-WWW-Mechanize-Cached.
Uses the Cache::Cache hierarchy by default to implement a caching
Mech. This lets one perform repeated requests without hammering a
server impolitely.
Please note that Cache::Cache has been superceded by CHI, but the
default has not been changed here for reasons of backwards
compatibility. For this reason, you are encouraged to provide your own
CHI caching object to override the default.
diffstat:
www/p5-WWW-Mechanize-Cached/DESCR | 7 +++++++
www/p5-WWW-Mechanize-Cached/Makefile | 27 +++++++++++++++++++++++++++
www/p5-WWW-Mechanize-Cached/distinfo | 5 +++++
3 files changed, 39 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 9e259bc32359 -r 0a6406c71267 www/p5-WWW-Mechanize-Cached/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Mechanize-Cached/DESCR Thu Apr 30 04:35:08 2015 +0000
@@ -0,0 +1,7 @@
+Uses the Cache::Cache hierarchy by default to implement a caching
+Mech. This lets one perform repeated requests without hammering a
+server impolitely.
+ Please note that Cache::Cache has been superceded by CHI, but the
+default has not been changed here for reasons of backwards
+compatibility. For this reason, you are encouraged to provide your own
+CHI caching object to override the default.
diff -r 9e259bc32359 -r 0a6406c71267 www/p5-WWW-Mechanize-Cached/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Mechanize-Cached/Makefile Thu Apr 30 04:35:08 2015 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2015/04/30 04:35:08 mef Exp $
+
+DISTNAME= WWW-Mechanize-Cached-1.48
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~oalders/WWW-Mechanize-Cached/
+COMMENT= Cache response to be polite
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
+BUILD_DEPENDS+= p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
+BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
+BUILD_DEPENDS+= p5-Find-Lib-[0-9]*:../../devel/p5-Find-Lib
+BUILD_DEPENDS+= p5-CHI-[0-9]*:../../devel/p5-CHI
+
+BUILD_DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/WWW/Mechanize/Cached/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9e259bc32359 -r 0a6406c71267 www/p5-WWW-Mechanize-Cached/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Mechanize-Cached/distinfo Thu Apr 30 04:35:08 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/30 04:35:08 mef Exp $
+
+SHA1 (WWW-Mechanize-Cached-1.48.tar.gz) = b523ec1ff0f4288c37e657934832eb1cc9105b43
+RMD160 (WWW-Mechanize-Cached-1.48.tar.gz) = cc97597bbb7a933403f8a2a9270f90de69ed7caf
+Size (WWW-Mechanize-Cached-1.48.tar.gz) = 22962 bytes
Home |
Main Index |
Thread Index |
Old Index