View | Details | Raw Unified | Return to bug 275562
Collapse All | Expand All

(-)b/net/py-haproxy-cli/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	haproxy-cli
2
PORTVERSION=	0.6.1
3
CATEGORIES=	net python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	freebsd@moov.de
8
COMMENT=	Tool to interact with HAProxy
9
WWW=		https://github.com/markt-de/haproxy-cli
10
11
LICENSE=	GPLv3
12
13
USES=		python
14
USE_PYTHON=	distutils concurrent autoplist
15
16
NO_ARCH=	yes
17
18
.include <bsd.port.mk>
(-)b/net/py-haproxy-cli/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1701813827
2
SHA256 (haproxy-cli-0.6.1.tar.gz) = 869f8e5c21db8db9a43cc50020d50e4697d2a9141669bc161289e0163d412319
3
SIZE (haproxy-cli-0.6.1.tar.gz) = 22513
(-)b/net/py-haproxy-cli/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
haproxy-cli is a tool to manage the various aspects of HAProxy that can be
2
controlled by means of its socket.
3
4
haproxy-cli can be used in 2 modes: CLI mode and Python API mode. CLI mode,
5
as the name implies, gives you a command, haproxy-cli, that can be used to
6
control HAProxy. You can use the Python API mode to integrate haproxy-cli
7
directly in your Python project.

Return to bug 275562