mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 1.50.2.
Take over maintainership. PR: ports/154599 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Approved by: linimon Feature safe: yes
This commit is contained in:
parent
50d029c564
commit
326a6a922b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269020
@ -2,18 +2,18 @@
|
||||
# Date created: Jan.15, 2009
|
||||
# Whom: luigi@FreeBSD.org
|
||||
#
|
||||
# Maintainers: Luigi Rizzo <luigi@FreeBSD.org>
|
||||
# Maintainers: Bruce Cran <brucec@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fio
|
||||
PORTVERSION= 1.44.3
|
||||
PORTVERSION= 1.50.2
|
||||
CATEGORIES= sysutils benchmarks
|
||||
MASTER_SITES= http://brick.kernel.dk/snaps/
|
||||
|
||||
MAINTAINER= luigi@FreeBSD.org
|
||||
COMMENT= The program fio - flexible IO tester
|
||||
MAINTAINER= brucec@FreeBSD.org
|
||||
COMMENT= FIO - flexible IO tester
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
@ -24,24 +24,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
OPTIONS= GNUPLOT "Support for plotting graphs" off
|
||||
|
||||
MAN1= fio.1 fio_generate_plots.1
|
||||
PLIST_FILES= bin/fio bin/fio_generate_plots
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fio ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/fio.1 ${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/fio_generate_plots.1 ${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/fio.1 ${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/fio_generate_plots.1 ${MAN1PREFIX}/man/man1
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GNUPLOT)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64-6
|
||||
.endif
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (fio-1.44.3.tar.bz2) = 740f9e91de9e0c5c96cb791b4426bc3d7fd2fc600aa503209c04089f02d62ae1
|
||||
SIZE (fio-1.44.3.tar.bz2) = 161797
|
||||
SHA256 (fio-1.50.2.tar.bz2) = ce0c3543047289090c490183aaf8a9cab8fab8d28a95c6914cb5f5128bd704c8
|
||||
SIZE (fio-1.50.2.tar.bz2) = 341877
|
||||
|
@ -3,4 +3,4 @@ processes doing a particular type of I/O action as specified by
|
||||
the user. Fio can be driven by a 'job file' describing the I/O
|
||||
load one wants to simulate.
|
||||
|
||||
WWW: http://git.kernel.dk/
|
||||
WWW: http://git.kernel.dk/?p=fio.git
|
||||
|
12
sysutils/fio/pkg-plist
Normal file
12
sysutils/fio/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/fio
|
||||
bin/fio_generate_plots
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fsx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-test
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in New Issue
Block a user