mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d6b7c5e27e
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.
8 lines
443 B
Plaintext
8 lines
443 B
Plaintext
%%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
|