Files

32 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2020-11-15 13:35:06 +00:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0
2022-08-24 10:53:19 +00:00
github.setup koct9i ioping 1.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
2022-08-24 10:53:19 +00:00
revision 0
2020-11-15 13:35:06 +00:00
description Simple disk I/0 latency measuring tool
long_description A tool to monitor I/O latency in real time. \
It shows disk latency in the same way as ping \
shows network latency.
license GPL-3+
2020-11-15 15:47:50 +00:00
categories sysutils
2020-11-15 13:35:06 +00:00
maintainers {@harens gmail.com:harensdeveloper} \
openmaintainer
2022-08-24 10:53:19 +00:00
checksums rmd160 b9d61605e0b36c78b085e6a2ae662e16f74a417a \
sha256 fe55721923f404c8a693ca5f2335c3b254e55691ab8ee76ccd03b538a51c97e7 \
size 33533
2020-11-15 13:35:06 +00:00
build.args-append PREFIX=${prefix}
destroot.args-append PREFIX=${prefix}
2020-11-15 13:35:06 +00:00
installs_libs no
test.run yes