LWP::UserAgent::WithCache is a LWP::UserAgent extention.
It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache. WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ PR: ports/117146 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
This commit is contained in:
parent
3b4218a78d
commit
63fba1e668
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201376
@ -804,6 +804,7 @@
|
||||
SUBDIR += p5-Jifty
|
||||
SUBDIR += p5-Kwiki
|
||||
SUBDIR += p5-LWP-Authen-Wsse
|
||||
SUBDIR += p5-LWP-UserAgent-WithCache
|
||||
SUBDIR += p5-LWPx-ParanoidAgent
|
||||
SUBDIR += p5-MasonX-Interp-WithCallbacks
|
||||
SUBDIR += p5-MasonX-Profiler
|
||||
|
26
www/p5-LWP-UserAgent-WithCache/Makefile
Normal file
26
www/p5-LWP-UserAgent-WithCache/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-LWP-UserAgent-WithCache
|
||||
# Date created: 2007-10-12
|
||||
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= LWP-UserAgent-WithCache
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= LWP
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kaoru@kaisei.org
|
||||
COMMENT= LWP::UserAgent extension with local cache
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache
|
||||
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= LWP::UserAgent::WithCache.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-LWP-UserAgent-WithCache/distinfo
Normal file
3
www/p5-LWP-UserAgent-WithCache/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (LWP-UserAgent-WithCache-0.06.tar.gz) = f600458376d5cd8c75683ce5a2139459
|
||||
SHA256 (LWP-UserAgent-WithCache-0.06.tar.gz) = 686d345ebd116817fd8c357d97e8e4c0732ace5f489de929ea25e5cd20648201
|
||||
SIZE (LWP-UserAgent-WithCache-0.06.tar.gz) = 3099
|
5
www/p5-LWP-UserAgent-WithCache/pkg-descr
Normal file
5
www/p5-LWP-UserAgent-WithCache/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
LWP::UserAgent::WithCache is a LWP::UserAgent extention.
|
||||
It handle 'If-Modified-Since' request header with local cache file.
|
||||
local cache files are implemented by Cache::FileCache.
|
||||
|
||||
WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/
|
5
www/p5-LWP-UserAgent-WithCache/pkg-plist
Normal file
5
www/p5-LWP-UserAgent-WithCache/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/LWP/UserAgent/WithCache.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache/.packlist
|
||||
@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent/WithCache
|
||||
@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent
|
||||
@dirrmtry lib/perl5/site_perl/5.8.8/LWP/UserAgent
|
Loading…
Reference in New Issue
Block a user