mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
github.setup koct9i ioping 1.3 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
|
|
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+
|
|
categories sysutils
|
|
maintainers {@harens gmail.com:harensdeveloper} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 b9d61605e0b36c78b085e6a2ae662e16f74a417a \
|
|
sha256 fe55721923f404c8a693ca5f2335c3b254e55691ab8ee76ccd03b538a51c97e7 \
|
|
size 33533
|
|
|
|
build.args-append PREFIX=${prefix}
|
|
destroot.args-append PREFIX=${prefix}
|
|
|
|
installs_libs no
|
|
|
|
test.run yes
|