Bug 284994 - [new port] www/p5-Mojolicious-Plugin-RenderFile
Summary: [new port] www/p5-Mojolicious-Plugin-RenderFile
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks: 284995
  Show dependency treegraph
 
Reported: 2025-02-23 17:38 UTC by diego
Modified: 2025-05-11 11:04 UTC (History)
0 users

See Also:


Attachments
git patch (2.40 KB, patch)
2025-02-23 17:38 UTC, diego
no flags Details | Diff
corrected git patch (2.41 KB, patch)
2025-02-23 17:46 UTC, diego
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description diego 2025-02-23 17:38:56 UTC
Created attachment 257771 [details]
git patch

Mojolicious::Plugin::RenderFile is a Mojolicious plugin that adds
"render_file" helper. It does not read file in memory and just
streaming it to a client.
Comment 1 diego 2025-02-23 17:46:31 UTC
Created attachment 257772 [details]
corrected git patch

the email had not the domain in the commit
Comment 2 diego 2025-03-18 12:29:44 UTC
Has anyone been able to check this?
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-04-08 09:08:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73371e833230d654b633bc191338bf60d2420e07

commit 73371e833230d654b633bc191338bf60d2420e07
Author:     diego <teru-sama@riseup.net>
AuthorDate: 2025-04-08 07:50:00 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-04-08 09:01:49 +0000

    www/p5-Mojolicious-Plugin-RenderFile: New port

    Mojolicious::Plugin::RenderFile is a Mojolicious plugin that adds
    "render_file" helper. It does not read file in memory and just
    streaming it to a client.
    PR:             284994
    Reported by:    diego <teru-sama@riseup.net>

 www/Makefile                                       |  1 +
 .../Makefile (new)                                 | 23 ++++++++++++++++++++++
 .../distinfo (new)                                 |  3 +++
 .../pkg-descr (new)                                |  3 +++
 4 files changed, 30 insertions(+)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2025-05-11 11:04:54 UTC
^Triage: assign to committer who resolved.