pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/nbench Initial import of nbench-2.2.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/edf52035d495
branches: trunk
changeset: 498777:edf52035d495
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Sep 03 06:26:21 2005 +0000
description:
Initial import of nbench-2.2.2.
This benchmark utility is used to determine how the processor,
its caches and coprocessors influence overall system performance.
Its measurements can indicate problems with the processor subsystem
and (since the processor is a major influence on overall system
system performance) give us an idea of how well a given system will
perform.
diffstat:
benchmarks/nbench/DESCR | 6 ++++++
benchmarks/nbench/Makefile | 20 ++++++++++++++++++++
benchmarks/nbench/PLIST | 2 ++
benchmarks/nbench/distinfo | 6 ++++++
benchmarks/nbench/patches/patch-aa | 17 +++++++++++++++++
5 files changed, 51 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r 08b7643cd7cd -r edf52035d495 benchmarks/nbench/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/nbench/DESCR Sat Sep 03 06:26:21 2005 +0000
@@ -0,0 +1,6 @@
+This benchmark utility is used to determine how the processor,
+its caches and coprocessors influence overall system performance.
+Its measurements can indicate problems with the processor subsystem
+and (since the processor is a major influence on overall system
+system performance) give us an idea of how well a given system will
+perform.
diff -r 08b7643cd7cd -r edf52035d495 benchmarks/nbench/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/nbench/Makefile Sat Sep 03 06:26:21 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
+#
+
+DISTNAME= nbench-byte-2.2.2
+PKGNAME= ${DISTNAME:S/-byte//}
+CATEGORIES= benchmarks
+MASTER_SITES= http://www.tux.org/~mayer/linux/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.tux.org/~mayer/linux/
+COMMENT= Benchmark tool for CPU, FPU and memory
+
+BUILD_TARGET= default
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r 08b7643cd7cd -r edf52035d495 benchmarks/nbench/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/nbench/PLIST Sat Sep 03 06:26:21 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
+bin/nbench
diff -r 08b7643cd7cd -r edf52035d495 benchmarks/nbench/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/nbench/distinfo Sat Sep 03 06:26:21 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
+
+SHA1 (nbench-byte-2.2.2.tar.gz) = 2ad7c76fb88f80e475650dd3802c187195cc80c1
+RMD160 (nbench-byte-2.2.2.tar.gz) = 78b8e1eaf3c24ca8c619a90693265402a4f8be68
+Size (nbench-byte-2.2.2.tar.gz) = 111751 bytes
+SHA1 (patch-aa) = 5beabbb962fc2a56b5561b6d5a3eaa882af3dbd1
diff -r 08b7643cd7cd -r edf52035d495 benchmarks/nbench/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/nbench/patches/patch-aa Sat Sep 03 06:26:21 2005 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
+
+--- Makefile.orig 2005-09-03 08:16:12.000000000 +0200
++++ Makefile 2005-09-03 08:16:51.000000000 +0200
+@@ -19,10 +19,10 @@
+ # You should leave -static in the CFLAGS so that your sysinfo can be
+ # compiled into the executable.
+
+-CC = gcc
++#CC = gcc
+
+ # generic options for gcc
+-CFLAGS = -s -static -Wall -O3
++CFLAGS += -s -static # -Wall -O3
+
+ # if your gcc lets you do it, then try this one
+ #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops
Home |
Main Index |
Thread Index |
Old Index