Bug 282455

Summary: [NEW PORT] www/py-proxy_tools: Simple proxy implementation for Python
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jtushman/proxy_tools
Bug Depends on:    
Bug Blocks: 282459    
Attachments:
Description Flags
proxy_tools-0.1.0.patch DtxdF: maintainer-approval+

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!