svn commit: r331999 - head/benchmarks/fio
Steven Kreuzer
skreuzer at FreeBSD.org
Tue Oct 29 20:44:47 UTC 2013
Author: skreuzer
Date: Tue Oct 29 20:44:46 2013
New Revision: 331999
URL: http://svnweb.freebsd.org/changeset/ports/331999
Log:
- Update to 2.1.3
- Enable STAGE support
PR: ports/183332
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Modified:
head/benchmarks/fio/Makefile
head/benchmarks/fio/distinfo
head/benchmarks/fio/pkg-descr
head/benchmarks/fio/pkg-plist
Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile Tue Oct 29 20:44:19 2013 (r331998)
+++ head/benchmarks/fio/Makefile Tue Oct 29 20:44:46 2013 (r331999)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fio
-PORTVERSION= 2.1.1
+PORTVERSION= 2.1.3
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/
@@ -10,7 +10,6 @@ MAINTAINER= skreuzer at FreeBSD.org
COMMENT= FIO - flexible IO tester
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
USE_BZIP2= yes
@@ -18,19 +17,16 @@ USE_BZIP2= yes
OPTIONS_DEFINE= GNUPLOT
GNUPLOT_DESC= Support for plotting graphs
-MAN1= fio.1 fio_generate_plots.1
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fio ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/fio.1 ${MAN1PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/fio_generate_plots.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/fio.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/tools/fio_generate_plots.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
.endif
.if ${PORT_OPTIONS:MGNUPLOT}
Modified: head/benchmarks/fio/distinfo
==============================================================================
--- head/benchmarks/fio/distinfo Tue Oct 29 20:44:19 2013 (r331998)
+++ head/benchmarks/fio/distinfo Tue Oct 29 20:44:46 2013 (r331999)
@@ -1,2 +1,2 @@
-SHA256 (fio-2.1.1.tar.bz2) = bbe68cb9b6d4c5ec3da4dbf22b30605358bf593702baae4566ec291ac3d8076b
-SIZE (fio-2.1.1.tar.bz2) = 316673
+SHA256 (fio-2.1.3.tar.bz2) = 89f595427c0bfb4bee89961db7af2d26cb42bdd826b103f7dca9716faef4e69c
+SIZE (fio-2.1.3.tar.bz2) = 406262
Modified: head/benchmarks/fio/pkg-descr
==============================================================================
--- head/benchmarks/fio/pkg-descr Tue Oct 29 20:44:19 2013 (r331998)
+++ head/benchmarks/fio/pkg-descr Tue Oct 29 20:44:46 2013 (r331999)
@@ -3,4 +3,4 @@ processes doing a particular type of I/O
the user. Fio can be driven by a 'job file' describing the I/O
load one wants to simulate.
-WWW: http://git.kernel.dk/?p=fio.git
+WWW: http://git.kernel.dk/?p=fio.git
Modified: head/benchmarks/fio/pkg-plist
==============================================================================
--- head/benchmarks/fio/pkg-plist Tue Oct 29 20:44:19 2013 (r331998)
+++ head/benchmarks/fio/pkg-plist Tue Oct 29 20:44:46 2013 (r331999)
@@ -1,5 +1,7 @@
bin/fio
bin/fio_generate_plots
+man/man1/fio.1.gz
+man/man1/fio_generate_plots.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio
@@ -13,6 +15,7 @@ bin/fio_generate_plots
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fusion-aw-sync.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client.fio
More information about the svn-ports-all
mailing list