FreeBSD Bugzilla – Attachment 246811 Details for
Bug 275562
[NEW PORT] net/py-haproxy-cli A tool to interact with HAProxy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new port: net/py-haproxy-cli
haproxy-cli.patch (text/plain), 1.99 KB, created by
Frank Wall
on 2023-12-05 22:15:52 UTC
(
hide
)
Description:
new port: net/py-haproxy-cli
Filename:
MIME Type:
Creator:
Frank Wall
Created:
2023-12-05 22:15:52 UTC
Size:
1.99 KB
patch
obsolete
>From 1bc9ad7b960e363f26fcf764528bd852ffcfff11 Mon Sep 17 00:00:00 2001 >From: Frank Wall <freebsd@moov.de> >Date: Tue, 5 Dec 2023 23:05:25 +0100 >Subject: [PATCH] [NEW PORT] net/py-haproxy-cli A tool to interact with HAProxy > >--- > net/py-haproxy-cli/Makefile | 18 ++++++++++++++++++ > net/py-haproxy-cli/distinfo | 3 +++ > net/py-haproxy-cli/pkg-descr | 7 +++++++ > 3 files changed, 28 insertions(+) > create mode 100644 net/py-haproxy-cli/Makefile > create mode 100644 net/py-haproxy-cli/distinfo > create mode 100644 net/py-haproxy-cli/pkg-descr > >diff --git a/net/py-haproxy-cli/Makefile b/net/py-haproxy-cli/Makefile >new file mode 100644 >index 000000000000..7db96ea48960 >--- /dev/null >+++ b/net/py-haproxy-cli/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= haproxy-cli >+PORTVERSION= 0.6.1 >+CATEGORIES= net python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd@moov.de >+COMMENT= Tool to interact with HAProxy >+WWW= https://github.com/markt-de/haproxy-cli >+ >+LICENSE= GPLv3 >+ >+USES= python >+USE_PYTHON= distutils concurrent autoplist >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/net/py-haproxy-cli/distinfo b/net/py-haproxy-cli/distinfo >new file mode 100644 >index 000000000000..2333805bad96 >--- /dev/null >+++ b/net/py-haproxy-cli/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1701813827 >+SHA256 (haproxy-cli-0.6.1.tar.gz) = 869f8e5c21db8db9a43cc50020d50e4697d2a9141669bc161289e0163d412319 >+SIZE (haproxy-cli-0.6.1.tar.gz) = 22513 >diff --git a/net/py-haproxy-cli/pkg-descr b/net/py-haproxy-cli/pkg-descr >new file mode 100644 >index 000000000000..3e0b2371cf67 >--- /dev/null >+++ b/net/py-haproxy-cli/pkg-descr >@@ -0,0 +1,7 @@ >+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. >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275562
: 246811