[PC-BSD Commits] r12039 - in pbibuild/modules/benchmarks: . phoronix-test-suite phoronix-test-suite/kmenu-dir phoronix-test-suite/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 9 12:11:16 PDT 2011
Author: kenmoore
Date: 2011-08-09 12:11:16 -0700 (Tue, 09 Aug 2011)
New Revision: 12039
Added:
pbibuild/modules/benchmarks/phoronix-test-suite/
pbibuild/modules/benchmarks/phoronix-test-suite/kmenu-dir/phoronix-test-suite
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/phoronix-test-suite.png
Removed:
pbibuild/modules/benchmarks/phoronix-test-suite/build.sh
pbibuild/modules/benchmarks/phoronix-test-suite/copy-files
pbibuild/modules/benchmarks/phoronix-test-suite/dirstatus
pbibuild/modules/benchmarks/phoronix-test-suite/kmenu-dir/geekbench
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/geekbench.png
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/header.png
pbibuild/modules/benchmarks/phoronix-test-suite/overlay-dir/leftside.png
Modified:
pbibuild/modules/benchmarks/phoronix-test-suite/pbi.conf
Log:
Added a new module for phoronix-test-suite
Modified: pbibuild/modules/benchmarks/phoronix-test-suite/pbi.conf
===================================================================
--- pbibuild/modules/benchmarks/geekbench/pbi.conf 2011-08-09 18:33:32 UTC (rev 12036)
+++ pbibuild/modules/benchmarks/phoronix-test-suite/pbi.conf 2011-08-09 19:11:16 UTC (rev 12039)
@@ -4,19 +4,19 @@
##############################################################################
# Program Name
-PROGNAME="Geekbench"
+PROGNAME="Phoronix-Test-Suite"
# Program Website
-PROGWEB="http://www.geekpatrol.ca/geekbench/"
+PROGWEB="http://www.phoronix-test-suite.com"
# Program Author
PROGAUTHOR="Primate Labs"
# Default Icon (Relative to overlay-dir)
-PROGICON="geekbench.png"
+PROGICON="phoronix-test-suite.png"
# Port we want to build
-PBIPORT="/usr/ports/benchmarks/geekbench"
+PBIPORT="/usr/ports/benchmarks/phoronix-test-suite"
# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
PROGLIBS="Auto"
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list