1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Add p5-HTTP-Cache-Transparent

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.
This commit is contained in:
Michael Johnson 2005-10-14 05:03:35 +00:00
parent 3c6f319da2
commit d6b7c5e27e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145328
5 changed files with 39 additions and 0 deletions

View File

@ -549,6 +549,7 @@
SUBDIR += p5-HTML-Webmake
SUBDIR += p5-HTML-Widgets-SelectLayers
SUBDIR += p5-HTTP-BrowserDetect
SUBDIR += p5-HTTP-Cache-Transparent
SUBDIR += p5-HTTP-DAV
SUBDIR += p5-HTTP-GHTTP
SUBDIR += p5-HTTP-Lite

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-HTTP-Cache-Transparent
# Date created: 2005-10-14
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTTP-Cache-Transparent
PORTVERSION= 0.6
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
PKGNAMEPREFIX= p5-
MAINTAINER= ahze@FreeBSD.org
COMMENT= Implementation of http get that keeps a local cache of fetched pages
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= HTTP::Cache::Transparent.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (HTTP-Cache-Transparent-0.6.tar.gz) = 49208c9cd61f8f687c5f5031845c5de2
SIZE (HTTP-Cache-Transparent-0.6.tar.gz) = 7571

View File

@ -0,0 +1,5 @@
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.
WWW: http://search.cpan.org/~mattiash/HTTP-Cache-Transparent/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/HTTP/Cache/Transparent.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cache/Transparent/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cache/Transparent
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cache 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Cache 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true