diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-14 05:03:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-14 05:03:35 +0000 |
commit | d6b7c5e27e1739982fb399a9dbf701bf5c0f8cdc (patch) | |
tree | 87b25da2adb75af1fd89ae53699b87e1c63ad973 /www/Makefile | |
parent | Update to 3.0.46.1 (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=145328
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 579a7467779e..b1837a8cc387 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 |