Initial import of randread-0.1.

Randread is a simple program to help benchmark random read
performance.

See http://randread.sourceforge.net/ for information.
This commit is contained in:
grant 2002-06-25 05:03:29 +00:00
parent 79d1bdf0f2
commit 05d2608bb2
5 changed files with 40 additions and 0 deletions

2
sysutils/randread/DESCR Normal file
View file

@ -0,0 +1,2 @@
Randread is a simple program to help benchmark random read
performance.

View file

@ -0,0 +1,19 @@
# $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"

2
sysutils/randread/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/25 05:03:29 grant Exp $
sbin/randread

View file

@ -0,0 +1,5 @@
$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

View file

@ -0,0 +1,12 @@
$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