View | Details | Raw Unified | Return to bug 279004 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/kleene-cli/Makefile (+30 lines)
Added Link Here
1
PORTNAME=			kleene-cli
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=		0.1.0rc3
4
CATEGORIES=	sysutils
5
MASTER_SITES=	PYPI
6
7
MAINTAINER=	lasse@philomath.dk
8
COMMENT=	Klee, the Kleene CLI client for managing containers on FreeBSD
9
WWW=		https://kleene.dev
10
11
LICENSE=	BSD2CLAUSE
12
13
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.9.0:devel/py-poetry-core@${PY_FLAVOR}
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0_1:www/py-httpx@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}attrs>=23.2.0:devel/py-attrs@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}click>=8.1.7:devel/py-click@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0:devel/py-python-dateutil@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}yaml>=6.0:devel/py-yaml@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}rich>=13.7.1:textproc/py-rich@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}websockets>=12.0:devel/py-websockets@${PY_FLAVOR}
22
23
USES=		python:3.8+
24
USE_PYTHON=	autoplist pep517
25
26
SUB_FILES=	pkg-message
27
28
WRKSRC=		${WRKDIR}/kleene_cli-0.1.0rc3
29
30
.include <bsd.port.mk>
(-)b/sysutils/kleene-cli/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1715638381
2
SHA256 (kleene-cli-v0.1.0rc3.tar.gz) = 4b1d335d8c65fec92638dbb7e2bec0ae3c8f2e51a235e4edbfb3a76ecbc0a35d
3
SIZE (kleene-cli-v0.1.0rc3.tar.gz) = 116338
(-)b/sysutils/kleene-cli/files/pkg-message.in (+17 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
Kleene is a new tool and should be used for
5
testing and experimentation purposes only.
6
7
To get started, run
8
9
  klee
10
11
in a termnial to get the main help page.
12
13
Klee requires a running instance of Kleened,
14
the Kleene backend daemon.
15
EOM
16
}
17
]
(-)b/sysutils/kleene-cli/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
CLI tool for Kleene.
2
3
Kleene is a container management tool for FreeBSD.

Return to bug 279004