Created attachment 237783 [details] p5-LWP-UserAgent-Cached-0.08.patch Description: LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request. WWW: https://metacpan.org/dist/LWP-UserAgent-Cached/ QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa764ee14332a84dd739167772230091a863196d commit fa764ee14332a84dd739167772230091a863196d Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2022-12-11 21:11:32 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-12-11 21:11:32 +0000 www/p5-LWP-UserAgent-Cached: New port: LWP::UserAgent with simple caching mechanism LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request. WWW: https://metacpan.org/dist/LWP-UserAgent-Cached/ PR: 267493 www/Makefile | 1 + www/p5-LWP-UserAgent-Cached/Makefile (new) | 17 +++++++++++++++++ www/p5-LWP-UserAgent-Cached/distinfo (new) | 3 +++ www/p5-LWP-UserAgent-Cached/pkg-descr (new) | 4 ++++ www/p5-LWP-UserAgent-Cached/pkg-plist (new) | 2 ++ 5 files changed, 27 insertions(+)
Committed thanks!