diff options
author | Tim Biermann <tbier@posteo.de> | 2022-10-31 10:54:12 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-10-31 10:54:12 +0000 |
commit | af7ea49c203853377ba03dcc2eb0366d25fd0c27 (patch) | |
tree | f5301de8bd98740d4225edfd24e6eaedeb8f2fdc /zpool-iostat-viz | |
parent | 9aa64304918b84b3883c5011682c264a502f1738 (diff) | |
download | contrib-af7ea49c203853377ba03dcc2eb0366d25fd0c27.tar.gz contrib-af7ea49c203853377ba03dcc2eb0366d25fd0c27.tar.xz |
zpool-iostat-viz: renamed portdir
Diffstat (limited to 'zpool-iostat-viz')
-rw-r--r-- | zpool-iostat-viz/.footprint | 3 | ||||
-rw-r--r-- | zpool-iostat-viz/.signature | 5 | ||||
-rw-r--r-- | zpool-iostat-viz/Pkgfile | 13 |
3 files changed, 21 insertions, 0 deletions
diff --git a/zpool-iostat-viz/.footprint b/zpool-iostat-viz/.footprint new file mode 100644 index 000000000..c2f4e2c9b --- /dev/null +++ b/zpool-iostat-viz/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/zpool-iostat-viz diff --git a/zpool-iostat-viz/.signature b/zpool-iostat-viz/.signature new file mode 100644 index 000000000..5d68eb1df --- /dev/null +++ b/zpool-iostat-viz/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3yEcgJETZKNmhqIyX6ZAtYr4wnsSRICQEsDBgfxQCOqNALA67gCUOm/wudeYV9BcPcXRhskCV266BnKgbsijOQI= +SHA256 (Pkgfile) = e28537cd2a9e471351a1263aa3f9f475305b081d0cbd855172582e7307b05c5b +SHA256 (.footprint) = dd0fe1b0a4d296d016082284bb94bd1c5f6d813bae20b0f48adfa9ed7be9529a +SHA256 (zpool-iostat-viz-3.tar.gz) = 98d2af36ad5bc5137ccfc2bd1c7394ae38d6f4cd991d99113750b8f2ed252bb2 diff --git a/zpool-iostat-viz/Pkgfile b/zpool-iostat-viz/Pkgfile new file mode 100644 index 000000000..c60b18bd9 --- /dev/null +++ b/zpool-iostat-viz/Pkgfile @@ -0,0 +1,13 @@ +# Description: "zpool iostats" for humans; find the slow parts of your ZFS pool +# URL: https://github.com/chadmiller/zpool-iostat-viz +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3 + +name=zpool-iostat-viz +version=3 +release=1 +source=(https://github.com/chadmiller/zpool-iostat-viz/archive/$version/$name-$version.tar.gz) + +build() { + install -Dt $PKG/usr/bin $name-$version/$name +} |