Created attachment 246811 [details] new port: net/py-haproxy-cli * QA successful: portlint * QA successful: poudriere
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b3a98ee34ed08ac98e3bd45fa1a632967e5685a commit 6b3a98ee34ed08ac98e3bd45fa1a632967e5685a Author: Frank Wall <freebsd@moov.de> AuthorDate: 2024-03-29 20:14:20 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-03-29 20:14:58 +0000 net/py-haproxy-cli: new port haproxy-cli is a tool to manage the various aspects of HAProxy that can be controlled by means of its socket. haproxy-cli can be used in 2 modes: CLI mode and Python API mode. CLI mode, as the name implies, gives you a command, haproxy-cli, that can be used to control HAProxy. You can use the Python API mode to integrate haproxy-cli directly in your Python project. PR: 275562 net/Makefile | 1 + net/py-haproxy-cli/Makefile (new) | 18 ++++++++++++++++++ net/py-haproxy-cli/distinfo (new) | 3 +++ net/py-haproxy-cli/pkg-descr (new) | 7 +++++++ 4 files changed, 29 insertions(+)