Bug 282455 - [NEW PORT] www/py-proxy_tools: Simple proxy implementation for Python
Summary: [NEW PORT] www/py-proxy_tools: Simple proxy implementation for Python
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: Jose Alonso Cardenas Marquez
URL: https://github.com/jtushman/proxy_tools
Keywords:
Depends on:
Blocks: 282459
  Show dependency treegraph
 
Reported: 2024-10-31 22:11 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-11-02 17:29 UTC (History)
1 user (show)

See Also:


Attachments
proxy_tools-0.1.0.patch (2.04 KB, patch)
2024-10-31 22:11 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
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 2024-10-31 22:11:28 UTC
Created attachment 254831 [details]
proxy_tools-0.1.0.patch

Description:

proxy_tools is a very simple and useful proxy (as in the GoF design
pattern) implementation, that I found to be useful outside the web
context -- hence the extraction.

WWW: https://github.com/jtushman/proxy_tools

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-02 17:28:23 UTC
A commit in branch main references this bug:

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

commit f704f6e0ff8c648028b1d9d1fd461c2e7dc45f6c
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-11-02 17:26:38 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-11-02 17:27:41 +0000

    www/py-proxy_tools: New port: Simple proxy implementation for Python

    proxy_tools is a very simple and useful proxy (as in the GoF design
    pattern) implementation, that I found to be useful outside the web
    context -- hence the extraction.

    WWW: https://github.com/jtushman/proxy_tools
    PR:             282455

 www/Makefile                       |  1 +
 www/py-proxy_tools/Makefile (new)  | 18 ++++++++++++++++++
 www/py-proxy_tools/distinfo (new)  |  3 +++
 www/py-proxy_tools/pkg-descr (new) |  3 +++
 4 files changed, 25 insertions(+)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-11-02 17:29:02 UTC
Committed thanks!