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
This commit is contained in:
committed by
Neel Chauhan
parent
021f236773
commit
5f4c60eac0
@@ -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
|
||||
|
||||
31
sysutils/py-ioztat/Makefile
Normal file
31
sysutils/py-ioztat/Makefile
Normal file
@@ -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>
|
||||
3
sysutils/py-ioztat/distinfo
Normal file
3
sysutils/py-ioztat/distinfo
Normal file
@@ -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
|
||||
4
sysutils/py-ioztat/pkg-descr
Normal file
4
sysutils/py-ioztat/pkg-descr
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user