summaryrefslogtreecommitdiff
path: root/benchmarks/pipebench
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-09-03 06:51:57 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-09-03 06:51:57 +0000
commitff416945695ca76ee9b231f83a740240f5901ace (patch)
treef2c9ac326639d969fd4ec4984344af0e0a083347 /benchmarks/pipebench
parent1735f2576af10ba740afd99aaa6158ea820059ba (diff)
downloadpkgsrc-ff416945695ca76ee9b231f83a740240f5901ace.tar.gz
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.
Diffstat (limited to 'benchmarks/pipebench')
-rw-r--r--benchmarks/pipebench/DESCR2
-rw-r--r--benchmarks/pipebench/Makefile17
-rw-r--r--benchmarks/pipebench/PLIST2
-rw-r--r--benchmarks/pipebench/distinfo6
-rw-r--r--benchmarks/pipebench/patches/patch-aa14
5 files changed, 41 insertions, 0 deletions
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