Date: Tue, 25 Jan 2022 06:07:32 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f4c60eac0ac - main - sysutils/py-ioztat: Add new port Message-ID: <202201250607.20P67W1P005565@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4c60eac0acd35c9a8dfb1cd5e26d6b8ae16e97 commit 5f4c60eac0acd35c9a8dfb1cd5e26d6b8ae16e97 Author: Thomas Hurst <tom@hur.st> AuthorDate: 2022-01-20 04:01:57 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-01-25 06:06:30 +0000 sysutils/py-ioztat: Add new port ioztat is a storage load analysis tool for OpenZFS. It provides iostat-like statistics at an individual dataset/zvol level. PR: 261351 --- sysutils/Makefile | 1 + sysutils/py-ioztat/Makefile | 31 +++++++++++++++++++++++++++++++ sysutils/py-ioztat/distinfo | 3 +++ sysutils/py-ioztat/pkg-descr | 4 ++++ 4 files changed, 39 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index 111ff2291b65..3f9195c3529d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1048,6 +1048,7 @@ SUBDIR += py-honcho SUBDIR += py-hpilo SUBDIR += py-iowait + SUBDIR += py-ioztat SUBDIR += py-jailconf SUBDIR += py-leviathan SUBDIR += py-liquidctl diff --git a/sysutils/py-ioztat/Makefile b/sysutils/py-ioztat/Makefile new file mode 100644 index 000000000000..9f2284d55e2d --- /dev/null +++ b/sysutils/py-ioztat/Makefile @@ -0,0 +1,31 @@ +PORTNAME= ioztat +DISTVERSION= 1.1.0 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tom@hur.st +COMMENT= Storage load analysis tool for OpenZFS + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sysctl>0:devel/py-sysctl@${PY_FLAVOR} + +USES= python:3.6+,run shebangfix + +USE_GITHUB= yes +GH_ACCOUNT= jimsalterjrs +GH_TAGNAME= v${DISTVERSION} + +USE_PYTHON= concurrent flavors + +SHEBANG_FILES= ${PORTNAME} +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/py-ioztat/distinfo b/sysutils/py-ioztat/distinfo new file mode 100644 index 000000000000..ec7c7513efaa --- /dev/null +++ b/sysutils/py-ioztat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1642650783 +SHA256 (jimsalterjrs-ioztat-1.1.0-v1.1.0_GH0.tar.gz) = 111b53d977fad56d1adfdf1fa54b8561595c0815a9dd8cf8ad103782f34167d1 +SIZE (jimsalterjrs-ioztat-1.1.0-v1.1.0_GH0.tar.gz) = 5002 diff --git a/sysutils/py-ioztat/pkg-descr b/sysutils/py-ioztat/pkg-descr new file mode 100644 index 000000000000..e3dbf18d2ce6 --- /dev/null +++ b/sysutils/py-ioztat/pkg-descr @@ -0,0 +1,4 @@ +ioztat is a storage load analysis tool for OpenZFS. It provides +iostat-like statistics at an individual dataset/zvol level. + +WWW: https://github.com/jimsalterjrs/ioztat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201250607.20P67W1P005565>