Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
HTTP::Cache::Transparent is an implementation of http get that
keeps a local cache of fetched pages to avoid fetching the same
data from the server if it hasn't been updated. The cache is stored
on disk and is thus persistent between invocations.
The http-headers If-Modified-Since and ETag are used to let the
server decide if the version in the cache is up-to-date or not.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.14 2013/05/31 12:42:44 wiz Exp $
DISTNAME= HTTP-Cache-Transparent-1.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
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"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2008/07/20 20:00:52 he Exp $
SHA1 (HTTP-Cache-Transparent-1.0.tar.gz) = 19c248660e573e13bdda1fdaf2ce33960b8b4dc4
RMD160 (HTTP-Cache-Transparent-1.0.tar.gz) = 5a0d71e91802fbd75e7b9d990515bc27ad572e17
Size (HTTP-Cache-Transparent-1.0.tar.gz) = 8526 bytes