diff options
author | grant <grant> | 2002-06-25 05:10:57 +0000 |
---|---|---|
committer | grant <grant> | 2002-06-25 05:10:57 +0000 |
commit | 543bc49b0d7af62b665a3525cfae5ca2d36622b1 (patch) | |
tree | 3a8c3afddfa167cc1e2eb4b37d7d4ba264561805 /sysutils | |
parent | c36ad5406fb267f8fd2c74ee815cece3de4c32b0 (diff) | |
download | pkgsrc-543bc49b0d7af62b665a3525cfae5ca2d36622b1.tar.gz |
This belongs in benchmarks, pointed out by cjs@icb.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/randread/DESCR | 2 | ||||
-rw-r--r-- | sysutils/randread/Makefile | 19 | ||||
-rw-r--r-- | sysutils/randread/PLIST | 2 | ||||
-rw-r--r-- | sysutils/randread/distinfo | 5 | ||||
-rw-r--r-- | sysutils/randread/patches/patch-aa | 12 |
5 files changed, 0 insertions, 40 deletions
diff --git a/sysutils/randread/DESCR b/sysutils/randread/DESCR deleted file mode 100644 index 3797571e329..00000000000 --- a/sysutils/randread/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Randread is a simple program to help benchmark random read -performance. diff --git a/sysutils/randread/Makefile b/sysutils/randread/Makefile deleted file mode 100644 index fbc7a65cb0d..00000000000 --- a/sysutils/randread/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/25 05:03:29 grant Exp $ -# - -DISTNAME= randread-0.1 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/} - -MAINTAINER= grant@netbsd.org -HOMEPAGE= http://randread.sourceforge.net/ -COMMENT= simple program to help benchmark random read performance - -WRKSRC= ${WRKDIR} - -ALL_TARGET= randread - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin - -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/randread/PLIST b/sysutils/randread/PLIST deleted file mode 100644 index 350a68d6bcc..00000000000 --- a/sysutils/randread/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/25 05:03:29 grant Exp $ -sbin/randread diff --git a/sysutils/randread/distinfo b/sysutils/randread/distinfo deleted file mode 100644 index b10524757ae..00000000000 --- a/sysutils/randread/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/06/25 05:03:29 grant Exp $ - -SHA1 (randread-0.1.tar.gz) = fefdf7ebeda6767a85215898e67606745f57d149 -Size (randread-0.1.tar.gz) = 3490 bytes -SHA1 (patch-aa) = 9d29d08e0830320c3e9964b80c008f2b1b95711c diff --git a/sysutils/randread/patches/patch-aa b/sysutils/randread/patches/patch-aa deleted file mode 100644 index 051101028ce..00000000000 --- a/sysutils/randread/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/06/25 05:03:29 grant Exp $ - ---- Makefile.orig Fri Jun 21 17:12:37 2002 -+++ Makefile Wed Jun 26 01:00:37 2002 -@@ -1,6 +1,6 @@ - - randread: randread.c -- cc -g -Wall -o randread randread.c -+ ${CC} ${CFLAGS} -Wall -o randread randread.c - - tarfile: clean - tar cf - . | gzip -9 > ../randread.tar.gz |