From owner-svn-ports-head@FreeBSD.ORG Sun Jun 29 12:26:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC85B7DC; Sun, 29 Jun 2014 12:26:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCDC32594; Sun, 29 Jun 2014 12:26:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TCQm1b098224; Sun, 29 Jun 2014 12:26:48 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5TCQmTT098214; Sun, 29 Jun 2014 12:26:48 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201406291226.s5TCQmTT098214@svn.freebsd.org> From: Martin Matuska Date: Sun, 29 Jun 2014 12:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359761 - in head/benchmarks/phoronix-test-suite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 12:26:49 -0000 Author: mm Date: Sun Jun 29 12:26:47 2014 New Revision: 359761 URL: http://svnweb.freebsd.org/changeset/ports/359761 QAT: https://qat.redports.org/buildarchive/r359761/ Log: Update phoronix-test-suite to 5.2.0 Stage Modified: head/benchmarks/phoronix-test-suite/Makefile head/benchmarks/phoronix-test-suite/distinfo head/benchmarks/phoronix-test-suite/files/patch-install-sh head/benchmarks/phoronix-test-suite/pkg-plist Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Sun Jun 29 12:22:04 2014 (r359760) +++ head/benchmarks/phoronix-test-suite/Makefile Sun Jun 29 12:26:47 2014 (r359761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phoronix-test-suite -PORTVERSION= 4.8.1 +PORTVERSION= 5.2.0 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ @@ -17,7 +17,6 @@ USE_PHP_BUILD= yes WANT_PHP_CLI= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/phoronix-test-suite -MAN1= phoronix-test-suite.1 PORTDOCS= * DOCFILES1= CHANGE-LOG AUTHORS @@ -29,16 +28,10 @@ OPTIONS_DEFAULT= X11 BASH_COMPLETIONS_DESC= Install bash completions X11_DESC= Install X11 icons and mimetypes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} -BUILD_DEPENDS+= ${LOCALBASE}/bin/xdg-mime:${PORTSDIR}/devel/xdg-utils \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info -RUN_DEPENDS+= ${LOCALBASE}/bin/xdg-mime:${PORTSDIR}/devel/xdg-utils \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +USES+= shared-mime-info PLIST_SUB+= X11="" .else INSTALL_OPTS= WITHOUT_X11=yes @@ -53,7 +46,6 @@ PLIST_SUB+= BASH_COMPLETIONS="@comment " .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-core/objects/bilde_renderer/bilde_renderer.php \ @@ -65,7 +57,7 @@ post-patch: ${WRKSRC}/pts-core/external-test-dependencies/xml/freebsd-packages.xml.bak do-install: - cd ${WRKSRC} && ${INSTALL_OPTS} ./install-sh ${PREFIX} + cd ${WRKSRC} && ${INSTALL_OPTS} DESTDIR=${STAGEDIR} ./install-sh ${PREFIX} post-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/benchmarks/phoronix-test-suite/distinfo ============================================================================== --- head/benchmarks/phoronix-test-suite/distinfo Sun Jun 29 12:22:04 2014 (r359760) +++ head/benchmarks/phoronix-test-suite/distinfo Sun Jun 29 12:26:47 2014 (r359761) @@ -1,2 +1,2 @@ -SHA256 (phoronix-test-suite-4.8.1.tar.gz) = 95704493be071110d887d73dd1ded7487af5d3ea4fa4b852cd856f85d025bc8f -SIZE (phoronix-test-suite-4.8.1.tar.gz) = 522015 +SHA256 (phoronix-test-suite-5.2.0.tar.gz) = 3540cbedfe9e235b197d149647f0b856c729433a85fa53e1edeb5e8d4ce841d3 +SIZE (phoronix-test-suite-5.2.0.tar.gz) = 702965 Modified: head/benchmarks/phoronix-test-suite/files/patch-install-sh ============================================================================== --- head/benchmarks/phoronix-test-suite/files/patch-install-sh Sun Jun 29 12:22:04 2014 (r359760) +++ head/benchmarks/phoronix-test-suite/files/patch-install-sh Sun Jun 29 12:26:47 2014 (r359761) @@ -1,6 +1,6 @@ ---- install-sh.orig 2013-05-15 22:44:54.000000000 +0200 -+++ install-sh 2013-07-31 00:22:56.749475042 +0200 -@@ -47,19 +47,20 @@ +--- install-sh.orig 2014-04-02 04:01:50.000000000 +0200 ++++ install-sh 2014-06-29 13:45:13.466462663 +0200 +@@ -47,16 +47,21 @@ fi rm -rf $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/ @@ -9,42 +9,44 @@ mkdir -p $DESTDIR$INSTALL_PREFIX/bin/ +if [ -z "$WITHOUT_X11" ] +then + mkdir -p $DESTDIR$INSTALL_PREFIX/share/appdata/ mkdir -p $DESTDIR$INSTALL_PREFIX/share/applications/ mkdir -p $DESTDIR$INSTALL_PREFIX/share/icons/hicolor/48x48/apps/ +-mkdir -p $DESTDIR$INSTALL_PREFIX/share/man/man1/ +fi - mkdir -p $DESTDIR$INSTALL_PREFIX/share/man/man1/ ++mkdir -p $DESTDIR$INSTALL_PREFIX/man/man1/ mkdir -p $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/ --mkdir -p $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ + mkdir -p $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ -mkdir -p $DESTDIR$INSTALL_PREFIX/../etc/bash_completion.d/ - --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/ +if [ -n "$WITH_BASH_COMPLETIONS" ] +then +mkdir -p $DESTDIR$INSTALL_PREFIX/etc/bash_completion.d/ +fi - cd documentation/ - cp -r * $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ -@@ -67,10 +68,15 @@ + cp CHANGE-LOG $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ + cp COPYING $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ +@@ -67,12 +72,18 @@ + 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 documentation/man-pages/*.1 $DESTDIR$INSTALL_PREFIX/share/man/man1/ -cp pts-core/static/bash_completion $DESTDIR$INSTALL_PREFIX/../etc/bash_completion.d/phoronix-test-suite ++cp documentation/man-pages/*.1 $DESTDIR$INSTALL_PREFIX/man/man1/ +if [ -n "$WITH_BASH_COMPLETIONS" ] +then +cp pts-core/static/bash_completion $DESTDIR$INSTALL_PREFIX/etc/bash_completion.d/phoronix-test-suite +fi -+if [ -z "$WITHOUT_X11" ]; then ++if [ -z "$WITHOUT_X11" ] ++then cp pts-core/static/images/phoronix-test-suite.png $DESTDIR$INSTALL_PREFIX/share/icons/hicolor/48x48/apps/phoronix-test-suite.png cp pts-core/static/phoronix-test-suite.desktop $DESTDIR$INSTALL_PREFIX/share/applications/ cp pts-core/static/phoronix-test-suite-launcher.desktop $DESTDIR$INSTALL_PREFIX/share/applications/ + cp pts-core/static/phoronix-test-suite.appdata.xml $DESTDIR$INSTALL_PREFIX/share/appdata/ +fi 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/ -@@ -81,12 +87,13 @@ + cp -r pts-core $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/ +@@ -83,12 +94,13 @@ rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/images/openbenchmarking.png rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/images/%phoronix-test-suite.png @@ -59,7 +61,7 @@ # XDG MIME OpenBenchmarking support if [ "X$DESTDIR" = "X" ] then -@@ -101,10 +108,10 @@ +@@ -103,10 +115,10 @@ cp pts-core/static/images/openbenchmarking.png $DESTDIR$INSTALL_PREFIX/share/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png fi Modified: head/benchmarks/phoronix-test-suite/pkg-plist ============================================================================== --- head/benchmarks/phoronix-test-suite/pkg-plist Sun Jun 29 12:22:04 2014 (r359760) +++ head/benchmarks/phoronix-test-suite/pkg-plist Sun Jun 29 12:26:47 2014 (r359761) @@ -1,16 +1,16 @@ bin/phoronix-test-suite %%BASH_COMPLETIONS%%etc/bash_completion.d/phoronix-test-suite +%%X11%%share/appdata/phoronix-test-suite.appdata.xml %%X11%%share/applications/phoronix-test-suite.desktop %%X11%%share/applications/phoronix-test-suite-launcher.desktop %%X11%%share/icons/hicolor/48x48/apps/phoronix-test-suite.png %%X11%%share/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png -%%X11%%share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-openbenchmarking.png -%%X11%%share/mime/application/x-openbenchmarking.xml %%X11%%share/mime/packages/openbenchmarking-mime.xml %%DATADIR%%/pts-core/commands/analyze_all_runs.php %%DATADIR%%/pts-core/commands/analyze_batch.php %%DATADIR%%/pts-core/commands/analyze_image_delta.php %%DATADIR%%/pts-core/commands/auto_compare.php +%%DATADIR%%/pts-core/commands/auto_sort_result_file.php %%DATADIR%%/pts-core/commands/batch_benchmark.php %%DATADIR%%/pts-core/commands/batch_install.php %%DATADIR%%/pts-core/commands/batch_run.php @@ -23,6 +23,8 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/commands/debug_run.php %%DATADIR%%/pts-core/commands/debug_self_test.php %%DATADIR%%/pts-core/commands/debug_test_download_links.php +%%DATADIR%%/pts-core/commands/debug_websocket_client.php +%%DATADIR%%/pts-core/commands/debug_websocket_server.php %%DATADIR%%/pts-core/commands/default_benchmark.php %%DATADIR%%/pts-core/commands/default_run.php %%DATADIR%%/pts-core/commands/detailed_system_info.php @@ -33,9 +35,11 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/commands/dump_openbenchmarking_indexes.php %%DATADIR%%/pts-core/commands/dump_phodevi_smart_cache.php %%DATADIR%%/pts-core/commands/dump_possible_options.php +%%DATADIR%%/pts-core/commands/edit_result_file.php %%DATADIR%%/pts-core/commands/extract_from_result_file.php %%DATADIR%%/pts-core/commands/finish_run.php %%DATADIR%%/pts-core/commands/force_install.php +%%DATADIR%%/pts-core/commands/gui.php %%DATADIR%%/pts-core/commands/help.php %%DATADIR%%/pts-core/commands/info.php %%DATADIR%%/pts-core/commands/install_dependencies.php @@ -73,14 +77,19 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/commands/remove_installed_test.php %%DATADIR%%/pts-core/commands/remove_result.php %%DATADIR%%/pts-core/commands/rename_identifier_in_result_file.php +%%DATADIR%%/pts-core/commands/rename_result_file.php %%DATADIR%%/pts-core/commands/reorder_result_file.php %%DATADIR%%/pts-core/commands/result_file_to_csv.php %%DATADIR%%/pts-core/commands/result_file_to_pdf.php %%DATADIR%%/pts-core/commands/result_file_to_suite.php %%DATADIR%%/pts-core/commands/result_file_to_text.php +%%DATADIR%%/pts-core/commands/run_random_tests.php %%DATADIR%%/pts-core/commands/run_test.php %%DATADIR%%/pts-core/commands/run_tests_in_suite.php %%DATADIR%%/pts-core/commands/show_result.php +%%DATADIR%%/pts-core/commands/start_phoromatic_server.php +%%DATADIR%%/pts-core/commands/start_remote_gui_server.php +%%DATADIR%%/pts-core/commands/start_ws_server.php %%DATADIR%%/pts-core/commands/system_info.php %%DATADIR%%/pts-core/commands/system_sensors.php %%DATADIR%%/pts-core/commands/test_module.php @@ -92,7 +101,6 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/commands/validate_result_file.php %%DATADIR%%/pts-core/commands/validate_test_profile.php %%DATADIR%%/pts-core/commands/validate_test_suite.php -%%DATADIR%%/pts-core/commands/webui.php %%DATADIR%%/pts-core/external-test-dependencies/scripts/install-angstrom-packages.sh %%DATADIR%%/pts-core/external-test-dependencies/scripts/install-arch-packages.sh %%DATADIR%%/pts-core/external-test-dependencies/scripts/install-debian-packages.sh @@ -137,6 +145,8 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/modules/graphics_override.php %%DATADIR%%/pts-core/modules/matisk.php %%DATADIR%%/pts-core/modules/phoromatic.php +%%DATADIR%%/pts-core/modules/phoromatic_legacy.php +%%DATADIR%%/pts-core/modules/pushover_net.php %%DATADIR%%/pts-core/modules/result_notifier.php %%DATADIR%%/pts-core/modules/system_monitor.php %%DATADIR%%/pts-core/modules/timed_screenshot.php @@ -154,6 +164,8 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/objects/client/display_modes/pts_basic_display_mode.php %%DATADIR%%/pts-core/objects/client/display_modes/pts_concise_display_mode.php %%DATADIR%%/pts-core/objects/client/display_modes/pts_display_mode_interface.php +%%DATADIR%%/pts-core/objects/client/display_modes/pts_web_display_mode.php +%%DATADIR%%/pts-core/objects/client/display_modes/pts_websocket_display_mode.php %%DATADIR%%/pts-core/objects/client/pts_argument_check.php %%DATADIR%%/pts-core/objects/client/pts_client.php %%DATADIR%%/pts-core/objects/client/pts_config.php @@ -176,6 +188,7 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/objects/client/pts_test_notes_manager.php %%DATADIR%%/pts-core/objects/client/pts_test_run_manager.php %%DATADIR%%/pts-core/objects/client/pts_tests.php +%%DATADIR%%/pts-core/objects/client/pts_web_socket_server.php %%DATADIR%%/pts-core/objects/nye_Xml/nye_XmlReader.php %%DATADIR%%/pts-core/objects/nye_Xml/nye_XmlWriter.php %%DATADIR%%/pts-core/objects/nye_Xml/pts_config_nye_XmlReader.php @@ -206,6 +219,7 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/objects/phodevi/phodevi_device_interface.php %%DATADIR%%/pts-core/objects/phodevi/phodevi_device_property.php %%DATADIR%%/pts-core/objects/phodevi/phodevi_sensor.php +%%DATADIR%%/pts-core/objects/phodevi/phodevi_sensor_monitor.php %%DATADIR%%/pts-core/objects/phodevi/phodevi_vfs.php %%DATADIR%%/pts-core/objects/phodevi/sensors/cpu_fanspeed.php %%DATADIR%%/pts-core/objects/phodevi/sensors/cpu_freq.php @@ -232,6 +246,7 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/objects/phodevi/sensors/sys_v12.php %%DATADIR%%/pts-core/objects/phodevi/sensors/sys_v3.php %%DATADIR%%/pts-core/objects/phodevi/sensors/sys_v5.php +%%DATADIR%%/pts-core/objects/phoromatic_server.php %%DATADIR%%/pts-core/objects/pts_Graph/pts_BlockDiagramGraph.php %%DATADIR%%/pts-core/objects/pts_Graph/pts_CandleStickGraph.php %%DATADIR%%/pts-core/objects/pts_Graph/pts_DetailedSystemComponentTable.php @@ -282,6 +297,7 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/objects/pts_strings.php %%DATADIR%%/pts-core/objects/pts_svg_dom.php %%DATADIR%%/pts-core/objects/pts_svg_dom_gd.php +%%DATADIR%%/pts-core/objects/pts_sys_graph.php %%DATADIR%%/pts-core/objects/pts_test_option.php %%DATADIR%%/pts-core/objects/pts_test_profile.php %%DATADIR%%/pts-core/objects/pts_test_profile_downloads_writer.php @@ -302,14 +318,38 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/objects/pts_types.php %%DATADIR%%/pts-core/objects/pts_user_io.php %%DATADIR%%/pts-core/objects/pts_validation.php +%%DATADIR%%/pts-core/objects/pts_virtual_test_queue.php %%DATADIR%%/pts-core/objects/pts_virtual_test_suite.php -%%DATADIR%%/pts-core/objects/pts_web.php +%%DATADIR%%/pts-core/objects/pts_web_socket.php +%%DATADIR%%/pts-core/objects/pts_web_socket_client.php +%%DATADIR%%/pts-core/objects/pts_web_socket_user.php +%%DATADIR%%/pts-core/objects/pts_webui.php %%DATADIR%%/pts-core/openbenchmarking.org/schemas/result-file.xsd %%DATADIR%%/pts-core/openbenchmarking.org/schemas/results-parser.xsd %%DATADIR%%/pts-core/openbenchmarking.org/schemas/test-profile-downloads.xsd %%DATADIR%%/pts-core/openbenchmarking.org/schemas/test-profile.xsd %%DATADIR%%/pts-core/openbenchmarking.org/schemas/test-suite.xsd %%DATADIR%%/pts-core/openbenchmarking.org/schemas/types.xsd +%%DATADIR%%/pts-core/phoromatic/communication-resources/result_upload.php +%%DATADIR%%/pts-core/phoromatic/communication-resources/start.php +%%DATADIR%%/pts-core/phoromatic/communication-resources/update_system_status.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_main.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_r_add_test_details.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_results.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_schedules.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_settings.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_systems.php +%%DATADIR%%/pts-core/phoromatic/pages/phoromatic_welcome.php +%%DATADIR%%/pts-core/phoromatic/phoromatic_functions.php +%%DATADIR%%/pts-core/phoromatic/public_html/event.php +%%DATADIR%%/pts-core/phoromatic/public_html/favicon.ico +%%DATADIR%%/pts-core/phoromatic/public_html/images/ob-white-logo.png +%%DATADIR%%/pts-core/phoromatic/public_html/images/phoromatic_logo.png +%%DATADIR%%/pts-core/phoromatic/public_html/images/pts-white-logo.png +%%DATADIR%%/pts-core/phoromatic/public_html/index.php +%%DATADIR%%/pts-core/phoromatic/public_html/phoromatic.css +%%DATADIR%%/pts-core/phoromatic/public_html/phoromatic.js +%%DATADIR%%/pts-core/phoromatic/public_html/phoromatic.php %%DATADIR%%/pts-core/phoronix-test-suite.php %%DATADIR%%/pts-core/pts-core.php %%DATADIR%%/pts-core/results-viewer/background-pattern.png @@ -329,6 +369,7 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/static/examples/phoromatic-tracker-update-kernel %%DATADIR%%/pts-core/static/examples/update-kernel-from-ubuntu-daily-ppa %%DATADIR%%/pts-core/static/examples/update-ubuntu-aptitude-full +%%DATADIR%%/pts-core/static/hhvm-server.hdf %%DATADIR%%/pts-core/static/images/phoronix-test-suite.png %%DATADIR%%/pts-core/static/images/ob-10x16.png %%DATADIR%%/pts-core/static/images/ob-fulltext-183x32.png @@ -342,6 +383,7 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/static/images/pts-308x160-t.png %%DATADIR%%/pts-core/static/images/pts-308x160.png %%DATADIR%%/pts-core/static/images/pts-icon.png +%%DATADIR%%/pts-core/static/phoronix-test-suite.appdata.xml %%DATADIR%%/pts-core/static/scripts/build-package-deb.php %%DATADIR%%/pts-core/static/scripts/build-package-rpm.php %%DATADIR%%/pts-core/static/scripts/root-access.sh @@ -351,6 +393,36 @@ bin/phoronix-test-suite %%DATADIR%%/pts-core/static/xsl/pts-test-profile-viewer.xsl %%DATADIR%%/pts-core/static/xsl/pts-user-config-viewer.xsl %%DATADIR%%/pts-core/user-agreement.txt +%%DATADIR%%/pts-core/web-interface/assets/background.png +%%DATADIR%%/pts-core/web-interface/assets/pts-mobile-interface.css +%%DATADIR%%/pts-core/web-interface/assets/pts-web-interface.css +%%DATADIR%%/pts-core/web-interface/assets/pts-web-logo.png +%%DATADIR%%/pts-core/web-interface/favicon.ico +%%DATADIR%%/pts-core/web-interface/html/about.html +%%DATADIR%%/pts-core/web-interface/html/benchmark.html +%%DATADIR%%/pts-core/web-interface/html/early.html +%%DATADIR%%/pts-core/web-interface/html/settings.html +%%DATADIR%%/pts-core/web-interface/html/test_queue.html +%%DATADIR%%/pts-core/web-interface/index.php +%%DATADIR%%/pts-core/web-interface/js/pts-web-functions.js +%%DATADIR%%/pts-core/web-interface/js/pts-web-interface.js +%%DATADIR%%/pts-core/web-interface/js/pts-web-socket.js +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_component.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_intro.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_loader.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_main.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_result.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_results.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_search.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_system.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_test.php +%%DATADIR%%/pts-core/web-interface/web-interfaces/pts_webui_tests.php +man/man1/phoronix-test-suite.1.gz +@dirrm %%DATADIR%%/pts-core/web-interface/web-interfaces +@dirrm %%DATADIR%%/pts-core/web-interface/js +@dirrm %%DATADIR%%/pts-core/web-interface/html +@dirrm %%DATADIR%%/pts-core/web-interface/assets +@dirrm %%DATADIR%%/pts-core/web-interface @dirrm %%DATADIR%%/pts-core/static/xsl @dirrm %%DATADIR%%/pts-core/static/scripts @dirrm %%DATADIR%%/pts-core/static/images @@ -358,6 +430,11 @@ bin/phoronix-test-suite @dirrm %%DATADIR%%/pts-core/static/certificates @dirrm %%DATADIR%%/pts-core/static @dirrm %%DATADIR%%/pts-core/results-viewer +@dirrm %%DATADIR%%/pts-core/phoromatic/public_html/images +@dirrm %%DATADIR%%/pts-core/phoromatic/public_html +@dirrm %%DATADIR%%/pts-core/phoromatic/pages +@dirrm %%DATADIR%%/pts-core/phoromatic/communication-resources +@dirrm %%DATADIR%%/pts-core/phoromatic @dirrm %%DATADIR%%/pts-core/openbenchmarking.org/schemas @dirrm %%DATADIR%%/pts-core/openbenchmarking.org @dirrm %%DATADIR%%/pts-core/objects/pts_Graph @@ -379,7 +456,10 @@ bin/phoronix-test-suite @dirrm %%DATADIR%%/pts-core @dirrm %%DATADIR%% %%BASH_COMPLETIONS%%@dirrmtry etc/bash_completion.d -%%X11%%@dirrmtry share/icons/hicolor/64x64/apps +%%X11%%@dirrmtry share/appdata +%%X11%%@dirrmtry share/icons/hicolor/48x48/apps +%%X11%%@dirrmtry share/icons/hicolor/48x48 +%%X11%%@dirrmtry share/icons/hicolor/64x64/mimetypes %%X11%%@dirrmtry share/icons/hicolor/64x64 %%X11%%@dirrmtry share/icons/hicolor %%X11%%@dirrmtry share/icons