pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/pipebench Initial import of pipebench-0.40.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ef5c6b1cb34
branches: trunk
changeset: 498779:7ef5c6b1cb34
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Sep 03 06:51:57 2005 +0000
description:
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:
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(+), 0 deletions(-)
diffs (61 lines):
diff -r df464d316f27 -r 7ef5c6b1cb34 benchmarks/pipebench/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/pipebench/DESCR Sat Sep 03 06:51:57 2005 +0000
@@ -0,0 +1,2 @@
+Measures the speed of a pipe, by sitting in the middle passing the
+data along to the next process.
diff -r df464d316f27 -r 7ef5c6b1cb34 benchmarks/pipebench/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/pipebench/Makefile Sat Sep 03 06:51:57 2005 +0000
@@ -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@localhost
+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 -r df464d316f27 -r 7ef5c6b1cb34 benchmarks/pipebench/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/pipebench/PLIST Sat Sep 03 06:51:57 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $
+bin/pipebench
diff -r df464d316f27 -r 7ef5c6b1cb34 benchmarks/pipebench/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/pipebench/distinfo Sat Sep 03 06:51:57 2005 +0000
@@ -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 -r df464d316f27 -r 7ef5c6b1cb34 benchmarks/pipebench/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/pipebench/patches/patch-aa Sat Sep 03 06:51:57 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index