1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Uses the Cache::Cache hierarchy to implement a caching Mech. This lets

one perform repeated requests without hammering a server impolitely.

WWW: http://search.cpan.org/dist/WWW-Mechanize-Cached/
This commit is contained in:
Jun Kuriyama 2009-08-30 23:08:30 +00:00
parent 8826a533f6
commit 8d08374a88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240575
5 changed files with 42 additions and 0 deletions

View File

@ -1109,6 +1109,7 @@
SUBDIR += p5-WWW-Link
SUBDIR += p5-WWW-Mechanize
SUBDIR += p5-WWW-Mechanize-CGI
SUBDIR += p5-WWW-Mechanize-Cached
SUBDIR += p5-WWW-Mechanize-DecodedContent
SUBDIR += p5-WWW-Mechanize-FormFiller
SUBDIR += p5-WWW-Mechanize-GZip

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: WWW::Mechanize::Cached
# Date created: 31 Aug 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= WWW-Mechanize-Cached
PORTVERSION= 1.33
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to cache esponse to be polite
RUN_DEPENDS= \
p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \
p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn \
p5-WWW-Mechanize>=1.00:${PORTSDIR}/www/p5-WWW-Mechanize
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Mechanize::Cached.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (WWW-Mechanize-Cached-1.33.tar.gz) = 2b4d234cece2c3de5d1cf5ea23662bd2
SHA256 (WWW-Mechanize-Cached-1.33.tar.gz) = 04c8871f191ec2f6fb77ae3e851796df0d0dde5caee8d5f4a27cf609230e1d4b
SIZE (WWW-Mechanize-Cached-1.33.tar.gz) = 16306

View File

@ -0,0 +1,4 @@
Uses the Cache::Cache hierarchy to implement a caching Mech. This lets
one perform repeated requests without hammering a server impolitely.
WWW: http://search.cpan.org/dist/WWW-Mechanize-Cached/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Cached/.packlist
%%SITE_PERL%%/WWW/Mechanize/Cached.pm
@dirrmtry %%SITE_PERL%%/WWW/Mechanize
@dirrmtry %%SITE_PERL%%/WWW
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/Cached
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW