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)
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!