From owner-svn-ports-head@freebsd.org Mon May 27 04:10:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7AE15B8CE2; Mon, 27 May 2019 04:10:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 513C182D85; Mon, 27 May 2019 04:10:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D3A62588E; Mon, 27 May 2019 04:10:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4R4AGGk074749; Mon, 27 May 2019 04:10:16 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4R4AGQj074742; Mon, 27 May 2019 04:10:16 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905270410.x4R4AGQj074742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 27 May 2019 04:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502764 - in head/sysutils: . py-leviathan X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/sysutils: . py-leviathan X-SVN-Commit-Revision: 502764 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 513C182D85 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2019 04:10:18 -0000 Author: koobs Date: Mon May 27 04:10:15 2019 New Revision: 502764 URL: https://svnweb.freebsd.org/changeset/ports/502764 Log: [NEW PORT] sysutils/py-leviathan: Application to control and monitor NZXT (Asetek) liquid coolers CLI application to control and monitor NZXT (and possibly other USB connected) liquid coolers. NZXT is NOT involved in this project, do NOT contact them if your device is damaged while using this software. WWW: https://github.com/jaksi/leviathan/tree/0.1.1 PR: 238007 Submitted by: Greg V Added: head/sysutils/py-leviathan/ head/sysutils/py-leviathan/Makefile (contents, props changed) head/sysutils/py-leviathan/distinfo (contents, props changed) head/sysutils/py-leviathan/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon May 27 03:53:22 2019 (r502763) +++ head/sysutils/Makefile Mon May 27 04:10:15 2019 (r502764) @@ -1028,6 +1028,7 @@ SUBDIR += py-honcho SUBDIR += py-hpilo SUBDIR += py-iowait + SUBDIR += py-leviathan SUBDIR += py-mqttwarn SUBDIR += py-nagiosplugin SUBDIR += py-packet-python Added: head/sysutils/py-leviathan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-leviathan/Makefile Mon May 27 04:10:15 2019 (r502764) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= leviathan +PORTVERSION= 0.1.1 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= greg@unrelenting.technology +COMMENT= Application to control and monitor NZXT (Asetek) liquid coolers + +LICENSE= GPLv2 +#LICENSE_FILE= Not packaged with PyPI sdist + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/sysutils/py-leviathan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-leviathan/distinfo Mon May 27 04:10:15 2019 (r502764) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558291321 +SHA256 (leviathan-0.1.1.tar.gz) = b446f572fff0ddf7a6e766c6352c28cc7fab5f7d36845e8877f23f2e00f2b64a +SIZE (leviathan-0.1.1.tar.gz) = 2445 Added: head/sysutils/py-leviathan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-leviathan/pkg-descr Mon May 27 04:10:15 2019 (r502764) @@ -0,0 +1,7 @@ +CLI application to control and monitor NZXT (and possibly other USB connected) +liquid coolers. + +NZXT is NOT involved in this project, do NOT contact them if your device +is damaged while using this software. + +WWW: https://github.com/jaksi/leviathan/tree/0.1.1