From ff416945695ca76ee9b231f83a740240f5901ace Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 3 Sep 2005 06:51:57 +0000 Subject: Initial import of pipebench-0.40. Measures the speed of a pipe, by sitting in the middle passing the data along to the next process. --- benchmarks/pipebench/DESCR | 2 ++ benchmarks/pipebench/Makefile | 17 +++++++++++++++++ benchmarks/pipebench/PLIST | 2 ++ benchmarks/pipebench/distinfo | 6 ++++++ benchmarks/pipebench/patches/patch-aa | 14 ++++++++++++++ 5 files changed, 41 insertions(+) create mode 100644 benchmarks/pipebench/DESCR create mode 100644 benchmarks/pipebench/Makefile create mode 100644 benchmarks/pipebench/PLIST create mode 100644 benchmarks/pipebench/distinfo create mode 100644 benchmarks/pipebench/patches/patch-aa (limited to 'benchmarks/pipebench') diff --git a/benchmarks/pipebench/DESCR b/benchmarks/pipebench/DESCR new file mode 100644 index 00000000000..d8df3990d88 --- /dev/null +++ b/benchmarks/pipebench/DESCR @@ -0,0 +1,2 @@ +Measures the speed of a pipe, by sitting in the middle passing the +data along to the next process. diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile new file mode 100644 index 00000000000..91832910768 --- /dev/null +++ b/benchmarks/pipebench/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ +# + +DISTNAME= pipebench-0.40 +CATEGORIES= benchmarks +MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= ftp://ftp.habets.pp.se/pub/synscan/ +COMMENT= Measures the speed of a pipe + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/pipebench/PLIST b/benchmarks/pipebench/PLIST new file mode 100644 index 00000000000..da54ea69e69 --- /dev/null +++ b/benchmarks/pipebench/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ +bin/pipebench diff --git a/benchmarks/pipebench/distinfo b/benchmarks/pipebench/distinfo new file mode 100644 index 00000000000..539887544fe --- /dev/null +++ b/benchmarks/pipebench/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ + +SHA1 (pipebench-0.40.tar.gz) = 5ac405b9f1f25b39b3760fd9684533ccb778b26c +RMD160 (pipebench-0.40.tar.gz) = 9aa9a4a9ef8c641ca25207707cffaefd91f58d85 +Size (pipebench-0.40.tar.gz) = 11542 bytes +SHA1 (patch-aa) = c35408773f88f274563c938ed58c2a51b2e6f541 diff --git a/benchmarks/pipebench/patches/patch-aa b/benchmarks/pipebench/patches/patch-aa new file mode 100644 index 00000000000..5e91087f96c --- /dev/null +++ b/benchmarks/pipebench/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ + +--- Makefile.orig 2005-09-03 08:42:58.000000000 +0200 ++++ Makefile 2005-09-03 08:44:36.000000000 +0200 +@@ -1,7 +1,7 @@ + # $Id: patch-aa,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ + +-CC=gcc +-CFLAGS=-Wall -w -pedantic ++#CC=gcc ++CFLAGS+=-Wall -w -pedantic + + all: pipebench + doc: pipebench.1 -- cgit v1.2.3