pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ioping sysutils/ioping: import ioping-1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c3aac121f9e
branches:  trunk
changeset: 376299:1c3aac121f9e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 28 09:48:36 2018 +0000

description:
sysutils/ioping: import ioping-1.0

A tool to monitor I/O latency in real time.
It shows disk latency in the same way as ping shows network latency.

Packaged for wip by miwarin, with fixes by rillig and myself.

diffstat:

 sysutils/ioping/DESCR    |   2 ++
 sysutils/ioping/Makefile |  21 +++++++++++++++++++++
 sysutils/ioping/PLIST    |   3 +++
 sysutils/ioping/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 2c7a5ad476a5 -r 1c3aac121f9e sysutils/ioping/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ioping/DESCR     Wed Feb 28 09:48:36 2018 +0000
@@ -0,0 +1,2 @@
+A tool to monitor I/O latency in real time.
+It shows disk latency in the same way as ping shows network latency.
diff -r 2c7a5ad476a5 -r 1c3aac121f9e sysutils/ioping/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ioping/Makefile  Wed Feb 28 09:48:36 2018 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/02/28 09:48:36 wiz Exp $
+
+DISTNAME=      ioping-1.0
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=koct9i/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    miwarin%gmail.com@localhost
+HOMEPAGE=      https://github.com/koct9i/ioping/
+COMMENT=       Monitor I/O latency in real time
+LICENSE=       gnu-gpl-v3
+
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/ioping ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/ioping.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2c7a5ad476a5 -r 1c3aac121f9e sysutils/ioping/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ioping/PLIST     Wed Feb 28 09:48:36 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/28 09:48:36 wiz Exp $
+bin/ioping
+man/man1/ioping.1
diff -r 2c7a5ad476a5 -r 1c3aac121f9e sysutils/ioping/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ioping/distinfo  Wed Feb 28 09:48:36 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/28 09:48:36 wiz Exp $
+
+SHA1 (ioping-1.0.tar.gz) = e88495ca5c329ad333d5f305dc1f49745b61070e
+RMD160 (ioping-1.0.tar.gz) = 62727f2cf1f484e0bb9e06f17b577d7ef1e1877a
+SHA512 (ioping-1.0.tar.gz) = a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84
+Size (ioping-1.0.tar.gz) = 28824 bytes



Home | Main Index | Thread Index | Old Index