aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--benchmarks/Makefile1
-rw-r--r--benchmarks/phoronix-test-suite/Makefile66
-rw-r--r--benchmarks/phoronix-test-suite/distinfo3
-rw-r--r--benchmarks/phoronix-test-suite/files/patch-install-sh35
-rw-r--r--benchmarks/phoronix-test-suite/pkg-descr6
-rw-r--r--benchmarks/phoronix-test-suite/pkg-plist753
6 files changed, 864 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 52a8a6ab2e51..e25fa3b27d57 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -41,6 +41,7 @@
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
+ SUBDIR += phoronix-test-suite
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
new file mode 100644
index 000000000000..29a5081e0179
--- /dev/null
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -0,0 +1,66 @@
+# New ports collection makefile for: phoronix
+# Date created: Jul 1, 2009
+# Whom: Kris Moore <kmoore@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoronix-test-suite
+PORTVERSION= 1.8.1
+CATEGORIES= benchmarks
+MASTER_SITES= http://www.phoronix-test-suite.com/releases/ \
+ http://www.phoronix.com/downloads/phoronix-test-suite/releases/
+
+MAINTAINER= kris@pcbsd.org
+COMMENT= Phoronix Benchmarking Suite
+
+OPTIONS= X11 "Enable support for php-gtk2 GUI" on
+
+USE_PHP= yes
+USE_PHP_BUILD= yes
+WANT_PHP_CLI= yes
+USE_GZIP= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/phoronix-test-suite
+MAN1= phoronix-test-suite.1
+
+DOCFILES1= CHANGE-LOG COPYING AUTHORS
+DOCFILES2= includes/pts-documentation.png includes/pts-documentation.css \
+ tips_and_tricks.html specifications_xml_test.html specifications_xml_suite.html \
+ specifications_xml_download.html sensor_monitoring.html pts_options.html \
+ install.html index.html default_files.html writing_your_first_test.html \
+ credits.html writing_your_first_module.html
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_X11)
+RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/php_gtk2.so:${PORTSDIR}/x11-toolkits/php-gtk2
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|/share/man/man1|/man/man1|g" ${WRKSRC}/install-sh
+ @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" \
+ ${WRKSRC}/phoronix-test-suite \
+ ${WRKSRC}/pts/test-resources/yafray/install.sh \
+ ${WRKSRC}/pts/test-resources/etqw/install.sh \
+ ${WRKSRC}/pts/test-resources/mafft/install.sh \
+ ${WRKSRC}/pts/distro-xml/freebsd-packages.xml \
+ ${WRKSRC}/pts-core/library/pts-functions_shell.php
+
+do-install:
+ cd ${WRKSRC} && ./install-sh ${LOCALBASE}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}/includes
+.for FILE in ${DOCFILES1}
+ @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE}
+.endfor
+.for FILE in ${DOCFILES2}
+ @${INSTALL_DATA} ${WRKSRC}/documentation/${FILE} ${DOCSDIR}/${FILE}
+.endfor
+ @${ECHO_MSG} "===> Docs installed in ${DOCSDIR}."
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/benchmarks/phoronix-test-suite/distinfo b/benchmarks/phoronix-test-suite/distinfo
new file mode 100644
index 000000000000..705fd042d487
--- /dev/null
+++ b/benchmarks/phoronix-test-suite/distinfo
@@ -0,0 +1,3 @@
+MD5 (phoronix-test-suite-1.8.1.tar.gz) = 6dc46563bc616cf1ca0d9922888d05f6
+SHA256 (phoronix-test-suite-1.8.1.tar.gz) = d5e64ad81bba55f1dad0a5c760b25e50b35a86de270e6068596d02253b58d865
+SIZE (phoronix-test-suite-1.8.1.tar.gz) = 418723
diff --git a/benchmarks/phoronix-test-suite/files/patch-install-sh b/benchmarks/phoronix-test-suite/files/patch-install-sh
new file mode 100644
index 000000000000..14c5d83fd62e
--- /dev/null
+++ b/benchmarks/phoronix-test-suite/files/patch-install-sh
@@ -0,0 +1,35 @@
+--- install-sh.orig 2009-03-07 23:21:13.000000000 -0500
++++ install-sh 2009-07-06 13:45:10.000000000 -0400
+@@ -51,30 +51,24 @@
+ mkdir -p $DESTDIR$INSTALL_PREFIX/share/icons/
+ mkdir -p $DESTDIR$INSTALL_PREFIX/share/man/man1/
+ mkdir -p $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/
+-mkdir -p $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/
+
+-cp CHANGE-LOG $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/
+-cp COPYING $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/
+-cp AUTHORS $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/
+
+ cd documentation/
+-cp -r * $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/
+ cd ..
+ rm -rf $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/man-pages/
+
+ cp documentation/man-pages/*.1 $DESTDIR$INSTALL_PREFIX/share/man/man1/
+ cp pts-core/media/phoronix-test-suite.png $DESTDIR$INSTALL_PREFIX/share/icons/phoronix-test-suite.png
+
+-cp -r pts/ $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/
++cp -r pts $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/
+ rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+-cp -r pts-core/ $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/
++cp -r pts-core $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/
+
+ sed 's:PTS_DIR=`pwd`:PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g' phoronix-test-suite > $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
+ chmod +x $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
+
+ echo -e "\nPhoronix Test Suite Installation Completed\n
+ Executable File: $INSTALL_PREFIX/bin/phoronix-test-suite
+-Documentation: $INSTALL_PREFIX/share/doc/phoronix-test-suite/
+ Phoronix Test Suite Files: $INSTALL_PREFIX/share/phoronix-test-suite/\n"
+
+ if [ "X$DESTDIR" != "X" ]
diff --git a/benchmarks/phoronix-test-suite/pkg-descr b/benchmarks/phoronix-test-suite/pkg-descr
new file mode 100644
index 000000000000..ee232278aa86
--- /dev/null
+++ b/benchmarks/phoronix-test-suite/pkg-descr
@@ -0,0 +1,6 @@
+The Phoronix Test Suite is the most comprehensive testing and benchmarking
+platform available for the *nix operating system. This software is designed
+to effectively carry out both qualitative and quantitative benchmarks in a
+clean, reproducible, and easy-to-use manner.
+
+WWW: http://www.phoronix-test-suite.com
diff --git a/benchmarks/phoronix-test-suite/pkg-plist b/benchmarks/phoronix-test-suite/pkg-plist
new file mode 100644
index 000000000000..b552d18b7ea3
--- /dev/null
+++ b/benchmarks/phoronix-test-suite/pkg-plist
@@ -0,0 +1,753 @@
+bin/phoronix-test-suite
+%%DATADIR%%/pts/test-resources/scimark2/downloads.xml
+%%DATADIR%%/pts/test-resources/scimark2/parse-results.php
+%%DATADIR%%/pts/test-resources/scimark2/install.sh
+%%DATADIR%%/pts/test-resources/bwfirt/install.sh
+%%DATADIR%%/pts/test-resources/bwfirt/downloads.xml
+%%DATADIR%%/pts/test-resources/povray/parse-results.php
+%%DATADIR%%/pts/test-resources/povray/install.sh
+%%DATADIR%%/pts/test-resources/povray/downloads.xml
+%%DATADIR%%/pts/test-resources/c-ray/install.sh
+%%DATADIR%%/pts/test-resources/c-ray/downloads.xml
+%%DATADIR%%/pts/test-resources/c-ray/parse-results.php
+%%DATADIR%%/pts/test-resources/wine-water/install.sh
+%%DATADIR%%/pts/test-resources/wine-water/downloads.xml
+%%DATADIR%%/pts/test-resources/wine-vf2/install.sh
+%%DATADIR%%/pts/test-resources/wine-vf2/downloads.xml
+%%DATADIR%%/pts/test-resources/wine-metaballs/install.sh
+%%DATADIR%%/pts/test-resources/wine-metaballs/downloads.xml
+%%DATADIR%%/pts/test-resources/wine-hdr/install.sh
+%%DATADIR%%/pts/test-resources/wine-hdr/downloads.xml
+%%DATADIR%%/pts/test-resources/wine-fire2/install.sh
+%%DATADIR%%/pts/test-resources/wine-fire2/downloads.xml
+%%DATADIR%%/pts/test-resources/wine-domino/install.sh
+%%DATADIR%%/pts/test-resources/wine-domino/downloads.xml
+%%DATADIR%%/pts/test-resources/wine-cloth/install.sh
+%%DATADIR%%/pts/test-resources/wine-cloth/downloads.xml
+%%DATADIR%%/pts/test-resources/jxrendermark/downloads.xml
+%%DATADIR%%/pts/test-resources/jxrendermark/parse-results.php
+%%DATADIR%%/pts/test-resources/jxrendermark/install.sh
+%%DATADIR%%/pts/test-resources/qgears2/parse-results.php
+%%DATADIR%%/pts/test-resources/qgears2/install.sh
+%%DATADIR%%/pts/test-resources/qgears2/downloads.xml
+%%DATADIR%%/pts/test-resources/padman/parse-results.php
+%%DATADIR%%/pts/test-resources/padman/install.sh
+%%DATADIR%%/pts/test-resources/padman/downloads.xml
+%%DATADIR%%/pts/test-resources/bork/downloads.xml
+%%DATADIR%%/pts/test-resources/bork/pre.sh
+%%DATADIR%%/pts/test-resources/bork/post.sh
+%%DATADIR%%/pts/test-resources/bork/install.sh
+%%DATADIR%%/pts/test-resources/vdrift/parse-results.php
+%%DATADIR%%/pts/test-resources/vdrift/downloads.xml
+%%DATADIR%%/pts/test-resources/vdrift/install.sh
+%%DATADIR%%/pts/test-resources/unigine-tropics/parse-results.php
+%%DATADIR%%/pts/test-resources/unigine-tropics/install.sh
+%%DATADIR%%/pts/test-resources/unigine-tropics/downloads.xml
+%%DATADIR%%/pts/test-resources/unigine-sanctuary/parse-results.php
+%%DATADIR%%/pts/test-resources/unigine-sanctuary/install.sh
+%%DATADIR%%/pts/test-resources/unigine-sanctuary/downloads.xml
+%%DATADIR%%/pts/test-resources/ppracer/parse-results.php
+%%DATADIR%%/pts/test-resources/ppracer/install.sh
+%%DATADIR%%/pts/test-resources/ppracer/downloads.xml
+%%DATADIR%%/pts/test-resources/jgfxbat/parse-results.php
+%%DATADIR%%/pts/test-resources/jgfxbat/install.sh
+%%DATADIR%%/pts/test-resources/jgfxbat/downloads.xml
+%%DATADIR%%/pts/test-resources/j2dbench/parse-results.php
+%%DATADIR%%/pts/test-resources/j2dbench/install.sh
+%%DATADIR%%/pts/test-resources/j2dbench/downloads.xml
+%%DATADIR%%/pts/test-resources/idle/install.sh
+%%DATADIR%%/pts/test-resources/fhourstones/parse-results.php
+%%DATADIR%%/pts/test-resources/fhourstones/install.sh
+%%DATADIR%%/pts/test-resources/fhourstones/downloads.xml
+%%DATADIR%%/pts/test-resources/openssl/install.sh
+%%DATADIR%%/pts/test-resources/openssl/parse-results.php
+%%DATADIR%%/pts/test-resources/openssl/downloads.xml
+%%DATADIR%%/pts/test-resources/et/parse-results.php
+%%DATADIR%%/pts/test-resources/et/install.sh
+%%DATADIR%%/pts/test-resources/et/downloads.xml
+%%DATADIR%%/pts/test-resources/byte/parse-results.php
+%%DATADIR%%/pts/test-resources/byte/install.sh
+%%DATADIR%%/pts/test-resources/byte/downloads.xml
+%%DATADIR%%/pts/test-resources/encode-ogg/install.sh
+%%DATADIR%%/pts/test-resources/encode-ogg/downloads.xml
+%%DATADIR%%/pts/test-resources/yafray/install.sh
+%%DATADIR%%/pts/test-resources/yafray/install.sh.bak
+%%DATADIR%%/pts/test-resources/yafray/downloads.xml
+%%DATADIR%%/pts/test-resources/build-imagemagick/downloads.xml
+%%DATADIR%%/pts/test-resources/build-imagemagick/post.sh
+%%DATADIR%%/pts/test-resources/build-imagemagick/install.sh
+%%DATADIR%%/pts/test-resources/x11perf/parse-results.php
+%%DATADIR%%/pts/test-resources/x11perf/install.sh
+%%DATADIR%%/pts/test-resources/x11perf/downloads.xml
+%%DATADIR%%/pts/test-resources/specviewperf10/install.sh
+%%DATADIR%%/pts/test-resources/specviewperf10/parse-results.php
+%%DATADIR%%/pts/test-resources/specviewperf10/downloads.xml
+%%DATADIR%%/pts/test-resources/tremulous/downloads.xml
+%%DATADIR%%/pts/test-resources/tremulous/parse-results.php
+%%DATADIR%%/pts/test-resources/tremulous/install.sh
+%%DATADIR%%/pts/test-resources/compress-lzma/post.sh
+%%DATADIR%%/pts/test-resources/compress-lzma/pre.sh
+%%DATADIR%%/pts/test-resources/compress-lzma/install.sh
+%%DATADIR%%/pts/test-resources/compress-lzma/downloads.xml
+%%DATADIR%%/pts/test-resources/trislam/install.sh
+%%DATADIR%%/pts/test-resources/trislam/downloads.xml
+%%DATADIR%%/pts/test-resources/sqlite/post.sh
+%%DATADIR%%/pts/test-resources/sqlite/install.sh
+%%DATADIR%%/pts/test-resources/sqlite/downloads.xml
+%%DATADIR%%/pts/test-resources/build-php/post.sh
+%%DATADIR%%/pts/test-resources/build-php/install.sh
+%%DATADIR%%/pts/test-resources/build-php/downloads.xml
+%%DATADIR%%/pts/test-resources/build-linux-kernel/post.sh
+%%DATADIR%%/pts/test-resources/build-linux-kernel/install.sh
+%%DATADIR%%/pts/test-resources/build-linux-kernel/downloads.xml
+%%DATADIR%%/pts/test-resources/quake4/parse-results.php
+%%DATADIR%%/pts/test-resources/quake4/install.sh
+%%DATADIR%%/pts/test-resources/quake4/downloads.xml
+%%DATADIR%%/pts/test-resources/sunflow/downloads.xml
+%%DATADIR%%/pts/test-resources/sunflow/parse-results.php
+%%DATADIR%%/pts/test-resources/sunflow/install.sh
+%%DATADIR%%/pts/test-resources/ut2004-demo/parse-results.php
+%%DATADIR%%/pts/test-resources/ut2004-demo/install.sh
+%%DATADIR%%/pts/test-resources/ut2004-demo/downloads.xml
+%%DATADIR%%/pts/test-resources/compliance-ogl/downloads.xml
+%%DATADIR%%/pts/test-resources/compliance-ogl/parse-results.php
+%%DATADIR%%/pts/test-resources/compliance-ogl/install.sh
+%%DATADIR%%/pts/test-resources/ramspeed/parse-results.php
+%%DATADIR%%/pts/test-resources/ramspeed/downloads.xml
+%%DATADIR%%/pts/test-resources/ramspeed/install.sh
+%%DATADIR%%/pts/test-resources/encode-flac/downloads.xml
+%%DATADIR%%/pts/test-resources/encode-flac/install.sh
+%%DATADIR%%/pts/test-resources/fgl-glxgears/parse-results.php
+%%DATADIR%%/pts/test-resources/super-pi/downloads.xml
+%%DATADIR%%/pts/test-resources/super-pi/install.sh
+%%DATADIR%%/pts/test-resources/super-pi/parse-results.php
+%%DATADIR%%/pts/test-resources/build-mysql/install.sh
+%%DATADIR%%/pts/test-resources/build-mysql/post.sh
+%%DATADIR%%/pts/test-resources/build-mysql/downloads.xml
+%%DATADIR%%/pts/test-resources/gnupg/pre.sh
+%%DATADIR%%/pts/test-resources/gnupg/post.sh
+%%DATADIR%%/pts/test-resources/gnupg/install.sh
+%%DATADIR%%/pts/test-resources/gnupg/downloads.xml
+%%DATADIR%%/pts/test-resources/hmmer/install.sh
+%%DATADIR%%/pts/test-resources/hmmer/downloads.xml
+%%DATADIR%%/pts/test-resources/norsetto-shadow/parse-results.php
+%%DATADIR%%/pts/test-resources/norsetto-shadow/install.sh
+%%DATADIR%%/pts/test-resources/norsetto-shadow/downloads.xml
+%%DATADIR%%/pts/test-resources/compliance-acpi/parse-results.php
+%%DATADIR%%/pts/test-resources/compliance-acpi/install.sh
+%%DATADIR%%/pts/test-resources/encode-ape/install.sh
+%%DATADIR%%/pts/test-resources/encode-ape/downloads.xml
+%%DATADIR%%/pts/test-resources/etqw/parse-results.php
+%%DATADIR%%/pts/test-resources/etqw/install.sh
+%%DATADIR%%/pts/test-resources/etqw/install.sh.bak
+%%DATADIR%%/pts/test-resources/etqw/downloads.xml
+%%DATADIR%%/pts/test-resources/hdparm-read/parse-results.php
+%%DATADIR%%/pts/test-resources/hdparm-read/install.sh
+%%DATADIR%%/pts/test-resources/mrbayes/downloads.xml
+%%DATADIR%%/pts/test-resources/mrbayes/install.sh
+%%DATADIR%%/pts/test-resources/memory-bandwidth/install.sh
+%%DATADIR%%/pts/test-resources/memory-bandwidth/parse-results.php
+%%DATADIR%%/pts/test-resources/memory-bandwidth/downloads.xml
+%%DATADIR%%/pts/test-resources/xplane9/downloads.xml
+%%DATADIR%%/pts/test-resources/xplane9/install.sh
+%%DATADIR%%/pts/test-resources/xplane9/parse-results.php
+%%DATADIR%%/pts/test-resources/doom3/parse-results.php
+%%DATADIR%%/pts/test-resources/doom3/install.sh
+%%DATADIR%%/pts/test-resources/doom3/downloads.xml
+%%DATADIR%%/pts/test-resources/encode-mp3/downloads.xml
+%%DATADIR%%/pts/test-resources/encode-mp3/install.sh
+%%DATADIR%%/pts/test-resources/compliance-sensors/install.sh
+%%DATADIR%%/pts/test-resources/compliance-sensors/parse-results.php
+%%DATADIR%%/pts/test-resources/fract/install.sh
+%%DATADIR%%/pts/test-resources/fract/parse-results.php
+%%DATADIR%%/pts/test-resources/fract/downloads.xml
+%%DATADIR%%/pts/test-resources/sample-program/downloads.xml
+%%DATADIR%%/pts/test-resources/sample-program/install.sh
+%%DATADIR%%/pts/test-resources/ffmpeg/downloads.xml
+%%DATADIR%%/pts/test-resources/ffmpeg/install.sh
+%%DATADIR%%/pts/test-resources/build-apache/post.sh
+%%DATADIR%%/pts/test-resources/build-apache/install.sh
+%%DATADIR%%/pts/test-resources/build-apache/downloads.xml
+%%DATADIR%%/pts/test-resources/encode-wavpack/install.sh
+%%DATADIR%%/pts/test-resources/encode-wavpack/downloads.xml
+%%DATADIR%%/pts/test-resources/compress-7zip/parse-results.php
+%%DATADIR%%/pts/test-resources/compress-7zip/install.sh
+%%DATADIR%%/pts/test-resources/compress-7zip/downloads.xml
+%%DATADIR%%/pts/test-resources/compress-gzip/post.sh
+%%DATADIR%%/pts/test-resources/compress-gzip/pre.sh
+%%DATADIR%%/pts/test-resources/compress-gzip/install.sh
+%%DATADIR%%/pts/test-resources/video-extensions/downloads.xml
+%%DATADIR%%/pts/test-resources/video-extensions/install.sh
+%%DATADIR%%/pts/test-resources/video-extensions/parse-results.php
+%%DATADIR%%/pts/test-resources/espeak/downloads.xml
+%%DATADIR%%/pts/test-resources/espeak/install.sh
+%%DATADIR%%/pts/test-resources/warsow/downloads.xml
+%%DATADIR%%/pts/test-resources/warsow/install.sh
+%%DATADIR%%/pts/test-resources/warsow/parse-results.php
+%%DATADIR%%/pts/test-resources/build-mplayer/post.sh
+%%DATADIR%%/pts/test-resources/build-mplayer/pre.sh
+%%DATADIR%%/pts/test-resources/build-mplayer/install.sh
+%%DATADIR%%/pts/test-resources/build-mplayer/downloads.xml
+%%DATADIR%%/pts/test-resources/iozone/install.sh
+%%DATADIR%%/pts/test-resources/iozone/downloads.xml
+%%DATADIR%%/pts/test-resources/iozone/parse-results.php
+%%DATADIR%%/pts/test-resources/fio/downloads.xml
+%%DATADIR%%/pts/test-resources/fio/install.sh
+%%DATADIR%%/pts/test-resources/specviewperf9/install.sh
+%%DATADIR%%/pts/test-resources/specviewperf9/downloads.xml
+%%DATADIR%%/pts/test-resources/specviewperf9/parse-results.php
+%%DATADIR%%/pts/test-resources/gtkperf/downloads.xml
+%%DATADIR%%/pts/test-resources/gtkperf/install.sh
+%%DATADIR%%/pts/test-resources/gtkperf/parse-results.php
+%%DATADIR%%/pts/test-resources/urbanterror/install.sh
+%%DATADIR%%/pts/test-resources/urbanterror/downloads.xml
+%%DATADIR%%/pts/test-resources/urbanterror/parse-results.php
+%%DATADIR%%/pts/test-resources/etqw-demo/downloads.xml
+%%DATADIR%%/pts/test-resources/etqw-demo/install.sh
+%%DATADIR%%/pts/test-resources/etqw-demo/parse-results.php
+%%DATADIR%%/pts/test-resources/render-bench/downloads.xml
+%%DATADIR%%/pts/test-resources/render-bench/install.sh
+%%DATADIR%%/pts/test-resources/stresscpu2/install.sh
+%%DATADIR%%/pts/test-resources/stresscpu2/downloads.xml
+%%DATADIR%%/pts/test-resources/stresscpu2/parse-results.php
+%%DATADIR%%/pts/test-resources/compress-pbzip2/downloads.xml
+%%DATADIR%%/pts/test-resources/compress-pbzip2/pre.sh
+%%DATADIR%%/pts/test-resources/compress-pbzip2/install.sh
+%%DATADIR%%/pts/test-resources/compress-pbzip2/post.sh
+%%DATADIR%%/pts/test-resources/mafft/downloads.xml
+%%DATADIR%%/pts/test-resources/mafft/install.sh
+%%DATADIR%%/pts/test-resources/mafft/install.sh.bak
+%%DATADIR%%/pts/test-resources/openarena/install.sh
+%%DATADIR%%/pts/test-resources/openarena/downloads.xml
+%%DATADIR%%/pts/test-resources/openarena/parse-results.php
+%%DATADIR%%/pts/test-resources/lightsmark/downloads.xml
+%%DATADIR%%/pts/test-resources/lightsmark/install.sh
+%%DATADIR%%/pts/test-resources/lightsmark/parse-results.php
+%%DATADIR%%/pts/test-resources/java-scimark2/downloads.xml
+%%DATADIR%%/pts/test-resources/java-scimark2/install.sh
+%%DATADIR%%/pts/test-resources/java-scimark2/parse-results.php
+%%DATADIR%%/pts/test-resources/mencoder/downloads.xml
+%%DATADIR%%/pts/test-resources/mencoder/install.sh
+%%DATADIR%%/pts/test-resources/md-gromacs/downloads.xml
+%%DATADIR%%/pts/test-resources/md-gromacs/install.sh
+%%DATADIR%%/pts/test-resources/md-gromacs/parse-results.php
+%%DATADIR%%/pts/test-resources/nexuiz/parse-results.php
+%%DATADIR%%/pts/test-resources/nexuiz/downloads.xml
+%%DATADIR%%/pts/test-resources/nexuiz/install.sh
+%%DATADIR%%/pts/test-resources/glmark/downloads.xml
+%%DATADIR%%/pts/test-resources/glmark/install.sh
+%%DATADIR%%/pts/test-resources/glmark/parse-results.php
+%%DATADIR%%/pts/test-resources/graphics-magick/parse-results.php
+%%DATADIR%%/pts/test-resources/graphics-magick/downloads.xml
+%%DATADIR%%/pts/test-resources/graphics-magick/install.sh
+%%DATADIR%%/pts/test-resources/smokin-guns/install.sh
+%%DATADIR%%/pts/test-resources/smokin-guns/parse-results.php
+%%DATADIR%%/pts/test-resources/smokin-guns/downloads.xml
+%%DATADIR%%/pts/test-resources/prey/downloads.xml
+%%DATADIR%%/pts/test-resources/prey/parse-results.php
+%%DATADIR%%/pts/test-resources/prey/install.sh
+%%DATADIR%%/pts/base-test-resources/wine-humus-tests/parse-results.php
+%%DATADIR%%/pts/base-test-resources/wine-humus-tests/install.sh
+%%DATADIR%%/pts/base-test-resources/photo-sample/install.sh
+%%DATADIR%%/pts/base-test-resources/photo-sample/downloads.xml
+%%DATADIR%%/pts/base-test-resources/wine-unstable/post.php
+%%DATADIR%%/pts/base-test-resources/wine-unstable/install.sh
+%%DATADIR%%/pts/base-test-resources/wine-unstable/downloads.xml
+%%DATADIR%%/pts/base-test-resources/2d-test/post.php
+%%DATADIR%%/pts/base-test-resources/video-sample/install.sh
+%%DATADIR%%/pts/base-test-resources/video-sample/downloads.xml
+%%DATADIR%%/pts/base-test-resources/timed-audio-encode/install.sh
+%%DATADIR%%/pts/base-test-resources/timed-audio-encode/downloads.xml
+%%DATADIR%%/pts/base-test-resources/java-environment/post.php
+%%DATADIR%%/pts/test-suites/xsl/pts-suite-viewer.xsl
+%%DATADIR%%/pts/test-suites/universe-cli.xml
+%%DATADIR%%/pts/test-suites/bsd.xml
+%%DATADIR%%/pts/test-suites/gaming-free.xml
+%%DATADIR%%/pts/test-suites/opengl-demos.xml
+%%DATADIR%%/pts/test-suites/audio-encoding.xml
+%%DATADIR%%/pts/test-suites/computational.xml
+%%DATADIR%%/pts/test-suites/molecular-dynamics.xml
+%%DATADIR%%/pts/test-suites/memory.xml
+%%DATADIR%%/pts/test-suites/x-testing.xml
+%%DATADIR%%/pts/test-suites/xrender.xml
+%%DATADIR%%/pts/test-suites/netbook.xml
+%%DATADIR%%/pts/test-suites/filesystem.xml
+%%DATADIR%%/pts/test-suites/disk.xml
+%%DATADIR%%/pts/test-suites/gaming-closed.xml
+%%DATADIR%%/pts/test-suites/compilation.xml
+%%DATADIR%%/pts/test-suites/ioquake3-games.xml
+%%DATADIR%%/pts/test-suites/compression.xml
+%%DATADIR%%/pts/test-suites/wine-graphics.xml
+%%DATADIR%%/pts/test-suites/database.xml
+%%DATADIR%%/pts/test-suites/system-disk.xml
+%%DATADIR%%/pts/test-suites/video-encoding.xml
+%%DATADIR%%/pts/test-suites/universe-x.xml
+%%DATADIR%%/pts/test-suites/universe.xml
+%%DATADIR%%/pts/test-suites/system-compliance.xml
+%%DATADIR%%/pts/test-suites/opengl-workstation.xml
+%%DATADIR%%/pts/test-suites/gui-toolkits.xml
+%%DATADIR%%/pts/test-suites/java-opengl.xml
+%%DATADIR%%/pts/test-suites/linux-system.xml
+%%DATADIR%%/pts/test-suites/java.xml
+%%DATADIR%%/pts/test-suites/darwin.xml
+%%DATADIR%%/pts/test-suites/multicore.xml
+%%DATADIR%%/pts/test-suites/computational-biology.xml
+%%DATADIR%%/pts/test-suites/unigine.xml
+%%DATADIR%%/pts/test-suites/cryptography.xml
+%%DATADIR%%/pts/test-suites/ray-tracing.xml
+%%DATADIR%%/pts/test-suites/mesa.xml
+%%DATADIR%%/pts/test-suites/favorites.xml
+%%DATADIR%%/pts/test-suites/gaming.xml
+%%DATADIR%%/pts/test-suites/nevada.xml
+%%DATADIR%%/pts/test-suites/encoding.xml
+%%DATADIR%%/pts/base-test-profiles/java-environment.xml
+%%DATADIR%%/pts/base-test-profiles/photo-sample.xml
+%%DATADIR%%/pts/base-test-profiles/2d-test.xml
+%%DATADIR%%/pts/base-test-profiles/timed-audio-encode.xml
+%%DATADIR%%/pts/base-test-profiles/video-sample.xml
+%%DATADIR%%/pts/base-test-profiles/wine-humus-tests.xml
+%%DATADIR%%/pts/base-test-profiles/timed-build.xml
+%%DATADIR%%/pts/base-test-profiles/wine-unstable.xml
+%%DATADIR%%/pts/distro-scripts/install-centos-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-freebsd-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-netbsd-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-arch-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-pclinuxos-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-ubuntu-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-opensuse-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-opensolaris-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-mandrivalinux-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-gentoo-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-fedora-packages.sh
+%%DATADIR%%/pts/distro-scripts/install-pardus-packages.sh
+%%DATADIR%%/pts/test-profiles/xsl/pts-test-profile-viewer.xsl
+%%DATADIR%%/pts/test-profiles/smokin-guns.xml
+%%DATADIR%%/pts/test-profiles/warsow.xml
+%%DATADIR%%/pts/test-profiles/glmark.xml
+%%DATADIR%%/pts/test-profiles/nexuiz.xml
+%%DATADIR%%/pts/test-profiles/bwfirt.xml
+%%DATADIR%%/pts/test-profiles/vdrift.xml
+%%DATADIR%%/pts/test-profiles/ut2004-demo.xml
+%%DATADIR%%/pts/test-profiles/mafft.xml
+%%DATADIR%%/pts/test-profiles/lightsmark.xml
+%%DATADIR%%/pts/test-profiles/j2dbench.xml
+%%DATADIR%%/pts/test-profiles/graphics-magick.xml
+%%DATADIR%%/pts/test-profiles/fio.xml
+%%DATADIR%%/pts/test-profiles/encode-wavpack.xml
+%%DATADIR%%/pts/test-profiles/encode-mp3.xml
+%%DATADIR%%/pts/test-profiles/encode-flac.xml
+%%DATADIR%%/pts/test-profiles/encode-ape.xml
+%%DATADIR%%/pts/test-profiles/build-mysql.xml
+%%DATADIR%%/pts/test-profiles/wine-cloth.xml
+%%DATADIR%%/pts/test-profiles/urbanterror.xml
+%%DATADIR%%/pts/test-profiles/unigine-tropics.xml
+%%DATADIR%%/pts/test-profiles/et.xml
+%%DATADIR%%/pts/test-profiles/unigine-sanctuary.xml
+%%DATADIR%%/pts/test-profiles/trislam.xml
+%%DATADIR%%/pts/test-profiles/stresscpu2.xml
+%%DATADIR%%/pts/test-profiles/specviewperf10.xml
+%%DATADIR%%/pts/test-profiles/ramspeed.xml
+%%DATADIR%%/pts/test-profiles/ppracer.xml
+%%DATADIR%%/pts/test-profiles/openssl.xml
+%%DATADIR%%/pts/test-profiles/openarena.xml
+%%DATADIR%%/pts/test-profiles/mrbayes.xml
+%%DATADIR%%/pts/test-profiles/idle.xml
+%%DATADIR%%/pts/test-profiles/gnupg.xml
+%%DATADIR%%/pts/test-profiles/fract.xml
+%%DATADIR%%/pts/test-profiles/fgl-glxgears.xml
+%%DATADIR%%/pts/test-profiles/etqw-demo.xml
+%%DATADIR%%/pts/test-profiles/espeak.xml
+%%DATADIR%%/pts/test-profiles/compliance-sensors.xml
+%%DATADIR%%/pts/test-profiles/byte.xml
+%%DATADIR%%/pts/test-profiles/build-mplayer.xml
+%%DATADIR%%/pts/test-profiles/bork.xml
+%%DATADIR%%/pts/test-profiles/gtkperf.xml
+%%DATADIR%%/pts/test-profiles/c-ray.xml
+%%DATADIR%%/pts/test-profiles/mencoder.xml
+%%DATADIR%%/pts/test-profiles/compliance-ogl.xml
+%%DATADIR%%/pts/test-profiles/quake4.xml
+%%DATADIR%%/pts/test-profiles/prey.xml
+%%DATADIR%%/pts/test-profiles/etqw.xml
+%%DATADIR%%/pts/test-profiles/qgears2.xml
+%%DATADIR%%/pts/test-profiles/yafray.xml
+%%DATADIR%%/pts/test-profiles/x11perf.xml
+%%DATADIR%%/pts/test-profiles/wine-water.xml
+%%DATADIR%%/pts/test-profiles/wine-vf2.xml
+%%DATADIR%%/pts/test-profiles/wine-metaballs.xml
+%%DATADIR%%/pts/test-profiles/wine-domino.xml
+%%DATADIR%%/pts/test-profiles/xplane9.xml
+%%DATADIR%%/pts/test-profiles/jxrendermark.xml
+%%DATADIR%%/pts/test-profiles/compress-7zip.xml
+%%DATADIR%%/pts/test-profiles/video-extensions.xml
+%%DATADIR%%/pts/test-profiles/specviewperf9.xml
+%%DATADIR%%/pts/test-profiles/build-imagemagick.xml
+%%DATADIR%%/pts/test-profiles/iozone.xml
+%%DATADIR%%/pts/test-profiles/sunflow.xml
+%%DATADIR%%/pts/test-profiles/doom3.xml
+%%DATADIR%%/pts/test-profiles/norsetto-shadow.xml
+%%DATADIR%%/pts/test-profiles/java-scimark2.xml
+%%DATADIR%%/pts/test-profiles/wine-hdr.xml
+%%DATADIR%%/pts/test-profiles/encode-ogg.xml
+%%DATADIR%%/pts/test-profiles/fhourstones.xml
+%%DATADIR%%/pts/test-profiles/sqlite.xml
+%%DATADIR%%/pts/test-profiles/render-bench.xml
+%%DATADIR%%/pts/test-profiles/build-apache.xml
+%%DATADIR%%/pts/test-profiles/compress-lzma.xml
+%%DATADIR%%/pts/test-profiles/scimark2.xml
+%%DATADIR%%/pts/test-profiles/padman.xml
+%%DATADIR%%/pts/test-profiles/md-gromacs.xml
+%%DATADIR%%/pts/test-profiles/jgfxbat.xml
+%%DATADIR%%/pts/test-profiles/tremulous.xml
+%%DATADIR%%/pts/test-profiles/memory-bandwidth.xml
+%%DATADIR%%/pts/test-profiles/ffmpeg.xml
+%%DATADIR%%/pts/test-profiles/hmmer.xml
+%%DATADIR%%/pts/test-profiles/compress-pbzip2.xml
+%%DATADIR%%/pts/test-profiles/compress-gzip.xml
+%%DATADIR%%/pts/test-profiles/povray.xml
+%%DATADIR%%/pts/test-profiles/compliance-acpi.xml
+%%DATADIR%%/pts/test-profiles/build-linux-kernel.xml
+%%DATADIR%%/pts/test-profiles/wine-fire2.xml
+%%DATADIR%%/pts/test-profiles/hdparm-read.xml
+%%DATADIR%%/pts/test-profiles/build-php.xml
+%%DATADIR%%/pts/test-profiles/sample-program.xml
+%%DATADIR%%/pts/test-profiles/super-pi.xml
+%%DATADIR%%/pts/distro-xml/xsl/pts-exdep-viewer.xsl
+%%DATADIR%%/pts/distro-xml/xsl/pts-generic-exdep-viewer.xsl
+%%DATADIR%%/pts/distro-xml/pclinuxos-packages.xml
+%%DATADIR%%/pts/distro-xml/opensuse-packages.xml
+%%DATADIR%%/pts/distro-xml/netbsd-packages.xml
+%%DATADIR%%/pts/distro-xml/pardus-packages.xml
+%%DATADIR%%/pts/distro-xml/fedora-packages.xml
+%%DATADIR%%/pts/distro-xml/arch-packages.xml
+%%DATADIR%%/pts/distro-xml/ubuntu-packages.xml
+%%DATADIR%%/pts/distro-xml/generic-packages.xml
+%%DATADIR%%/pts/distro-xml/mac-packages.xml
+%%DATADIR%%/pts/distro-xml/centos-packages.xml
+%%DATADIR%%/pts/distro-xml/freebsd-packages.xml
+%%DATADIR%%/pts/distro-xml/freebsd-packages.xml.bak
+%%DATADIR%%/pts/distro-xml/mandrivalinux-packages.xml
+%%DATADIR%%/pts/distro-xml/opensolaris-packages.xml
+%%DATADIR%%/pts/distro-xml/gentoo-packages.xml
+%%DATADIR%%/pts-core/library/pts-functions_system_parsing.php
+%%DATADIR%%/pts-core/library/pts-functions_system_hardware.php
+%%DATADIR%%/pts-core/library/pts-functions_tests.php
+%%DATADIR%%/pts-core/library/pts-functions_directories.php
+%%DATADIR%%/pts-core/library/pts.php
+%%DATADIR%%/pts-core/library/pts-functions_system_graphics.php
+%%DATADIR%%/pts-core/library/pts-includes-batch.php
+%%DATADIR%%/pts-core/library/pts-functions_modules.php
+%%DATADIR%%/pts-core/library/pts-functions_config.php
+%%DATADIR%%/pts-core/library/pts-init.php
+%%DATADIR%%/pts-core/library/pts-includes-gtk.php
+%%DATADIR%%/pts-core/library/pts-includes-merge.php
+%%DATADIR%%/pts-core/library/pts-functions_vars.php
+%%DATADIR%%/pts-core/library/pts-includes-run.php
+%%DATADIR%%/pts-core/library/pts-includes-install_dependencies.php
+%%DATADIR%%/pts-core/library/pts-functions_assignments.php
+%%DATADIR%%/pts-core/library/pts-interfaces.php
+%%DATADIR%%/pts-core/library/pts-functions_pcqs.php
+%%DATADIR%%/pts-core/library/pts-functions_loading.php
+%%DATADIR%%/pts-core/library/pts-functions_shell.php
+%%DATADIR%%/pts-core/library/pts-functions_shell.php.bak
+%%DATADIR%%/pts-core/library/pts-functions_system.php
+%%DATADIR%%/pts-core/library/pts-functions_types.php
+%%DATADIR%%/pts-core/library/pts-functions_client.php
+%%DATADIR%%/pts-core/library/pts-includes-run_setup.php
+%%DATADIR%%/pts-core/library/pts-includes-gui.php
+%%DATADIR%%/pts-core/library/pts-functions.php
+%%DATADIR%%/pts-core/library/pts-functions_system_cpu.php
+%%DATADIR%%/pts-core/library/pts-functions_io.php
+%%DATADIR%%/pts-core/library/pts-functions_global.php
+%%DATADIR%%/pts-core/library/pts-functions_system_software.php
+%%DATADIR%%/pts-core/library/pts-includes-install.php
+%%DATADIR%%/pts-core/library/pts-functions_system_memory.php
+%%DATADIR%%/pts-core/library/pts-includes-run_options.php
+%%DATADIR%%/pts-core/library/pts-includes-misc.php
+%%DATADIR%%/pts-core/library/pts-includes-analytical.php
+%%DATADIR%%/pts-core/library/pts-functions_basic.php
+%%DATADIR%%/pts-core/static/general-options.txt
+%%DATADIR%%/pts-core/static/phoronix-test-suite.desktop
+%%DATADIR%%/pts-core/static/pts-user-config-viewer.xsl
+%%DATADIR%%/pts-core/static/make-download-cache-howto.txt
+%%DATADIR%%/pts-core/static/short-description.txt
+%%DATADIR%%/pts-core/static/hal-values-remove.txt
+%%DATADIR%%/pts-core/static/process-reporting-checks.txt
+%%DATADIR%%/pts-core/static/info-strings-replace.txt
+%%DATADIR%%/pts-core/static/module-variables.txt
+%%DATADIR%%/pts-core/static/option-command-aliases.txt
+%%DATADIR%%/pts-core/static/software-vendor-aliases.txt
+%%DATADIR%%/pts-core/static/info-strings-remove.txt
+%%DATADIR%%/pts-core/options/core_version.php
+%%DATADIR%%/pts-core/options/list_modules.php
+%%DATADIR%%/pts-core/options/reference_comparison.php
+%%DATADIR%%/pts-core/options/result_file_to_suite.php
+%%DATADIR%%/pts-core/options/global_login.php
+%%DATADIR%%/pts-core/options/analyze_all_runs.php
+%%DATADIR%%/pts-core/options/module_setup.php
+%%DATADIR%%/pts-core/options/clone_global_result.php
+%%DATADIR%%/pts-core/options/benchmark.php
+%%DATADIR%%/pts-core/options/list_tests.php
+%%DATADIR%%/pts-core/options/install_all.php
+%%DATADIR%%/pts-core/options/test_module.php
+%%DATADIR%%/pts-core/options/removed_option.php
+%%DATADIR%%/pts-core/options/force_install.php
+%%DATADIR%%/pts-core/options/default_run.php
+%%DATADIR%%/pts-core/options/result_file_to_pdf.php
+%%DATADIR%%/pts-core/options/batch_benchmark.php
+%%DATADIR%%/pts-core/options/remove_result.php
+%%DATADIR%%/pts-core/options/refresh_graphs.php
+%%DATADIR%%/pts-core/options/merge_results.php
+%%DATADIR%%/pts-core/options/result_info.php
+%%DATADIR%%/pts-core/options/list_saved_results.php
+%%DATADIR%%/pts-core/options/info.php
+%%DATADIR%%/pts-core/options/make_download_cache.php
+%%DATADIR%%/pts-core/options/upload_result.php
+%%DATADIR%%/pts-core/options/download_test_files.php
+%%DATADIR%%/pts-core/options/batch_run.php
+%%DATADIR%%/pts-core/options/debug_module.php
+%%DATADIR%%/pts-core/options/list_installed_tests.php
+%%DATADIR%%/pts-core/options/install_all_dependencies.php
+%%DATADIR%%/pts-core/options/remove_all_results.php
+%%DATADIR%%/pts-core/options/install_dependencies.php
+%%DATADIR%%/pts-core/options/default_benchmark.php
+%%DATADIR%%/pts-core/options/analyze_batch.php
+%%DATADIR%%/pts-core/options/run_test.php
+%%DATADIR%%/pts-core/options/system_info.php
+%%DATADIR%%/pts-core/options/list_test_usage.php
+%%DATADIR%%/pts-core/options/install_test.php
+%%DATADIR%%/pts-core/options/diagnostics.php
+%%DATADIR%%/pts-core/options/gui_gtk.php
+%%DATADIR%%/pts-core/options/list_possible_dependencies.php
+%%DATADIR%%/pts-core/options/show_result.php
+%%DATADIR%%/pts-core/options/list_all_tests.php
+%%DATADIR%%/pts-core/options/build_suite.php
+%%DATADIR%%/pts-core/options/initial_config.php
+%%DATADIR%%/pts-core/options/remove_installed_test.php
+%%DATADIR%%/pts-core/options/batch_setup.php
+%%DATADIR%%/pts-core/options/module_info.php
+%%DATADIR%%/pts-core/options/list_suites.php
+%%DATADIR%%/pts-core/test-libraries/root-access.sh
+%%DATADIR%%/pts-core/test-libraries/timer-start.sh
+%%DATADIR%%/pts-core/test-libraries/timed-kill.sh
+%%DATADIR%%/pts-core/test-libraries/timer-stop.sh
+%%DATADIR%%/pts-core/test-libraries/system-monitoring-start.sh
+%%DATADIR%%/pts-core/test-libraries/system-monitoring.php
+%%DATADIR%%/pts-core/test-libraries/system-monitoring-stop.sh
+%%DATADIR%%/pts-core/results-viewer/fonts/Sans.ttf
+%%DATADIR%%/pts-core/results-viewer/pts-logo.jpg
+%%DATADIR%%/pts-core/results-viewer/pts-viewer.css
+%%DATADIR%%/pts-core/results-viewer/pts-monitor-viewer.html
+%%DATADIR%%/pts-core/results-viewer/pts-logo.png
+%%DATADIR%%/pts-core/results-viewer/pts-results-viewer.xsl
+%%DATADIR%%/pts-core/results-viewer/pts.js
+%%DATADIR%%/pts-core/media/pts-icon.png
+%%DATADIR%%/pts-core/media/pts-308x160.png
+%%DATADIR%%/pts-core/media/phoronix-test-suite.png
+%%DATADIR%%/pts-core/modules/update_checker.php
+%%DATADIR%%/pts-core/modules/graphics_override.php
+%%DATADIR%%/pts-core/modules/timed_screenshot.php
+%%DATADIR%%/pts-core/modules/system_monitor.php
+%%DATADIR%%/pts-core/modules/graphics_event_checker.php
+%%DATADIR%%/pts-core/modules/dummy_script_module.sh
+%%DATADIR%%/pts-core/modules/dummy_module.php
+%%DATADIR%%/pts-core/modules/email_results.php
+%%DATADIR%%/pts-core/modules/toggle_screensaver.php
+%%DATADIR%%/pts-core/modules/gui_gtk_events.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_Chart.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_MultiPassFailGraph.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_PassFailGraph.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_BarGraph.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_LineGraph.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_Graph.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_CustomGraph.php
+%%DATADIR%%/pts-core/objects/pts_Graph/pts_CandleStickGraph.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/tandem_XmlWriter.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/pts_graph_config_tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/pts_test_tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/pts_config_tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/pts_results_tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/pts_suite_tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/tandem_Xml/pts_installed_test_tandem_XmlReader.php
+%%DATADIR%%/pts-core/objects/gtk/pts_gtk_button.php
+%%DATADIR%%/pts-core/objects/gtk/pts_gtk_window.php
+%%DATADIR%%/pts-core/objects/gtk/pts_gtk_menu_item.php
+%%DATADIR%%/pts-core/objects/gtk/pts_gtk_text_area.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_jpg_renderer.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_svg_renderer.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_png_renderer.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_gd_renderer.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_gif_renderer.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_swf_renderer.php
+%%DATADIR%%/pts-core/objects/bilde_renderer/bilde_renderer.php
+%%DATADIR%%/pts-core/objects/pts_test_run_request.php
+%%DATADIR%%/pts-core/objects/pts_installed_test_details.php
+%%DATADIR%%/pts-core/objects/pts_user_module_details.php
+%%DATADIR%%/pts-core/objects/pts_test_result.php
+%%DATADIR%%/pts-core/objects/pts_test_suite_details.php
+%%DATADIR%%/pts-core/objects/pts_option_interface.php
+%%DATADIR%%/pts-core/objects/pts_result_file_merge_test.php
+%%DATADIR%%/pts-core/objects/pts_pdf_template.php
+%%DATADIR%%/pts-core/objects/pts_result_file.php
+%%DATADIR%%/pts-core/objects/pts_result_file_merge_manager.php
+%%DATADIR%%/pts-core/objects/pts_module_option.php
+%%DATADIR%%/pts-core/objects/pts_sensor.php
+%%DATADIR%%/pts-core/objects/pts_result_merge_select.php
+%%DATADIR%%/pts-core/objects/pts_module_interface.php
+%%DATADIR%%/pts-core/objects/pts_test_file_download.php
+%%DATADIR%%/pts-core/objects/pts_test_result_details.php
+%%DATADIR%%/pts-core/objects/pts_run_option.php
+%%DATADIR%%/pts-core/objects/pts_test_option.php
+%%DATADIR%%/pts-core/objects/pts_module.php
+%%DATADIR%%/pts-core/objects/pts_test_usage_details.php
+%%DATADIR%%/pts-core/objects/pts_test_profile_details.php
+%%DATADIR%%/pts-core/objects/pts_test_run_manager.php
+%%DATADIR%%/pts-core/scripts/build-package-deb.php
+%%DATADIR%%/pts-core/scripts/build-package-rpm.php
+%%DATADIR%%/pts-core/scripts/launch-browser.sh
+%%DATADIR%%/pts-core/user-agreement.txt
+%%DATADIR%%/pts-core/phoronix-test-suite.php
+%%PORTDOCS%%%%DOCSDIR%%/CHANGE-LOG
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/includes/pts-documentation.png
+%%PORTDOCS%%%%DOCSDIR%%/includes/pts-documentation.css
+%%PORTDOCS%%%%DOCSDIR%%/tips_and_tricks.html
+%%PORTDOCS%%%%DOCSDIR%%/specifications_xml_test.html
+%%PORTDOCS%%%%DOCSDIR%%/specifications_xml_suite.html
+%%PORTDOCS%%%%DOCSDIR%%/specifications_xml_download.html
+%%PORTDOCS%%%%DOCSDIR%%/sensor_monitoring.html
+%%PORTDOCS%%%%DOCSDIR%%/pts_options.html
+%%PORTDOCS%%%%DOCSDIR%%/install.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/default_files.html
+%%PORTDOCS%%%%DOCSDIR%%/writing_your_first_test.html
+%%PORTDOCS%%%%DOCSDIR%%/credits.html
+%%PORTDOCS%%%%DOCSDIR%%/writing_your_first_module.html
+share/icons/phoronix-test-suite.png
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/includes
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/pts/test-suites/xsl
+@dirrm %%DATADIR%%/pts/test-suites
+@dirrm %%DATADIR%%/pts/base-test-profiles
+@dirrm %%DATADIR%%/pts/distro-scripts
+@dirrm %%DATADIR%%/pts/test-profiles/xsl
+@dirrm %%DATADIR%%/pts/test-profiles
+@dirrm %%DATADIR%%/pts/base-test-resources/wine-humus-tests
+@dirrm %%DATADIR%%/pts/base-test-resources/photo-sample
+@dirrm %%DATADIR%%/pts/base-test-resources/wine-unstable
+@dirrm %%DATADIR%%/pts/base-test-resources/2d-test
+@dirrm %%DATADIR%%/pts/base-test-resources/video-sample
+@dirrm %%DATADIR%%/pts/base-test-resources/timed-audio-encode
+@dirrm %%DATADIR%%/pts/base-test-resources/java-environment
+@dirrm %%DATADIR%%/pts/base-test-resources
+@dirrm %%DATADIR%%/pts/test-resources/render-bench
+@dirrm %%DATADIR%%/pts/test-resources/stresscpu2
+@dirrm %%DATADIR%%/pts/test-resources/compress-pbzip2
+@dirrm %%DATADIR%%/pts/test-resources/mafft
+@dirrm %%DATADIR%%/pts/test-resources/openarena
+@dirrm %%DATADIR%%/pts/test-resources/lightsmark
+@dirrm %%DATADIR%%/pts/test-resources/java-scimark2
+@dirrm %%DATADIR%%/pts/test-resources/mencoder
+@dirrm %%DATADIR%%/pts/test-resources/md-gromacs
+@dirrm %%DATADIR%%/pts/test-resources/nexuiz
+@dirrm %%DATADIR%%/pts/test-resources/glmark
+@dirrm %%DATADIR%%/pts/test-resources/graphics-magick
+@dirrm %%DATADIR%%/pts/test-resources/smokin-guns
+@dirrm %%DATADIR%%/pts/test-resources/prey
+@dirrm %%DATADIR%%/pts/test-resources/fract
+@dirrm %%DATADIR%%/pts/test-resources/sample-program
+@dirrm %%DATADIR%%/pts/test-resources/ffmpeg
+@dirrm %%DATADIR%%/pts/test-resources/build-apache
+@dirrm %%DATADIR%%/pts/test-resources/encode-wavpack
+@dirrm %%DATADIR%%/pts/test-resources/compress-7zip
+@dirrm %%DATADIR%%/pts/test-resources/compress-gzip
+@dirrm %%DATADIR%%/pts/test-resources/video-extensions
+@dirrm %%DATADIR%%/pts/test-resources/espeak
+@dirrm %%DATADIR%%/pts/test-resources/warsow
+@dirrm %%DATADIR%%/pts/test-resources/build-mplayer
+@dirrm %%DATADIR%%/pts/test-resources/iozone
+@dirrm %%DATADIR%%/pts/test-resources/fio
+@dirrm %%DATADIR%%/pts/test-resources/specviewperf9
+@dirrm %%DATADIR%%/pts/test-resources/gtkperf
+@dirrm %%DATADIR%%/pts/test-resources/urbanterror
+@dirrm %%DATADIR%%/pts/test-resources/etqw-demo
+@dirrm %%DATADIR%%/pts/test-resources/compliance-acpi
+@dirrm %%DATADIR%%/pts/test-resources/encode-ape
+@dirrm %%DATADIR%%/pts/test-resources/etqw
+@dirrm %%DATADIR%%/pts/test-resources/hdparm-read
+@dirrm %%DATADIR%%/pts/test-resources/mrbayes
+@dirrm %%DATADIR%%/pts/test-resources/memory-bandwidth
+@dirrm %%DATADIR%%/pts/test-resources/xplane9
+@dirrm %%DATADIR%%/pts/test-resources/doom3
+@dirrm %%DATADIR%%/pts/test-resources/encode-mp3
+@dirrm %%DATADIR%%/pts/test-resources/compliance-sensors
+@dirrm %%DATADIR%%/pts/test-resources/compliance-ogl
+@dirrm %%DATADIR%%/pts/test-resources/ramspeed
+@dirrm %%DATADIR%%/pts/test-resources/encode-flac
+@dirrm %%DATADIR%%/pts/test-resources/fgl-glxgears
+@dirrm %%DATADIR%%/pts/test-resources/super-pi
+@dirrm %%DATADIR%%/pts/test-resources/build-mysql
+@dirrm %%DATADIR%%/pts/test-resources/gnupg
+@dirrm %%DATADIR%%/pts/test-resources/hmmer
+@dirrm %%DATADIR%%/pts/test-resources/norsetto-shadow
+@dirrm %%DATADIR%%/pts/test-resources/specviewperf10
+@dirrm %%DATADIR%%/pts/test-resources/tremulous
+@dirrm %%DATADIR%%/pts/test-resources/compress-lzma
+@dirrm %%DATADIR%%/pts/test-resources/trislam
+@dirrm %%DATADIR%%/pts/test-resources/sqlite
+@dirrm %%DATADIR%%/pts/test-resources/build-php
+@dirrm %%DATADIR%%/pts/test-resources/build-linux-kernel
+@dirrm %%DATADIR%%/pts/test-resources/quake4
+@dirrm %%DATADIR%%/pts/test-resources/sunflow
+@dirrm %%DATADIR%%/pts/test-resources/ut2004-demo
+@dirrm %%DATADIR%%/pts/test-resources/j2dbench
+@dirrm %%DATADIR%%/pts/test-resources/idle
+@dirrm %%DATADIR%%/pts/test-resources/fhourstones
+@dirrm %%DATADIR%%/pts/test-resources/openssl
+@dirrm %%DATADIR%%/pts/test-resources/et
+@dirrm %%DATADIR%%/pts/test-resources/byte
+@dirrm %%DATADIR%%/pts/test-resources/encode-ogg
+@dirrm %%DATADIR%%/pts/test-resources/yafray
+@dirrm %%DATADIR%%/pts/test-resources/build-imagemagick
+@dirrm %%DATADIR%%/pts/test-resources/x11perf
+@dirrm %%DATADIR%%/pts/test-resources/wine-cloth
+@dirrm %%DATADIR%%/pts/test-resources/jxrendermark
+@dirrm %%DATADIR%%/pts/test-resources/qgears2
+@dirrm %%DATADIR%%/pts/test-resources/padman
+@dirrm %%DATADIR%%/pts/test-resources/bork
+@dirrm %%DATADIR%%/pts/test-resources/vdrift
+@dirrm %%DATADIR%%/pts/test-resources/unigine-tropics
+@dirrm %%DATADIR%%/pts/test-resources/unigine-sanctuary
+@dirrm %%DATADIR%%/pts/test-resources/ppracer
+@dirrm %%DATADIR%%/pts/test-resources/jgfxbat
+@dirrm %%DATADIR%%/pts/test-resources/wine-domino
+@dirrm %%DATADIR%%/pts/test-resources/wine-fire2
+@dirrm %%DATADIR%%/pts/test-resources/wine-hdr
+@dirrm %%DATADIR%%/pts/test-resources/wine-metaballs
+@dirrm %%DATADIR%%/pts/test-resources/wine-vf2
+@dirrm %%DATADIR%%/pts/test-resources/wine-water
+@dirrm %%DATADIR%%/pts/test-resources/c-ray
+@dirrm %%DATADIR%%/pts/test-resources/povray
+@dirrm %%DATADIR%%/pts/test-resources/bwfirt
+@dirrm %%DATADIR%%/pts/test-resources/scimark2
+@dirrm %%DATADIR%%/pts/test-resources
+@dirrm %%DATADIR%%/pts/distro-xml/xsl
+@dirrm %%DATADIR%%/pts/distro-xml
+@dirrm %%DATADIR%%/pts
+@dirrm %%DATADIR%%/pts-core/library
+@dirrm %%DATADIR%%/pts-core/static
+@dirrm %%DATADIR%%/pts-core/options
+@dirrm %%DATADIR%%/pts-core/test-libraries
+@dirrm %%DATADIR%%/pts-core/results-viewer/fonts
+@dirrm %%DATADIR%%/pts-core/results-viewer
+@dirrm %%DATADIR%%/pts-core/media
+@dirrm %%DATADIR%%/pts-core/modules
+@dirrm %%DATADIR%%/pts-core/objects/pts_Graph
+@dirrm %%DATADIR%%/pts-core/objects/tandem_Xml
+@dirrm %%DATADIR%%/pts-core/objects/gtk
+@dirrm %%DATADIR%%/pts-core/objects/bilde_renderer
+@dirrm %%DATADIR%%/pts-core/objects
+@dirrm %%DATADIR%%/pts-core/scripts
+@dirrm %%DATADIR%%/pts-core
+@dirrm %%DATADIR%%