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
Jesús Daniel Colmenares Oviedo
2024-10-31 22:11:28 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(+) Committed thanks! |