pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
optibench: Raname mst-bench
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed Jun 16 20:28:02 2021 -0500
Changeset: 964c762674f07c58b73b3a7ca9da738a0f554a40
Modified Files:
Makefile
Added Files:
mst-bench/DESCR
mst-bench/Makefile
mst-bench/PLIST
mst-bench/distinfo
Removed Files:
optibench/DESCR
optibench/Makefile
optibench/PLIST
optibench/distinfo
Log Message:
optibench: Raname mst-bench
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=964c762674f07c58b73b3a7ca9da738a0f554a40
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
mst-bench/DESCR | 5 +++++
mst-bench/Makefile | 17 +++++++++++++++++
mst-bench/PLIST | 3 +++
mst-bench/distinfo | 6 ++++++
optibench/DESCR | 5 -----
optibench/Makefile | 17 -----------------
optibench/PLIST | 3 ---
optibench/distinfo | 6 ------
9 files changed, 32 insertions(+), 32 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 722803e9ad..79cc66f2fb 100644
--- a/Makefile
+++ b/Makefile
@@ -2412,6 +2412,7 @@ SUBDIR+= mpq-tools
SUBDIR+= mps-youtube
SUBDIR+= mpv-git
SUBDIR+= msgpack-git
+SUBDIR+= mst-bench
SUBDIR+= msworkbench
SUBDIR+= mtd-utils
SUBDIR+= mtdev
@@ -2678,7 +2679,6 @@ SUBDIR+= openxcom
SUBDIR+= openzwave
SUBDIR+= opera60-bin
SUBDIR+= ophcrack
-SUBDIR+= optibench
SUBDIR+= oqtplayer
SUBDIR+= or1ksim
SUBDIR+= oranchelo-icon-theme
diff --git a/mst-bench/DESCR b/mst-bench/DESCR
new file mode 100644
index 0000000000..2841e8bab9
--- /dev/null
+++ b/mst-bench/DESCR
@@ -0,0 +1,5 @@
+OptiBench is a simple program to measure optimal sustained memory and disk
+performance.
+
+Unlike many benchmarks, it does not attempt to simulate naturally occurring
+loads. Rather, it indicates what is the best performance you can expect out of
diff --git a/mst-bench/Makefile b/mst-bench/Makefile
new file mode 100644
index 0000000000..1ab624a4f5
--- /dev/null
+++ b/mst-bench/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+#
+
+DISTNAME= OptiBench-0.2.0.12
+CATEGORIES= benchmarks
+MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG= e56881c98bddd624ada55040dcc5bf4d4a9345fe
+
+MAINTAINER= bacon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/outpaddling/OptiBench
+COMMENT= Benchmark to measure optimal sustained memory and disk performance
+LICENSE= 2-clause-bsd
+
+INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \
+ MANPREFIX=${DESTDIR}${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mst-bench/PLIST b/mst-bench/PLIST
new file mode 100644
index 0000000000..39727f3b56
--- /dev/null
+++ b/mst-bench/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/optibench
+man/man1/optibench.1
diff --git a/mst-bench/distinfo b/mst-bench/distinfo
new file mode 100644
index 0000000000..82a933f6ce
--- /dev/null
+++ b/mst-bench/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = c8ac89b5030ec6eb2419c1df3c20cad6d5699364
+RMD160 (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = 05c2f547b85d910b2e0255b813d39d4e4ce5dc12
+SHA512 (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = f49518e947a1126b239ae235f3da5655e837882c1df8f6b1fc4c7ab2a32765c852a5f90f02330b88887fc293de1e24ac4c7a26a5d048dd811935108626c56b82
+Size (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = 214600 bytes
diff --git a/optibench/DESCR b/optibench/DESCR
deleted file mode 100644
index 2841e8bab9..0000000000
--- a/optibench/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-OptiBench is a simple program to measure optimal sustained memory and disk
-performance.
-
-Unlike many benchmarks, it does not attempt to simulate naturally occurring
-loads. Rather, it indicates what is the best performance you can expect out of
diff --git a/optibench/Makefile b/optibench/Makefile
deleted file mode 100644
index 1ab624a4f5..0000000000
--- a/optibench/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-#
-
-DISTNAME= OptiBench-0.2.0.12
-CATEGORIES= benchmarks
-MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG= e56881c98bddd624ada55040dcc5bf4d4a9345fe
-
-MAINTAINER= bacon%NetBSD.org@localhost
-HOMEPAGE= https://github.com/outpaddling/OptiBench
-COMMENT= Benchmark to measure optimal sustained memory and disk performance
-LICENSE= 2-clause-bsd
-
-INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \
- MANPREFIX=${DESTDIR}${PREFIX}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/optibench/PLIST b/optibench/PLIST
deleted file mode 100644
index 39727f3b56..0000000000
--- a/optibench/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/optibench
-man/man1/optibench.1
diff --git a/optibench/distinfo b/optibench/distinfo
deleted file mode 100644
index 82a933f6ce..0000000000
--- a/optibench/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = c8ac89b5030ec6eb2419c1df3c20cad6d5699364
-RMD160 (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = 05c2f547b85d910b2e0255b813d39d4e4ce5dc12
-SHA512 (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = f49518e947a1126b239ae235f3da5655e837882c1df8f6b1fc4c7ab2a32765c852a5f90f02330b88887fc293de1e24ac4c7a26a5d048dd811935108626c56b82
-Size (OptiBench-0.2.0.12-e56881c98bddd624ada55040dcc5bf4d4a9345fe.tar.gz) = 214600 bytes
Home |
Main Index |
Thread Index |
Old Index