diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 14:12:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 14:12:05 +0000 |
commit | f5ca6a4b3f80d54e1d82673fd632f59ee9e77a61 (patch) | |
tree | 2db015c2ab6fb77e935b1b1a6409e82c095de798 /www | |
parent | 3712ee06b5c6880d58841cdcd20369e1e046b297 (diff) | |
download | pkgsrc-f5ca6a4b3f80d54e1d82673fd632f59ee9e77a61.tar.gz |
Update to 0.5:
2006-03-12 Mattias Holmlund
Version 0.7
Add NoUpdate option.
Remove Verbose output for HEAD requests.
2005-05-30 Mattias Holmlund
Version 0.6
Handle invalid cache-directories.
Create the cache directory if it doesn't exist.
Store the headers Content-Type, Content-Length, Content-Encoding,
Content-Range and Last-Modified in the cache and restore them
when returning a cached response.
Fix bug in ETag cache handling.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Cache-Transparent/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTTP-Cache-Transparent/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTTP-Cache-Transparent/Makefile b/www/p5-HTTP-Cache-Transparent/Makefile index d6a16cfe5ae..a9b6b925b30 100644 --- a/www/p5-HTTP-Cache-Transparent/Makefile +++ b/www/p5-HTTP-Cache-Transparent/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:31:02 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/27 14:12:05 wiz Exp $ -DISTNAME= HTTP-Cache-Transparent-0.5 +DISTNAME= HTTP-Cache-Transparent-0.7 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -10,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTTP-Cache-Transparent/ COMMENT= Cache the result of http get-requests persistently +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + PERL5_PACKLIST= auto/HTTP/Cache/Transparent/.packlist .include "../../lang/perl5/module.mk" diff --git a/www/p5-HTTP-Cache-Transparent/distinfo b/www/p5-HTTP-Cache-Transparent/distinfo index 120880df567..547b59fb24a 100644 --- a/www/p5-HTTP-Cache-Transparent/distinfo +++ b/www/p5-HTTP-Cache-Transparent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:36 wiz Exp $ +$NetBSD: distinfo,v 1.3 2007/02/27 14:12:05 wiz Exp $ -SHA1 (HTTP-Cache-Transparent-0.5.tar.gz) = 89fb2e09e30a22a239ceb57fdc7a48bf5c6fc37d -RMD160 (HTTP-Cache-Transparent-0.5.tar.gz) = 5237063de21794c2f451d1d45b2d8c2835ebaa04 -Size (HTTP-Cache-Transparent-0.5.tar.gz) = 7305 bytes +SHA1 (HTTP-Cache-Transparent-0.7.tar.gz) = 68f0ecd06737c37b01f6f317164ea9f9045fc5c5 +RMD160 (HTTP-Cache-Transparent-0.7.tar.gz) = c60d27bfee766ff63e55247da28332ccd3f373c4 +Size (HTTP-Cache-Transparent-0.7.tar.gz) = 7978 bytes |