aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:00:39 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:00:39 +0000
commita6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (patch)
treee784ed48f7c3bb5a803cbd97b583435da971804d /benchmarks
parent648300c466186a9a3281a692e09992799c9a706c (diff)
downloadports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.gz
ports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/scimark2/files/pkg-message.in10
-rw-r--r--benchmarks/scimark2c/pkg-message10
-rw-r--r--benchmarks/thrulay/pkg-message20
-rw-r--r--benchmarks/unixbench/pkg-message8
4 files changed, 29 insertions, 19 deletions
diff --git a/benchmarks/scimark2/files/pkg-message.in b/benchmarks/scimark2/files/pkg-message.in
index 7690fc5ffc5f..8ae03162d615 100644
--- a/benchmarks/scimark2/files/pkg-message.in
+++ b/benchmarks/scimark2/files/pkg-message.in
@@ -1,7 +1,9 @@
-*****************************************************************************
-
+[
+{ type: install
+ message: <<EOM
Just run %%SMSH%% or %%SMSH%% -large
The first SciMark number reported is the composite score, followed by the an
approximate Mflop rate for each kernel.
-
-*****************************************************************************
+EOM
+}
+]
diff --git a/benchmarks/scimark2c/pkg-message b/benchmarks/scimark2c/pkg-message
index 5b6a4a425cd6..07765bafc827 100644
--- a/benchmarks/scimark2c/pkg-message
+++ b/benchmarks/scimark2c/pkg-message
@@ -1,10 +1,12 @@
-*****************************************************************************
-
+[
+{ type: install
+ message: <<EOM
Just run scimark2 or scimark2 -large
The first SciMark number reported is the composite score, followed by the an
approximate Mflop rate for each kernel.
You may try to hack CC or CFLAGS in /etc/make.conf...
-
-*****************************************************************************
+EOM
+}
+]
diff --git a/benchmarks/thrulay/pkg-message b/benchmarks/thrulay/pkg-message
index 45e01b510672..424528b5cad5 100644
--- a/benchmarks/thrulay/pkg-message
+++ b/benchmarks/thrulay/pkg-message
@@ -1,9 +1,11 @@
-**************************************************************************
-* *
-* The package consists of a client (thrulay) and a daemon (thrulayd). *
-* The thrulay client is usable immediately. *
-* *
-* To run thrulayd from startup, add thrulayd_enable="YES" *
-* in your /etc/rc.conf *
-* *
-**************************************************************************
+[
+{ type: install
+ message: <<EOM
+The package consists of a client (thrulay) and a daemon (thrulayd).
+The thrulay client is usable immediately.
+
+To run thrulayd from startup, add thrulayd_enable="YES"
+in your /etc/rc.conf
+EOM
+}
+]
diff --git a/benchmarks/unixbench/pkg-message b/benchmarks/unixbench/pkg-message
index bb6ccab2492c..9560127eb22f 100644
--- a/benchmarks/unixbench/pkg-message
+++ b/benchmarks/unixbench/pkg-message
@@ -1,5 +1,9 @@
-------------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
If you want to run unixbench, please type the following commands:
% unixbench
-------------------------------------------------------------------------
+EOM
+}
+]