summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-30 12:00:31 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:18 -0400
commitf9a4b6396237014baeb1dc288db39ca257889815 (patch)
tree1681e4d71e9f4207f021a3c4576fe52556c557b6
parent2b58f6219219f3922751730059eae3a457c112e6 (diff)
downloadphoronix-test-suite-upstream-f9a4b6396237014baeb1dc288db39ca257889815.tar.gz
phoronix-test-suite-upstream-f9a4b6396237014baeb1dc288db39ca257889815.tar.xz
phoronix-test-suite-upstream-f9a4b6396237014baeb1dc288db39ca257889815.zip
Add ProjectURL tag to available test profiles
-rw-r--r--PTS-12-CHANGE-LOG1
-rw-r--r--pts/test-profiles/build-apache.xml1
-rw-r--r--pts/test-profiles/build-imagemagick.xml1
-rw-r--r--pts/test-profiles/build-linux-kernel.xml1
-rw-r--r--pts/test-profiles/build-mplayer.xml1
-rw-r--r--pts/test-profiles/build-php.xml1
-rw-r--r--pts/test-profiles/compliance-acpi.xml1
-rw-r--r--pts/test-profiles/compliance-ogl.xml1
-rw-r--r--pts/test-profiles/compliance-sensors.xml1
-rw-r--r--pts/test-profiles/compress-7zip.xml1
-rw-r--r--pts/test-profiles/compress-gzip.xml1
-rw-r--r--pts/test-profiles/compress-pbzip2.xml1
-rw-r--r--pts/test-profiles/doom3.xml1
-rw-r--r--pts/test-profiles/encode-flac.xml1
-rw-r--r--pts/test-profiles/encode-mp3.xml1
-rw-r--r--pts/test-profiles/encode-ogg.xml1
-rw-r--r--pts/test-profiles/encode-wavpack.xml1
-rw-r--r--pts/test-profiles/espeak.xml1
-rw-r--r--pts/test-profiles/et.xml1
-rw-r--r--pts/test-profiles/etqw-demo.xml1
-rw-r--r--pts/test-profiles/etqw.xml1
-rw-r--r--pts/test-profiles/ffmpeg.xml1
-rw-r--r--pts/test-profiles/fgl-glxgears.xml1
-rw-r--r--pts/test-profiles/glmark.xml1
-rw-r--r--pts/test-profiles/gnupg.xml1
-rw-r--r--pts/test-profiles/gtkperf.xml1
-rw-r--r--pts/test-profiles/hdparm-read.xml1
-rw-r--r--pts/test-profiles/hmmer.xml1
-rw-r--r--pts/test-profiles/iozone.xml1
-rw-r--r--pts/test-profiles/java-scimark2.xml1
-rw-r--r--pts/test-profiles/mafft.xml1
-rw-r--r--pts/test-profiles/md-gromacs.xml1
-rw-r--r--pts/test-profiles/mencoder.xml1
-rw-r--r--pts/test-profiles/mrbayes.xml1
-rw-r--r--pts/test-profiles/nexuiz.xml1
-rw-r--r--pts/test-profiles/openarena.xml1
-rw-r--r--pts/test-profiles/openssl.xml1
-rw-r--r--pts/test-profiles/pts-graph.xml1
-rw-r--r--pts/test-profiles/quake4.xml1
-rw-r--r--pts/test-profiles/ramspeed.xml1
-rw-r--r--pts/test-profiles/render-bench.xml1
-rw-r--r--pts/test-profiles/sample-program.xml1
-rw-r--r--pts/test-profiles/scimark2.xml1
-rw-r--r--pts/test-profiles/specviewperf10.xml1
-rw-r--r--pts/test-profiles/specviewperf9.xml1
-rw-r--r--pts/test-profiles/sqlite.xml1
-rw-r--r--pts/test-profiles/sunflow.xml1
-rw-r--r--pts/test-profiles/tandem-xml.xml1
-rw-r--r--pts/test-profiles/tremulous.xml1
-rw-r--r--pts/test-profiles/urbanterror.xml1
-rw-r--r--pts/test-profiles/warsow.xml1
-rw-r--r--pts/test-profiles/wine.xml1
-rw-r--r--pts/test-profiles/x11perf.xml1
-rw-r--r--pts/test-profiles/xplane9.xml1
-rw-r--r--pts/test-profiles/yafray.xml1
55 files changed, 55 insertions, 0 deletions
diff --git a/PTS-12-CHANGE-LOG b/PTS-12-CHANGE-LOG
index 78d8ddc..fb70726 100644
--- a/PTS-12-CHANGE-LOG
+++ b/PTS-12-CHANGE-LOG
@@ -19,3 +19,4 @@
- Allow support for loading modules manually by setting each module name in the PTS_MODULES environmental variable and separating multiple modules via comma
- Add Extensions tag to results file
- tandem_Xml: Add a caching engine to the XML parsing/reading portion
+- Add ProjectURL tag to available test profiles
diff --git a/pts/test-profiles/build-apache.xml b/pts/test-profiles/build-apache.xml
index 426fd9c..204b467 100644
--- a/pts/test-profiles/build-apache.xml
+++ b/pts/test-profiles/build-apache.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>5.8</DownloadSize>
+ <ProjectURL>http://www.apache.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed Apache Compilation</Title>
diff --git a/pts/test-profiles/build-imagemagick.xml b/pts/test-profiles/build-imagemagick.xml
index dcbb000..4f834f8 100644
--- a/pts/test-profiles/build-imagemagick.xml
+++ b/pts/test-profiles/build-imagemagick.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>8.4</DownloadSize>
+ <ProjectURL>http://www.imagemagick.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>ImageMagick Compilation</Title>
diff --git a/pts/test-profiles/build-linux-kernel.xml b/pts/test-profiles/build-linux-kernel.xml
index 8d0e2e2..ecfde69 100644
--- a/pts/test-profiles/build-linux-kernel.xml
+++ b/pts/test-profiles/build-linux-kernel.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>46.4</DownloadSize>
+ <ProjectURL>http://www.kernel.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed Linux Kernel Compilation</Title>
diff --git a/pts/test-profiles/build-mplayer.xml b/pts/test-profiles/build-mplayer.xml
index d227e8a..6b5e46e 100644
--- a/pts/test-profiles/build-mplayer.xml
+++ b/pts/test-profiles/build-mplayer.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>8.9</DownloadSize>
+ <ProjectURL>http://www.mplayerhq.hu/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed MPlayer Compilation</Title>
diff --git a/pts/test-profiles/build-php.xml b/pts/test-profiles/build-php.xml
index d2a315e..492c99a 100644
--- a/pts/test-profiles/build-php.xml
+++ b/pts/test-profiles/build-php.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>16.4</DownloadSize>
<EnvironmentSize>49.3</EnvironmentSize>
+ <ProjectURL>http://www.php.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed PHP Compilation</Title>
diff --git a/pts/test-profiles/compliance-acpi.xml b/pts/test-profiles/compliance-acpi.xml
index bd2c512..c0b9a8f 100644
--- a/pts/test-profiles/compliance-acpi.xml
+++ b/pts/test-profiles/compliance-acpi.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<EnvironmentSize>0.01</EnvironmentSize>
+ <ProjectURL>http://www.lesswatts.org/projects/acpi/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>ACPI</Title>
diff --git a/pts/test-profiles/compliance-ogl.xml b/pts/test-profiles/compliance-ogl.xml
index 6d0476f..da9e443 100644
--- a/pts/test-profiles/compliance-ogl.xml
+++ b/pts/test-profiles/compliance-ogl.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.33</DownloadSize>
<EnvironmentSize>3.8</EnvironmentSize>
+ <ProjectURL>http://www.opengl.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>GLEW</Title>
diff --git a/pts/test-profiles/compliance-sensors.xml b/pts/test-profiles/compliance-sensors.xml
index 835b086..cb0a22f 100644
--- a/pts/test-profiles/compliance-sensors.xml
+++ b/pts/test-profiles/compliance-sensors.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<EnvironmentSize>0.01</EnvironmentSize>
+ <ProjectURL>http://www.lm-sensors.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>LM Sensors</Title>
diff --git a/pts/test-profiles/compress-7zip.xml b/pts/test-profiles/compress-7zip.xml
index 9fd49f3..95fe99e 100644
--- a/pts/test-profiles/compress-7zip.xml
+++ b/pts/test-profiles/compress-7zip.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>1.4</DownloadSize>
<EnvironmentSize>10</EnvironmentSize>
+ <ProjectURL>http://www.7-zip.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>7-Zip Compression</Title>
diff --git a/pts/test-profiles/compress-gzip.xml b/pts/test-profiles/compress-gzip.xml
index 42a3ac3..7bd2f0b 100644
--- a/pts/test-profiles/compress-gzip.xml
+++ b/pts/test-profiles/compress-gzip.xml
@@ -6,6 +6,7 @@
<License>FREE</License>
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
+ <ProjectURL>http://www.gzip.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed Gzip Compression</Title>
diff --git a/pts/test-profiles/compress-pbzip2.xml b/pts/test-profiles/compress-pbzip2.xml
index 5d08bdb..815b56f 100644
--- a/pts/test-profiles/compress-pbzip2.xml
+++ b/pts/test-profiles/compress-pbzip2.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.82</DownloadSize>
<EnvironmentSize>4.5</EnvironmentSize>
+ <ProjectURL>http://compression.ca/pbzip2/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Parallel BZIP2 Compression</Title>
diff --git a/pts/test-profiles/doom3.xml b/pts/test-profiles/doom3.xml
index 1dafad9..1d29ad7 100644
--- a/pts/test-profiles/doom3.xml
+++ b/pts/test-profiles/doom3.xml
@@ -7,6 +7,7 @@
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.doom3.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Doom 3</Title>
diff --git a/pts/test-profiles/encode-flac.xml b/pts/test-profiles/encode-flac.xml
index f69362c..69d6049 100644
--- a/pts/test-profiles/encode-flac.xml
+++ b/pts/test-profiles/encode-flac.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>2</DownloadSize>
<EnvironmentSize>9</EnvironmentSize>
+ <ProjectURL>http://flac.sourceforge.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>FLAC Audio Encoding</Title>
diff --git a/pts/test-profiles/encode-mp3.xml b/pts/test-profiles/encode-mp3.xml
index f88a9b7..d46a26c 100644
--- a/pts/test-profiles/encode-mp3.xml
+++ b/pts/test-profiles/encode-mp3.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>1.3</DownloadSize>
<EnvironmentSize>1.7</EnvironmentSize>
+ <ProjectURL>http://lame.sourceforge.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>LAME MP3 Encoding</Title>
diff --git a/pts/test-profiles/encode-ogg.xml b/pts/test-profiles/encode-ogg.xml
index d28efdb..7d84a39 100644
--- a/pts/test-profiles/encode-ogg.xml
+++ b/pts/test-profiles/encode-ogg.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>2.8</DownloadSize>
<EnvironmentSize>6</EnvironmentSize>
+ <ProjectURL>http://www.vorbis.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Ogg Encoding</Title>
diff --git a/pts/test-profiles/encode-wavpack.xml b/pts/test-profiles/encode-wavpack.xml
index c620c1e..dcd998f 100644
--- a/pts/test-profiles/encode-wavpack.xml
+++ b/pts/test-profiles/encode-wavpack.xml
@@ -8,6 +8,7 @@
<Maintainer>apaige</Maintainer>
<DownloadSize>0.3</DownloadSize>
<EnvironmentSize>5</EnvironmentSize>
+ <ProjectURL>http://www.wavpack.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>WavPack Audio Encoding</Title>
diff --git a/pts/test-profiles/espeak.xml b/pts/test-profiles/espeak.xml
index 004d2da..c870d0d 100644
--- a/pts/test-profiles/espeak.xml
+++ b/pts/test-profiles/espeak.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>1.2</DownloadSize>
<EnvironmentSize>2.2</EnvironmentSize>
+ <ProjectURL>http://espeak.sourceforge.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>eSpeak Speech Engine</Title>
diff --git a/pts/test-profiles/et.xml b/pts/test-profiles/et.xml
index 0b2e33a..f770fbf 100644
--- a/pts/test-profiles/et.xml
+++ b/pts/test-profiles/et.xml
@@ -9,6 +9,7 @@
<DownloadSize>260</DownloadSize>
<EnvironmentSize>273</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.idsoftware.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Enemy Territory</Title>
diff --git a/pts/test-profiles/etqw-demo.xml b/pts/test-profiles/etqw-demo.xml
index a2d71a3..a275de7 100644
--- a/pts/test-profiles/etqw-demo.xml
+++ b/pts/test-profiles/etqw-demo.xml
@@ -9,6 +9,7 @@
<DownloadSize>660</DownloadSize>
<EnvironmentSize>765</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.enemyterritory.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>ET: Quake Wars Demo</Title>
diff --git a/pts/test-profiles/etqw.xml b/pts/test-profiles/etqw.xml
index 44be4d5..010451a 100644
--- a/pts/test-profiles/etqw.xml
+++ b/pts/test-profiles/etqw.xml
@@ -9,6 +9,7 @@
<DownloadSize>531</DownloadSize>
<EnvironmentSize>566</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.enemyterritory.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>ET: Quake Wars</Title>
diff --git a/pts/test-profiles/ffmpeg.xml b/pts/test-profiles/ffmpeg.xml
index a69e713..b0c5c30 100644
--- a/pts/test-profiles/ffmpeg.xml
+++ b/pts/test-profiles/ffmpeg.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>88</DownloadSize>
<EnvironmentSize>16</EnvironmentSize>
+ <ProjectURL>http://ffmpeg.mplayerhq.hu/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>FFmpeg</Title>
diff --git a/pts/test-profiles/fgl-glxgears.xml b/pts/test-profiles/fgl-glxgears.xml
index cc55ab0..33177db 100644
--- a/pts/test-profiles/fgl-glxgears.xml
+++ b/pts/test-profiles/fgl-glxgears.xml
@@ -6,6 +6,7 @@
<License>RESTRICTED</License>
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
+ <ProjectURL>http://ati.amd.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>ATI fgl_glxgears</Title>
diff --git a/pts/test-profiles/glmark.xml b/pts/test-profiles/glmark.xml
index afa4482..6876840 100644
--- a/pts/test-profiles/glmark.xml
+++ b/pts/test-profiles/glmark.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>1</DownloadSize>
<EnvironmentSize>1.5</EnvironmentSize>
+ <ProjectURL>https://sourceforge.net/projects/glmark</ProjectURL>
</TestProfile>
<TestInformation>
<Title>GLMark</Title>
diff --git a/pts/test-profiles/gnupg.xml b/pts/test-profiles/gnupg.xml
index 6896483..3d5e455 100644
--- a/pts/test-profiles/gnupg.xml
+++ b/pts/test-profiles/gnupg.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>4.4</DownloadSize>
<EnvironmentSize>8.4</EnvironmentSize>
+ <ProjectURL>http://www.gnupg.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>GnuPG</Title>
diff --git a/pts/test-profiles/gtkperf.xml b/pts/test-profiles/gtkperf.xml
index 0d7da5a..110ac62 100644
--- a/pts/test-profiles/gtkperf.xml
+++ b/pts/test-profiles/gtkperf.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.38</DownloadSize>
<EnvironmentSize>0.11</EnvironmentSize>
+ <ProjectURL>http://gtkperf.sourceforge.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>GtkPerf</Title>
diff --git a/pts/test-profiles/hdparm-read.xml b/pts/test-profiles/hdparm-read.xml
index b22353e..d010c7a 100644
--- a/pts/test-profiles/hdparm-read.xml
+++ b/pts/test-profiles/hdparm-read.xml
@@ -6,6 +6,7 @@
<License>FREE</License>
<Status>UNVERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
+ <ProjectURL>http://sourceforge.net/projects/hdparm/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>hdparm Timed Disk Reads</Title>
diff --git a/pts/test-profiles/hmmer.xml b/pts/test-profiles/hmmer.xml
index 3218d72..f254c09 100644
--- a/pts/test-profiles/hmmer.xml
+++ b/pts/test-profiles/hmmer.xml
@@ -8,6 +8,7 @@
<Maintainer>Andrew Schofield</Maintainer>
<DownloadSize>107</DownloadSize>
<EnvironmentSize>707</EnvironmentSize>
+ <ProjectURL>http://hmmer.janelia.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed HMMer Search</Title>
diff --git a/pts/test-profiles/iozone.xml b/pts/test-profiles/iozone.xml
index e62aec1..8512bc3 100644
--- a/pts/test-profiles/iozone.xml
+++ b/pts/test-profiles/iozone.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>1.5</DownloadSize>
<EnvironmentSize>2.3</EnvironmentSize>
+ <ProjectURL>http://www.iozone.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>IOzone</Title>
diff --git a/pts/test-profiles/java-scimark2.xml b/pts/test-profiles/java-scimark2.xml
index aadb30a..af21385 100644
--- a/pts/test-profiles/java-scimark2.xml
+++ b/pts/test-profiles/java-scimark2.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.03</DownloadSize>
<EnvironmentSize>0.05</EnvironmentSize>
+ <ProjectURL>http://math.nist.gov/scimark2/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Java SciMark</Title>
diff --git a/pts/test-profiles/mafft.xml b/pts/test-profiles/mafft.xml
index b50bfef..bb8e9d7 100644
--- a/pts/test-profiles/mafft.xml
+++ b/pts/test-profiles/mafft.xml
@@ -6,6 +6,7 @@
<License>FREE</License>
<Status>VERIFIED</Status>
<Maintainer>Andrew Schofield</Maintainer>
+ <ProjectURL>http://align.bmr.kyushu-u.ac.jp/mafft/software/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed MAFFT Alignment</Title>
diff --git a/pts/test-profiles/md-gromacs.xml b/pts/test-profiles/md-gromacs.xml
index 833f9bb..dc8517e 100644
--- a/pts/test-profiles/md-gromacs.xml
+++ b/pts/test-profiles/md-gromacs.xml
@@ -8,6 +8,7 @@
<Maintainer>Andrew Schofield</Maintainer>
<DownloadSize>30</DownloadSize>
<EnvironmentSize>247</EnvironmentSize>
+ <ProjectURL>http://www.gromacs.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>GROMACS MD Benchmark</Title>
diff --git a/pts/test-profiles/mencoder.xml b/pts/test-profiles/mencoder.xml
index cefe927..3756dce 100644
--- a/pts/test-profiles/mencoder.xml
+++ b/pts/test-profiles/mencoder.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>95</DownloadSize>
<EnvironmentSize>16</EnvironmentSize>
+ <ProjectURL>http://www.mplayerhq.hu/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Mencoder</Title>
diff --git a/pts/test-profiles/mrbayes.xml b/pts/test-profiles/mrbayes.xml
index 12ff1f3..2df1f50 100644
--- a/pts/test-profiles/mrbayes.xml
+++ b/pts/test-profiles/mrbayes.xml
@@ -8,6 +8,7 @@
<Maintainer>Andrew Schofield</Maintainer>
<DownloadSize>17</DownloadSize>
<EnvironmentSize>22</EnvironmentSize>
+ <ProjectURL>http://mrbayes.csit.fsu.edu/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Timed MrBayes Analysis</Title>
diff --git a/pts/test-profiles/nexuiz.xml b/pts/test-profiles/nexuiz.xml
index 83eca3b..1b8d1fd 100644
--- a/pts/test-profiles/nexuiz.xml
+++ b/pts/test-profiles/nexuiz.xml
@@ -9,6 +9,7 @@
<DownloadSize>376</DownloadSize>
<EnvironmentSize>746</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.nexuiz.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Nexuiz</Title>
diff --git a/pts/test-profiles/openarena.xml b/pts/test-profiles/openarena.xml
index a1ff901..39864ac 100644
--- a/pts/test-profiles/openarena.xml
+++ b/pts/test-profiles/openarena.xml
@@ -9,6 +9,7 @@
<DownloadSize>272</DownloadSize>
<EnvironmentSize>279</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://openarena.ws/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>OpenArena</Title>
diff --git a/pts/test-profiles/openssl.xml b/pts/test-profiles/openssl.xml
index e45dd05..e4d9b78 100644
--- a/pts/test-profiles/openssl.xml
+++ b/pts/test-profiles/openssl.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>3.2</DownloadSize>
<EnvironmentSize>37</EnvironmentSize>
+ <ProjectURL>http://www.openssl.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>OpenSSL</Title>
diff --git a/pts/test-profiles/pts-graph.xml b/pts/test-profiles/pts-graph.xml
index 3348ce6..5c730fa 100644
--- a/pts/test-profiles/pts-graph.xml
+++ b/pts/test-profiles/pts-graph.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.01</DownloadSize>
<EnvironmentSize>0.02</EnvironmentSize>
+ <ProjectURL>http://www.phoronix-test-suite.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>PTS Grapher</Title>
diff --git a/pts/test-profiles/quake4.xml b/pts/test-profiles/quake4.xml
index 23d04cd..8a8cf49 100644
--- a/pts/test-profiles/quake4.xml
+++ b/pts/test-profiles/quake4.xml
@@ -9,6 +9,7 @@
<DownloadSize>275</DownloadSize>
<EnvironmentSize>2868</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.quake4game.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Quake 4</Title>
diff --git a/pts/test-profiles/ramspeed.xml b/pts/test-profiles/ramspeed.xml
index a8c1768..915b35f 100644
--- a/pts/test-profiles/ramspeed.xml
+++ b/pts/test-profiles/ramspeed.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.06</DownloadSize>
<EnvironmentSize>0.72</EnvironmentSize>
+ <ProjectURL>http://www.alasir.com/software/ramspeed/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>RAMspeed</Title>
diff --git a/pts/test-profiles/render-bench.xml b/pts/test-profiles/render-bench.xml
index 8a28632..af1a8c3 100644
--- a/pts/test-profiles/render-bench.xml
+++ b/pts/test-profiles/render-bench.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.02</DownloadSize>
<EnvironmentSize>0.12</EnvironmentSize>
+ <ProjectURL>http://www.freedesktop.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Render Bench</Title>
diff --git a/pts/test-profiles/sample-program.xml b/pts/test-profiles/sample-program.xml
index fea9be9..fe2bcaf 100644
--- a/pts/test-profiles/sample-program.xml
+++ b/pts/test-profiles/sample-program.xml
@@ -6,6 +6,7 @@
<License>FREE</License>
<Status>EXPERIMENTAL</Status>
<Maintainer>Phoronix Media</Maintainer>
+ <ProjectURL>http://www.phoronix-test-suite.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Sample Pi Program</Title>
diff --git a/pts/test-profiles/scimark2.xml b/pts/test-profiles/scimark2.xml
index cdbcd63..f10080d 100644
--- a/pts/test-profiles/scimark2.xml
+++ b/pts/test-profiles/scimark2.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.01</DownloadSize>
<EnvironmentSize>0.04</EnvironmentSize>
+ <ProjectURL>http://math.nist.gov/scimark2/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>SciMark</Title>
diff --git a/pts/test-profiles/specviewperf10.xml b/pts/test-profiles/specviewperf10.xml
index e008edc..72e6358 100644
--- a/pts/test-profiles/specviewperf10.xml
+++ b/pts/test-profiles/specviewperf10.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>585</DownloadSize>
<EnvironmentSize>1600</EnvironmentSize>
+ <ProjectURL>http://www.spec.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>SPECViewPerf</Title>
diff --git a/pts/test-profiles/specviewperf9.xml b/pts/test-profiles/specviewperf9.xml
index 4e7852f..7e48d0c 100644
--- a/pts/test-profiles/specviewperf9.xml
+++ b/pts/test-profiles/specviewperf9.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>625</DownloadSize>
<EnvironmentSize>1800</EnvironmentSize>
+ <ProjectURL>http://www.spec.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>SPECViewPerf</Title>
diff --git a/pts/test-profiles/sqlite.xml b/pts/test-profiles/sqlite.xml
index e20146b..905500c 100644
--- a/pts/test-profiles/sqlite.xml
+++ b/pts/test-profiles/sqlite.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>2.1</DownloadSize>
<EnvironmentSize>18.4</EnvironmentSize>
+ <ProjectURL>http://www.sqlite.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>SQLite</Title>
diff --git a/pts/test-profiles/sunflow.xml b/pts/test-profiles/sunflow.xml
index 437f132..f74afd5 100644
--- a/pts/test-profiles/sunflow.xml
+++ b/pts/test-profiles/sunflow.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>1.2</DownloadSize>
<EnvironmentSize>1.3</EnvironmentSize>
+ <ProjectURL>http://sunflow.sourceforge.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Sunflow Rendering System</Title>
diff --git a/pts/test-profiles/tandem-xml.xml b/pts/test-profiles/tandem-xml.xml
index ac63f57..78f0bac 100644
--- a/pts/test-profiles/tandem-xml.xml
+++ b/pts/test-profiles/tandem-xml.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.01</DownloadSize>
<EnvironmentSize>0.02</EnvironmentSize>
+ <ProjectURL>http://www.phoronix-test-suite.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Tandem XML</Title>
diff --git a/pts/test-profiles/tremulous.xml b/pts/test-profiles/tremulous.xml
index 2c0f6fa..c7e6f62 100644
--- a/pts/test-profiles/tremulous.xml
+++ b/pts/test-profiles/tremulous.xml
@@ -9,6 +9,7 @@
<DownloadSize>101</DownloadSize>
<EnvironmentSize>110</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://tremulous.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Tremulous</Title>
diff --git a/pts/test-profiles/urbanterror.xml b/pts/test-profiles/urbanterror.xml
index aea8128..291a273 100644
--- a/pts/test-profiles/urbanterror.xml
+++ b/pts/test-profiles/urbanterror.xml
@@ -9,6 +9,7 @@
<DownloadSize>721</DownloadSize>
<EnvironmentSize>740</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.urbanterror.net/news.php</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Urban Terror</Title>
diff --git a/pts/test-profiles/warsow.xml b/pts/test-profiles/warsow.xml
index 1dcc71f..5c9012e 100644
--- a/pts/test-profiles/warsow.xml
+++ b/pts/test-profiles/warsow.xml
@@ -9,6 +9,7 @@
<DownloadSize>185</DownloadSize>
<EnvironmentSize>195</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.warsow.net/?page=home</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Warsow</Title>
diff --git a/pts/test-profiles/wine.xml b/pts/test-profiles/wine.xml
index 853989b..bae3bc1 100644
--- a/pts/test-profiles/wine.xml
+++ b/pts/test-profiles/wine.xml
@@ -6,6 +6,7 @@
<License>FREE</License>
<Status>UNVERIFIED</Status>
<Maintainer>Stefan Doesinger</Maintainer>
+ <ProjectURL>http://www.winehq.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Wine Conformance Tests</Title>
diff --git a/pts/test-profiles/x11perf.xml b/pts/test-profiles/x11perf.xml
index 6586fd2..9df0d32 100644
--- a/pts/test-profiles/x11perf.xml
+++ b/pts/test-profiles/x11perf.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>0.13</DownloadSize>
<EnvironmentSize>1.7</EnvironmentSize>
+ <ProjectURL>http://www.x.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>x11perf</Title>
diff --git a/pts/test-profiles/xplane9.xml b/pts/test-profiles/xplane9.xml
index 6e4b45d..3ac73c6 100644
--- a/pts/test-profiles/xplane9.xml
+++ b/pts/test-profiles/xplane9.xml
@@ -9,6 +9,7 @@
<DownloadSize>475</DownloadSize>
<EnvironmentSize>855</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.x-plane.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>X-Plane</Title>
diff --git a/pts/test-profiles/yafray.xml b/pts/test-profiles/yafray.xml
index de9866f..54614c5 100644
--- a/pts/test-profiles/yafray.xml
+++ b/pts/test-profiles/yafray.xml
@@ -8,6 +8,7 @@
<Maintainer>Michael Larabel</Maintainer>
<DownloadSize>2.9</DownloadSize>
<EnvironmentSize>28.9</EnvironmentSize>
+ <ProjectURL>http://www.yafray.org/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>YafRay</Title>