Bug 267493 - [NEW PORT] www/p5-LWP-UserAgent-Cached: LWP::UserAgent with simple caching mechanism
Summary: [NEW PORT] www/p5-LWP-UserAgent-Cached: LWP::UserAgent with simple caching me...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://metacpan.org/dist/LWP-UserAge...
Keywords:
Depends on:
Blocks: 267494
  Show dependency treegraph
 
Reported: 2022-11-01 14:41 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2022-12-11 21:13 UTC (History)
1 user (show)

See Also:


Attachments
p5-LWP-UserAgent-Cached-0.08.patch (2.69 KB, patch)
2022-11-01 14:41 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2022-11-01 14:41:53 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-11 21:13:26 UTC
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(+)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2022-12-11 21:13:48 UTC
Committed thanks!