Bug 275562 - [NEW PORT] net/py-haproxy-cli A tool to interact with HAProxy
Summary: [NEW PORT] net/py-haproxy-cli A tool to interact with HAProxy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-05 22:15 UTC by Frank Wall
Modified: 2024-03-29 20:16 UTC (History)
2 users (show)

See Also:


Attachments
new port: net/py-haproxy-cli (1.99 KB, patch)
2023-12-05 22:15 UTC, Frank Wall
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Wall 2023-12-05 22:15:52 UTC
Created attachment 246811 [details]
new port: net/py-haproxy-cli

* QA successful: portlint
* QA successful: poudriere
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2024-03-29 20:15:26 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-29 20:16:01 UTC
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(+)