[Lunar-commits] r15220 - in moonbase/trunk/utils: . nbench-byte
Goran Krampe
gokr at lunar-linux.org
Thu Jun 2 11:08:53 UTC 2005
Author: gokr
Date: 2005-06-02 11:08:52 +0000 (Thu, 02 Jun 2005)
New Revision: 15220
Added:
moonbase/trunk/utils/nbench-byte/
moonbase/trunk/utils/nbench-byte/BUILD
moonbase/trunk/utils/nbench-byte/DETAILS
Log:
Added module utils/nbench-byte
Added: moonbase/trunk/utils/nbench-byte/BUILD
===================================================================
--- moonbase/trunk/utils/nbench-byte/BUILD 2005-06-02 10:33:09 UTC (rev 15219)
+++ moonbase/trunk/utils/nbench-byte/BUILD 2005-06-02 11:08:52 UTC (rev 15220)
@@ -0,0 +1,8 @@
+(
+
+ make &&
+ prepare_install &&
+ install -m 755 nbench /usr/bin
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/utils/nbench-byte/DETAILS
===================================================================
--- moonbase/trunk/utils/nbench-byte/DETAILS 2005-06-02 10:33:09 UTC (rev 15219)
+++ moonbase/trunk/utils/nbench-byte/DETAILS 2005-06-02 11:08:52 UTC (rev 15220)
@@ -0,0 +1,21 @@
+ MODULE=nbench-byte
+ VERSION=2.2.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=http://www.tux.org/~mayer/linux/
+ SOURCE_VFY[0]=sha1:2ad7c76fb88f80e475650dd3802c187195cc80c1
+ WEB_SITE=http://www.tux.org/~mayer/linux/bmark.html
+ ENTERED=20050602
+ UPDATED=20050602
+ SHORT="A Linux port of BYTE Magazine's BYTEmark testing a system's CPU, FPU, and memory system."
+
+cat << EOF
+The benchmark program takes less than 10 minutes to run (on most
+machines) and compares the system it is run on to two benchmark
+systems (a Dell Pentium 90 with 256 KB cache running MSDOS and an AMD
+K6/233 with 512 KB cache running Linux). The archive contains the
+complete source, documentation, and a binary (Linux elf). The source
+has been successfully compiled on various operating systems,
+including SunOS, DEC Unix 4.0, DEC OSF1, HP-UX, DEC Ultrix, MS-DOS,
+and of course Linux.
+EOF
More information about the Lunar-commits
mailing list