1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

benchmarks/iozone21: Remove expired port

2024-04-30 benchmarks/iozone21: Abandoned and obsolete version, superseded by benchmarks/iozone (3.x). Consider also migrating to benchmarks/fio
This commit is contained in:
Rene Ladan 2024-04-30 22:47:02 +02:00
parent cab5b20e39
commit 832d5dfd50
6 changed files with 1 additions and 76 deletions

1
MOVED
View File

@ -3218,3 +3218,4 @@ multimedia/py-librtmp||2024-04-30|Has expired: Depends on deprecated library lib
multimedia/librtmp||2024-04-30|Has expired: Depends on legacy functionality of OpenSSL and superseded by multimedia/ffmpeg
multimedia/rtmpdump||2024-04-30|Has expired: Depends on deprecated library librtmp, consider migrating to multimedia/ffmpeg
multimedia/rubygem-paperclip-av-transcoder||2024-04-30|Has expired: Depends on deprecated port devel/rubygem-paperclip-rails5
benchmarks/iozone21||2024-04-30|Has expired: Abandoned and obsolete version, superseded by benchmarks/iozone (3.x). Consider also migrating to benchmarks/fio

View File

@ -34,7 +34,6 @@
SUBDIR += ior
SUBDIR += iorate
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += ipc-bench
SUBDIR += iperf
SUBDIR += iperf3

View File

@ -1,26 +0,0 @@
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>

View File

@ -1,2 +0,0 @@
SHA256 (iozone-2.01.shar.gz) = 4a13433188c1c9e42b09b5bc8609ceeb9f3c869565707e57948979bae68ac504
SIZE (iozone-2.01.shar.gz) = 14179

View File

@ -1,36 +0,0 @@
--- Makefile.orig 2016-07-27 14:59:13 UTC
+++ Makefile
@@ -0,0 +1,33 @@
+all: iozone
+
+iozone:
+ $(CC) $(CFLAGS) -Dbsd4_3 -DOS_TYPE="\"FreeBSD 2.x\"" -o iozone iozone.c
+
+install:
+ -@mkdir -p $(DESTDIR)${PREFIX}/bin
+ -@mkdir -p $(DESTDIR)${PREFIX}/man/man1
+ ${BSD_INSTALL_PROGRAM} iozone $(DESTDIR)${PREFIX}/bin
+ @echo .Dd `/bin/date` > iozone.1
+ @echo .Dt IOZONE 1 >> iozone.1
+ @echo .Sh NAME >> iozone.1
+ @echo .Nm iozone >> iozone.1
+ @echo .Nd Performance Test of Sequential File I/O >> iozone.1
+ @echo .Sh SYNOPSIS >> iozone.1
+ @echo .Nm iozone >> iozone.1
+ @echo .Op Ar megabytes >> iozone.1
+ @echo .Op Ar record_length_in_bytes >> iozone.1
+ @echo .Op Ar [path]filename>> iozone.1
+ @echo .Nm iozone >> iozone.1
+ @echo .Ar auto[=filename] >> iozone.1
+ @echo .Nm iozone >> iozone.1
+ @echo .Ar raw[=filename] >> iozone.1
+ @echo .Nm iozone >> iozone.1
+ @echo .Ar cdrom[=filename] >> iozone.1
+ @echo .Nm iozone >> iozone.1
+ @echo .Ar help >> iozone.1
+ @echo .Sh DESCRIPTION >> iozone.1
+ ./iozone help|awk '{if (/Copyright/) x++} {if (/For V1.06/) exit;}\
+ {if (x) print $0}' >>iozone.1
+ @echo .Sh AUTHOR >> iozone.1
+ @echo Bill Norcott >> iozone.1
+ ${BSD_INSTALL_MAN} iozone.1 $(DESTDIR)${PREFIX}/share/man/man1

View File

@ -1,11 +0,0 @@
Iozone: 'IO Zone' Benchmark Program (older 2.1 version)
Iozone tests the speed of sequential I/O to actual files. Therefore,
this measurement factors in the efficiency of your machine's file
system, operating system, C compiler, and C runtime library. It
produces a measurement which is the number of bytes per second that
your system can read or write to a file.
This is the 2.1 version of iozone. The new 3.x+ versions of iozone have
completely changed their testing methods, thus their output is useless in
comparing with older statistics.