pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Cache-Transparent Initial import of p5-HTT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8659afcdd744
branches:  trunk
changeset: 489323:8659afcdd744
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 19 20:22:34 2005 +0000

description:
Initial import of p5-HTTP-Cache-Transparent:

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.

diffstat:

 www/p5-HTTP-Cache-Transparent/DESCR    |   7 +++++++
 www/p5-HTTP-Cache-Transparent/Makefile |  16 ++++++++++++++++
 www/p5-HTTP-Cache-Transparent/PLIST    |   1 +
 www/p5-HTTP-Cache-Transparent/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r d54d001c3b86 -r 8659afcdd744 www/p5-HTTP-Cache-Transparent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Cache-Transparent/DESCR       Sat Feb 19 20:22:34 2005 +0000
@@ -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.
diff -r d54d001c3b86 -r 8659afcdd744 www/p5-HTTP-Cache-Transparent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Cache-Transparent/Makefile    Sat Feb 19 20:22:34 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 20:22:34 wiz Exp $
+
+DISTNAME=      HTTP-Cache-Transparent-0.5
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/HTTP-Cache-Transparent/
+COMMENT=       Cache the result of http get-requests persistently
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/HTTP/Cache/Transparent/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d54d001c3b86 -r 8659afcdd744 www/p5-HTTP-Cache-Transparent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Cache-Transparent/PLIST       Sat Feb 19 20:22:34 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 20:22:34 wiz Exp $
diff -r d54d001c3b86 -r 8659afcdd744 www/p5-HTTP-Cache-Transparent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Cache-Transparent/distinfo    Sat Feb 19 20:22:34 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/19 20:22:34 wiz Exp $
+
+SHA1 (HTTP-Cache-Transparent-0.5.tar.gz) = 89fb2e09e30a22a239ceb57fdc7a48bf5c6fc37d
+Size (HTTP-Cache-Transparent-0.5.tar.gz) = 7305 bytes



Home | Main Index | Thread Index | Old Index