Geekbench is a cross-platform benchmark suite for Mac OS X, Windows,

Solaris, and Linux. Geekbench is designed to measure the performance
an average application can expect from both the processor and the
memory subsystem.

Geekbench's benchmarks are written in platform-neutral C++, and have
no platform-specific optimizations. Geekbench is compiled with what we
consider the de-facto standard compiler for each platform, with the
compiler switches suggested by the compiler vendor for release code.

WWW:	http://www.geekpatrol.ca/geekbench/

PR:		ports/106533
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
Pav Lucistnik
2008-04-05 18:25:40 +00:00
parent 9a6bcd63b5
commit ba13570511
4 changed files with 41 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
SUBDIR += fhourstones
SUBDIR += flops
SUBDIR += forkbomb
SUBDIR += geekbench
SUBDIR += gsbench
SUBDIR += gtkperf
SUBDIR += himenobench

View File

@@ -0,0 +1,26 @@
# New ports collection makefile for: geekbench
# Date created: 2006-12-09
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= geekbench
PORTVERSION= 2
CATEGORIES= benchmarks
MASTER_SITES= http://www.primatelabs.ca/download/
DISTNAME= Geekbench${PORTVERSION}-Linux
MAINTAINER= gslin@gslin.org
COMMENT= Cross-platform benchmark suite
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
PLIST_FILES= bin/geekbench
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/geekbench ${PREFIX}/bin
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (Geekbench2-Linux.tar.gz) = 6535f9f46955d815891d917698306ef3
SHA256 (Geekbench2-Linux.tar.gz) = 10e2db28c9fe2962a12dd9d4cd2ea13c6b7a6ca7bc863b46fff3c6d441a0c2a3
SIZE (Geekbench2-Linux.tar.gz) = 2010793

View File

@@ -0,0 +1,11 @@
Geekbench is a cross-platform benchmark suite for Mac OS X, Windows,
Solaris, and Linux. Geekbench is designed to measure the performance
an average application can expect from both the processor and the
memory subsystem.
Geekbench's benchmarks are written in platform-neutral C++, and have
no platform-specific optimizations. Geekbench is compiled with what we
consider the de-facto standard compiler for each platform, with the
compiler switches suggested by the compiler vendor for release code.
WWW: http://www.geekpatrol.ca/geekbench/