pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/ubench Initial import of ubench-0.32.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77b553395aa9
branches:  trunk
changeset: 498775:77b553395aa9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Sep 03 05:57:45 2005 +0000

description:
Initial import of ubench-0.32.

The Unix Benchmark Utility "ubench" provides a single mesure of
performance for machines running various flavors of Unix operating
systems.

diffstat:

 benchmarks/ubench/DESCR            |   3 +++
 benchmarks/ubench/Makefile         |  19 +++++++++++++++++++
 benchmarks/ubench/PLIST            |   2 ++
 benchmarks/ubench/distinfo         |   6 ++++++
 benchmarks/ubench/patches/patch-aa |  29 +++++++++++++++++++++++++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r d2546fa9145b -r 77b553395aa9 benchmarks/ubench/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/ubench/DESCR   Sat Sep 03 05:57:45 2005 +0000
@@ -0,0 +1,3 @@
+The Unix Benchmark Utility "ubench" provides a single mesure of
+performance for machines running various flavors of Unix operating
+systems.
diff -r d2546fa9145b -r 77b553395aa9 benchmarks/ubench/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/ubench/Makefile        Sat Sep 03 05:57:45 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 05:57:45 xtraeme Exp $
+#
+
+DISTNAME=      ubench-0.32
+CATEGORIES=    benchmarks
+MASTER_SITES=  http://www.phystech.com/ftp/
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.phystech.com/ftp/
+COMMENT=       The Unix Benchmark utility
+
+BUILD_TARGET=  ubench
+
+SUBST_CLASSES=         path
+SUBST_STAGE.path=      post-configure
+SUBST_FILES.path=      Makefile
+SUBST_SED.path=                -e "s,/usr/local,${PREFIX},"
+
+.include "../../mk/bsd.pkg.mk"
diff -r d2546fa9145b -r 77b553395aa9 benchmarks/ubench/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/ubench/PLIST   Sat Sep 03 05:57:45 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/03 05:57:45 xtraeme Exp $
+bin/ubench
diff -r d2546fa9145b -r 77b553395aa9 benchmarks/ubench/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/ubench/distinfo        Sat Sep 03 05:57:45 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/09/03 05:57:45 xtraeme Exp $
+
+SHA1 (ubench-0.32.tar.gz) = 749ae490c95b9fe95753b47b5711cbeb9bdb3a29
+RMD160 (ubench-0.32.tar.gz) = 33a2e7b869af1e7c81eb2211b3ee4946e97933d2
+Size (ubench-0.32.tar.gz) = 9341 bytes
+SHA1 (patch-aa) = 07a31eccb56a50b6a5261a6db7b4d37bdc57a3a6
diff -r d2546fa9145b -r 77b553395aa9 benchmarks/ubench/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/ubench/patches/patch-aa        Sat Sep 03 05:57:45 2005 +0000
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/09/03 05:57:45 xtraeme Exp $
+
+--- Makefile.orig      2005-09-03 07:50:21.000000000 +0200
++++ Makefile   2005-09-03 07:51:42.000000000 +0200
+@@ -8,11 +8,11 @@
+ ###############################################################################
+ 
+ #DEFINES=-DDEBUG
+-INSTALLDIR= /usr/local/bin
++INSTALLDIR=/usr/local/bin
+ 
+-CC = gcc
+-CFLAGS = -O2 -m486 -Wall -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fomit-frame-pointer
+-LDFLAGS = -s -lm
++#CC = gcc
++#CFLAGS = -O2 -m486 -Wall -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fomit-frame-pointer
++LDFLAGS += -s -lm
+ INCLUDES = -I.
+ 
+ objects = signals.o cpubench.o membench.o ubench.o
+@@ -29,7 +29,7 @@
+ default: ubench
+ 
+ install: ubench
+-      install -c -m 0555 ubench $(INSTALLDIR)
++      $(BSD_INSTALL_PROGRAM) ubench $(INSTALLDIR)
+ 
+ utime:        $(utimeobjects)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^



Home | Main Index | Thread Index | Old Index