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

Collapse All | Expand All

(-)i/sysutils/py-leviathan/Makefile (+21 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	leviathan
4
PORTVERSION=	0.1.1
5
CATEGORIES=	sysutils python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	greg@unrelenting.technology
10
COMMENT=	Application to control and monitor NZXT (Asetek) liquid coolers
11
12
LICENSE=	GPLv2
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}usb>=1.0.0:devel/py-usb@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	distutils autoplist
18
19
NO_ARCH=	yes
20
21
.include <bsd.port.mk>
(-)i/sysutils/py-leviathan/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1558291321
2
SHA256 (leviathan-0.1.1.tar.gz) = b446f572fff0ddf7a6e766c6352c28cc7fab5f7d36845e8877f23f2e00f2b64a
3
SIZE (leviathan-0.1.1.tar.gz) = 2445
(-)i/sysutils/py-leviathan/pkg-descr (+7 lines)
Added Link Here
1
CLI application to control and monitor NZXT (and possibly other USB connected)
2
liquid coolers.
3
4
NZXT is NOT involved in this project, do NOT contact them if your device
5
is damaged while using this software.
6
7
WWW: https://github.com/jaksi/leviathan/tree/0.1.1

Return to bug 238007