aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2013-02-22 15:02:58 +0000
committerRebecca Cran <brucec@FreeBSD.org>2013-02-22 15:02:58 +0000
commit4bc03e6ca121cf7c7510fa19db6484e9512a75a4 (patch)
tree1fab58fcbe92ab18a11715ad3866630bdb80b2a0 /sysutils
parent42ba6e251435dac404284fb5aa580c1eab62e0d0 (diff)
downloadports-4bc03e6ca121cf7c7510fa19db6484e9512a75a4.tar.gz
ports-4bc03e6ca121cf7c7510fa19db6484e9512a75a4.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/fio/Makefile39
-rw-r--r--sysutils/fio/distinfo2
-rw-r--r--sysutils/fio/pkg-descr6
-rw-r--r--sysutils/fio/pkg-plist25
5 files changed, 0 insertions, 73 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index d9c903bfd00d..7fbe0a6b90a3 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -243,7 +243,6 @@
SUBDIR += fileschanged
SUBDIR += filetype
SUBDIR += finfo
- SUBDIR += fio
SUBDIR += flasher
SUBDIR += flashrom
SUBDIR += flexbackup
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile
deleted file mode 100644
index 6e92348034f1..000000000000
--- a/sysutils/fio/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: luigi@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= fio
-PORTVERSION= 2.0.14
-CATEGORIES= sysutils benchmarks
-MASTER_SITES= http://brick.kernel.dk/snaps/
-
-MAINTAINER= brucec@FreeBSD.org
-COMMENT= FIO - flexible IO tester
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-OPTIONS_DEFINE= GNUPLOT
-GNUPLOT_DESC= Support for plotting graphs
-
-MAN1= fio.1 fio_generate_plots.1
-
-.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
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
-.endif
-
-.if ${PORT_OPTIONS:MGNUPLOT}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo
deleted file mode 100644
index 876017d52eec..000000000000
--- a/sysutils/fio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fio-2.0.14.tar.bz2) = 4bf01f1d2baf6d4fa905e5489e446e85e01979c427b2c38e2915e039248044e5
-SIZE (fio-2.0.14.tar.bz2) = 253574
diff --git a/sysutils/fio/pkg-descr b/sysutils/fio/pkg-descr
deleted file mode 100644
index 98f4950ff59f..000000000000
--- a/sysutils/fio/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Fio is an I/O testing tool that will spawn a number of threads or
-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/?p=fio.git
diff --git a/sysutils/fio/pkg-plist b/sysutils/fio/pkg-plist
deleted file mode 100644
index f2ee9d304283..000000000000
--- a/sysutils/fio/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/fio
-bin/fio_generate_plots
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enospc-pressure
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flow
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fsx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fusion-aw-sync.ini
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/null
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-server
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-steadystate.fio
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-test
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipf
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%