diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-13 07:39:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-13 07:39:01 +0800 |
commit | 5416138ee9c65edc95df61506c842fb360905c56 (patch) | |
tree | fd8b70547f1fec55d1ed14f95e6bde12a70bd5f4 /www/p5-LWP-UserAgent-WithCache | |
parent | bd0f0878dc88eb2602a85b5dbd2d843ce6d4a6c5 (diff) | |
download | freebsd-ports-gnome-5416138ee9c65edc95df61506c842fb360905c56.tar.gz freebsd-ports-gnome-5416138ee9c65edc95df61506c842fb360905c56.tar.zst freebsd-ports-gnome-5416138ee9c65edc95df61506c842fb360905c56.zip |
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>
Diffstat (limited to 'www/p5-LWP-UserAgent-WithCache')
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/Makefile | 26 | ||||
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/distinfo | 3 | ||||
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-LWP-UserAgent-WithCache/Makefile b/www/p5-LWP-UserAgent-WithCache/Makefile new file mode 100644 index 000000000000..1db46f8f51de --- /dev/null +++ b/www/p5-LWP-UserAgent-WithCache/Makefile @@ -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> diff --git a/www/p5-LWP-UserAgent-WithCache/distinfo b/www/p5-LWP-UserAgent-WithCache/distinfo new file mode 100644 index 000000000000..4e8a48141db7 --- /dev/null +++ b/www/p5-LWP-UserAgent-WithCache/distinfo @@ -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 diff --git a/www/p5-LWP-UserAgent-WithCache/pkg-descr b/www/p5-LWP-UserAgent-WithCache/pkg-descr new file mode 100644 index 000000000000..24f4e9e43ce8 --- /dev/null +++ b/www/p5-LWP-UserAgent-WithCache/pkg-descr @@ -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/ diff --git a/www/p5-LWP-UserAgent-WithCache/pkg-plist b/www/p5-LWP-UserAgent-WithCache/pkg-plist new file mode 100644 index 000000000000..4bc35267c7a2 --- /dev/null +++ b/www/p5-LWP-UserAgent-WithCache/pkg-plist @@ -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 |