View | Details | Raw Unified | Return to bug 203553 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ioping
4
PORTNAME=	ioping
5
PORTVERSION=	0.8
5
PORTVERSION=	0.9
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	GOOGLE_CODE
8
7
9
MAINTAINER=	olevole@olevole.ru
8
MAINTAINER=	olevole@olevole.ru
10
COMMENT=	Simple disk I/0 latency measuring tool
9
COMMENT=	Simple disk I/0 latency measuring tool
Lines 11-16 Link Here
11
10
12
LICENSE=	GPLv3
11
LICENSE=	GPLv3
13
12
13
USE_GITHUB=     yes
14
GH_ACCOUNT=	koct9i
15
GH_TAGNAME=	6e41a3c 
16
14
PLIST_FILES=	bin/ioping man/man1/ioping.1.gz
17
PLIST_FILES=	bin/ioping man/man1/ioping.1.gz
15
18
16
do-build:
19
do-build:
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ioping-0.8.tar.gz) = e23fdbd7298e26b63986137d6007e5a72d495da7265b9edea4c12f1b0c55fe48
1
SHA256 (koct9i-ioping-0.9-6e41a3c_GH0.tar.gz) = d579df00772de996492b1962924862ede303a98657c141374940cd8de10546eb
2
SIZE (ioping-0.8.tar.gz) = 10590
2
SIZE (koct9i-ioping-0.9-6e41a3c_GH0.tar.gz) = 23380
(-)pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
This tool lets you monitor I/O latency in real time
1
This tool lets you monitor I/O latency in real time
2
2
3
WWW: http://code.google.com/p/ioping/
3
WWW: https://github.com/koct9i/ioping

Return to bug 203553