summaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
blob: 761fc42ef7dfd61735aa72b2f566688eea4a3ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	iozone
PORTVERSION=	2.01
PORTREVISION=	1
CATEGORIES=	benchmarks
MASTER_SITES=	ftp://ftp.cs.uni-sb.de/pub/others/
EXTRACT_SUFX=	.shar.gz
PKGNAMESUFFIX=	21

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Performance Test of Sequential File I/O (older version)
WWW=		https://www.iozone.org/

DEPRECATED=	Abandoned and obsolete version, superseded by benchmarks/iozone (3.x). Consider also migrating to benchmarks/fio 
EXPIRATION_DATE=2024-04-30

CONFLICTS_INSTALL=	iozone

PLIST_FILES=	bin/iozone \
		share/man/man1/iozone.1.gz

EXTRACT_CMD=	( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
EXTRACT_BEFORE_ARGS=	<
EXTRACT_AFTER_ARGS=	# empty
NO_WRKSUBDIR=	YES

.include <bsd.port.mk>