pkgsrc-WIP-changes archive

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

ioping: import ioping-v1.0 as net/ioping



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Mon Dec 25 15:15:29 2017 +0900
Changeset:	aad4c80ca15d9d7f2e9ffa20a789421c2b50bd59

Added Files:
	ioping/DESCR
	ioping/Makefile
	ioping/PLIST
	ioping/distinfo

Log Message:
ioping: import ioping-v1.0 as net/ioping

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aad4c80ca15d9d7f2e9ffa20a789421c2b50bd59

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ioping/DESCR    |  5 +++++
 ioping/Makefile | 26 ++++++++++++++++++++++++++
 ioping/PLIST    |  3 +++
 ioping/distinfo |  6 ++++++
 4 files changed, 40 insertions(+)

diffs:
diff --git a/ioping/DESCR b/ioping/DESCR
new file mode 100644
index 0000000000..55eb48b395
--- /dev/null
+++ b/ioping/DESCR
@@ -0,0 +1,5 @@
+An tool to monitor I/O latency in real time.
+It shows disk latency in the same way as ping shows network latency.
+
+Homepage: https://github.com/koct9i/ioping/
+migrated from http://code.google.com/p/ioping/)
diff --git a/ioping/Makefile b/ioping/Makefile
new file mode 100644
index 0000000000..7167f5bfff
--- /dev/null
+++ b/ioping/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	ioping
+DISTNAME=	v1.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=koct9i/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	miwarin%gmail.com@localhost
+HOMEPAGE=	https://github.com/koct9i/ioping/
+COMMENT=	Monitor I/O latency in real time
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=	${WRKDIR}/${PKGNAME:S/v//}
+
+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 --git a/ioping/PLIST b/ioping/PLIST
new file mode 100644
index 0000000000..cd82609a06
--- /dev/null
+++ b/ioping/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD
+bin/ioping
+man/man1/ioping.1
diff --git a/ioping/distinfo b/ioping/distinfo
new file mode 100644
index 0000000000..22a02c6a06
--- /dev/null
+++ b/ioping/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ioping/v1.0.tar.gz) = e88495ca5c329ad333d5f305dc1f49745b61070e
+RMD160 (ioping/v1.0.tar.gz) = 62727f2cf1f484e0bb9e06f17b577d7ef1e1877a
+SHA512 (ioping/v1.0.tar.gz) = a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84
+Size (ioping/v1.0.tar.gz) = 28824 bytes


Home | Main Index | Thread Index | Old Index