head 1.12; access; symbols pkgsrc-2023Q4:1.12.0.2 pkgsrc-2023Q4-base:1.12 pkgsrc-2023Q3:1.11.0.2 pkgsrc-2023Q3-base:1.11 pkgsrc-2023Q2:1.10.0.8 pkgsrc-2023Q2-base:1.10 pkgsrc-2023Q1:1.10.0.6 pkgsrc-2023Q1-base:1.10 pkgsrc-2022Q4:1.10.0.4 pkgsrc-2022Q4-base:1.10 pkgsrc-2022Q3:1.10.0.2 pkgsrc-2022Q3-base:1.10 pkgsrc-2022Q2:1.9.0.14 pkgsrc-2022Q2-base:1.9 pkgsrc-2022Q1:1.9.0.12 pkgsrc-2022Q1-base:1.9 pkgsrc-2021Q4:1.9.0.10 pkgsrc-2021Q4-base:1.9 pkgsrc-2021Q3:1.9.0.8 pkgsrc-2021Q3-base:1.9 pkgsrc-2021Q2:1.9.0.6 pkgsrc-2021Q2-base:1.9 pkgsrc-2021Q1:1.9.0.4 pkgsrc-2021Q1-base:1.9 pkgsrc-2020Q4:1.9.0.2 pkgsrc-2020Q4-base:1.9 pkgsrc-2020Q3:1.8.0.4 pkgsrc-2020Q3-base:1.8 pkgsrc-2020Q2:1.8.0.2 pkgsrc-2020Q2-base:1.8 pkgsrc-2020Q1:1.6.0.2 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.5.0.4 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.4.0.4 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.2 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.3.0.18 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.16 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.14 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.12 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.10 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.8 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.6 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.2 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.1.0.2 pkgsrc-2017Q1-base:1.1; locks; strict; comment @# @; 1.12 date 2023.12.23.01.42.39; author zafer; state Exp; branches; next 1.11; commitid 7FPjUkPEkcV9TwRE; 1.11 date 2023.08.14.05.23.50; author wiz; state Exp; branches; next 1.10; commitid LOSB79OLVxvXjIAE; 1.10 date 2022.06.30.11.18.03; author nia; state Exp; branches; next 1.9; commitid AhctUV91Vubws3KD; 1.9 date 2020.12.04.20.44.59; author nia; state Exp; branches; next 1.8; commitid FPz71MqRX3WN0tyC; 1.8 date 2020.05.22.05.53.36; author rillig; state Exp; branches; next 1.7; commitid TVdNcJd9XVhOnc9C; 1.7 date 2020.04.17.17.54.34; author wiz; state Exp; branches; next 1.6; commitid r3s8MHgqBPESuL4C; 1.6 date 2020.01.26.17.30.46; author rillig; state Exp; branches; next 1.5; commitid 4fBBvoSLJaGd0eUB; 1.5 date 2019.10.08.18.13.32; author maya; state Exp; branches; next 1.4; commitid jqbWemDxCcy0M5GB; 1.4 date 2019.04.25.07.32.37; author maya; state Exp; branches; next 1.3; commitid 1FEMQBEPb9uTxHkB; 1.3 date 2017.05.18.07.20.22; author fhajny; state Exp; branches; next 1.2; commitid Iy8eR3zmBJgHdQRz; 1.2 date 2017.05.03.00.59.46; author mef; state Exp; branches; next 1.1; commitid KWoilgU8uMkZASPz; 1.1 date 2017.02.04.12.50.23; author ryoon; state Exp; branches; next ; commitid uuuO71Cx71YpmDEz; desc @@ 1.12 log @use https @ text @# $NetBSD: Makefile,v 1.11 2023/08/14 05:23:50 wiz Exp $ DISTNAME= fio-3.19 PKGREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= https://brick.kernel.dk/snaps/ MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://git.kernel.dk/?p=fio.git;a=summary COMMENT= Flexible IO Tester LICENSE= gnu-gpl-v2 HAS_CONFIGURE= yes USE_TOOLS+= bash gmake lex yacc DOCDIR= ${PREFIX}/share/doc/fio EGDIR= ${PREFIX}/share/examples/fio CONFIGURE_ARGS+= --prefix=${PREFIX} REPLACE_BASH+= tools/genfio REPLACE_PYTHON+= tools/fio_jsonplus_clat2csv REPLACE_PYTHON+= tools/fiologparser.py REPLACE_PYTHON+= tools/hist/fiologparser_hist.py REPLACE_PYTHON+= tools/plot/fio2gnuplot INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} TEST_TARGET= test post-install: ${INSTALL_DATA} ${WRKSRC}/HOWTO ${DESTDIR}${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.fio ${DESTDIR}${EGDIR} .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" @ 1.11 log @*: recursive bump for Python 3.11 as new default @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2022/06/30 11:18:03 nia Exp $ d6 1 a6 1 MASTER_SITES= http://brick.kernel.dk/snaps/ @ 1.10 log @*: Revbump packages that use Python at runtime without a PKGNAME prefix @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2020/12/04 20:44:59 nia Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.9 log @Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2020/05/22 05:53:36 rillig Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.8 log @benchmarks/fio: remove nonexistent file from REPLACE_PYTHON @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/04/17 17:54:34 wiz Exp $ d4 1 @ 1.7 log @fio: update to 3.19. Provided by Apurva Nandan via wip. Changes not found. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/01/26 17:30:46 rillig Exp $ a21 1 REPLACE_PYTHON+= tools/fio_latency2csv.py @ 1.6 log @all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/10/08 18:13:32 maya Exp $ d3 1 a3 1 DISTNAME= fio-3.16 @ 1.5 log @fio: update to 3.16 changes not found. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/04/25 07:32:37 maya Exp $ d8 1 a8 1 HOMEPAGE= http://git.kernel.dk/?p=fio.git;a=summary @ 1.4 log @PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2017/05/18 07:20:22 fhajny Exp $ d3 1 a3 2 DISTNAME= fio-2.19 PKGREVISION= 1 d21 1 @ 1.3 log @Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/05/03 00:59:46 mef Exp $ d4 1 @ 1.2 log @Updated benchmarks/fio to 2.19 ------------------------------ (Explicit ChangeLog/Release Note not known, sorry) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/02/04 12:50:23 ryoon Exp $ d28 2 @ 1.1 log @Import fio-2.17 as benchmarks/fio from pkgsrc-wip/fio. fio is a tool that will spawn a number of threads or processes doing a particular type of io action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the io load one wants to simulate. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2015/08/16 21:18:25 leot1990 Exp $ d3 1 a3 1 DISTNAME= fio-2.17 @