git: 3640fccd088b - main - Move KDiskMark to a more appropriate category (luckily, even with Git, there is not much history to preserve since the initial check-in).

Alexey Dokuchaev danfe at FreeBSD.org
Tue May 18 06:08:49 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3640fccd088bcfb72fc30ebf47312e6deb2c64dd

commit 3640fccd088bcfb72fc30ebf47312e6deb2c64dd
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-05-18 06:07:28 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-05-18 06:08:10 +0000

    Move KDiskMark to a more appropriate category (luckily, even with Git,
    there is not much history to preserve since the initial check-in).
---
 MOVED                                                                | 1 +
 benchmarks/Makefile                                                  | 1 +
 {sysutils => benchmarks}/kdiskmark/Makefile                          | 2 +-
 {sysutils => benchmarks}/kdiskmark/distinfo                          | 0
 {sysutils => benchmarks}/kdiskmark/files/patch-src_diskdriveinfo.cpp | 0
 {sysutils => benchmarks}/kdiskmark/pkg-descr                         | 0
 {sysutils => benchmarks}/kdiskmark/pkg-plist                         | 0
 sysutils/Makefile                                                    | 1 -
 8 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/MOVED b/MOVED
index b1c454441a58..fb8ae0f9ee8f 100644
--- a/MOVED
+++ b/MOVED
@@ -16333,3 +16333,4 @@ www/py-django30|www/py-django31|2021-05-16|Has expired: Has expired: Extended su
 net-mgmt/unifi-devel|net-mgmt/unifi6|2021-05-16|Has expired: Use net-mgmt/unifi6 instead
 print/rubygem-pdf-core07|print/rubygem-pdf-core|2021-05-16|Obsoleted. Use print/rubygem-pdf-core instead
 security/bitwarden_rs|security/vaultwarden|2021-05-16|Project was renamed
+sysutils/kdiskmark|benchmarks/kdiskmark|2021-05-18|Moved to a more appropriate category
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 1a548dbd561a..5dc990a519b8 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -36,6 +36,7 @@
     SUBDIR += iozone21
     SUBDIR += iperf
     SUBDIR += iperf3
+    SUBDIR += kdiskmark
     SUBDIR += libcelero
     SUBDIR += libmicro
     SUBDIR += linux-gputest
diff --git a/sysutils/kdiskmark/Makefile b/benchmarks/kdiskmark/Makefile
similarity index 96%
rename from sysutils/kdiskmark/Makefile
rename to benchmarks/kdiskmark/Makefile
index 4f5cdc7a9e26..d866001a95f1 100644
--- a/sysutils/kdiskmark/Makefile
+++ b/benchmarks/kdiskmark/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	kdiskmark
 PORTVERSION=	2.2.0
-CATEGORIES=	sysutils
+CATEGORIES=	benchmarks
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	Graphical HDD/SSD benchmarking tool
diff --git a/sysutils/kdiskmark/distinfo b/benchmarks/kdiskmark/distinfo
similarity index 100%
rename from sysutils/kdiskmark/distinfo
rename to benchmarks/kdiskmark/distinfo
diff --git a/sysutils/kdiskmark/files/patch-src_diskdriveinfo.cpp b/benchmarks/kdiskmark/files/patch-src_diskdriveinfo.cpp
similarity index 100%
rename from sysutils/kdiskmark/files/patch-src_diskdriveinfo.cpp
rename to benchmarks/kdiskmark/files/patch-src_diskdriveinfo.cpp
diff --git a/sysutils/kdiskmark/pkg-descr b/benchmarks/kdiskmark/pkg-descr
similarity index 100%
rename from sysutils/kdiskmark/pkg-descr
rename to benchmarks/kdiskmark/pkg-descr
diff --git a/sysutils/kdiskmark/pkg-plist b/benchmarks/kdiskmark/pkg-plist
similarity index 100%
rename from sysutils/kdiskmark/pkg-plist
rename to benchmarks/kdiskmark/pkg-plist
diff --git a/sysutils/Makefile b/sysutils/Makefile
index f1e9a99cbf9a..c1a3b351d023 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -567,7 +567,6 @@
     SUBDIR += kdebugsettings
     SUBDIR += kdf
     SUBDIR += kdialog
-    SUBDIR += kdiskmark
     SUBDIR += keyboard-daemon
     SUBDIR += kf5-baloo
     SUBDIR += kf5-kwallet


More information about the dev-commits-ports-all mailing list