[Bug 267493] [NEW PORT] www/p5-LWP-UserAgent-Cached: LWP::UserAgent with simple caching mechanism

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Dec 2022 21:13:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267493

--- Comment #1 from commit-hook@FreeBSD.org ---
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(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.