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

Collapse All | Expand All

(-)b/sysutils/kleene-cli/Makefile (+29 lines)
Added Link Here
1
PORTNAME=			kleene-cli
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=		0.1.0rc3
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	lasse@philomath.dk
7
COMMENT=	Klee, the Kleene CLI client for managing containers on FreeBSD
8
WWW=		https://kleene.dev
9
10
LICENSE=	BSD2CLAUSE
11
12
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.9.0:devel/py-poetry-core@${PY_FLAVOR}
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0_1:www/py-httpx@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}attrs>=23.2.0:devel/py-attrs@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}click>=8.1.7:devel/py-click@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0:devel/py-python-dateutil@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}yaml>=6.0:devel/py-yaml@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}rich>=13.7.1:textproc/py-rich@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}websockets>=12.0:devel/py-websockets@${PY_FLAVOR}
21
22
USES=		python:3.8+
23
USE_PYTHON=	autoplist pep517
24
USE_GITHUB=	yes
25
GH_TUPLE=	kleene-project:klee:f125dae:DEFAULT
26
27
SUB_FILES=	pkg-message
28
29
.include <bsd.port.mk>
(-)b/sysutils/kleene-cli/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1716215262
2
SHA256 (kleene-project-klee-v0.1.0rc3-f125dae_GH0.tar.gz) = 60101d160eac794c0bd9b771137d025b4dcb1ca500ff6d4c767b50739cf2cc84
3
SIZE (kleene-project-klee-v0.1.0rc3-f125dae_GH0.tar.gz) = 102752
(-)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