git: 91c1756899e4 - main - sysutils/czkawka: Take maintainership

From: Zsolt Udvari <uzsolt_at_FreeBSD.org>
Date: Fri, 27 Sep 2024 05:25:15 UTC
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91c1756899e4eb01786819e6883deee2473c4521

commit 91c1756899e4eb01786819e6883deee2473c4521
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-09-27 05:24:13 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-09-27 05:24:55 +0000

    sysutils/czkawka: Take maintainership
    
    Shorten COMMENT and pkg-descr (suggests portlint).
    Pet portfmt.
---
 sysutils/czkawka/Makefile  | 13 +++++++------
 sysutils/czkawka/pkg-descr | 27 ++++++++-------------------
 2 files changed, 15 insertions(+), 25 deletions(-)

diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile
index 12251be0db9b..e34fff066fd5 100644
--- a/sysutils/czkawka/Makefile
+++ b/sysutils/czkawka/Makefile
@@ -3,8 +3,8 @@ DISTVERSION=	7.0.0
 PORTREVISION=	5
 CATEGORIES=	sysutils
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Multi functional app to find duplicates, empty folders, similar images etc.
+MAINTAINER=	uzsolt@FreeBSD.org
+COMMENT=	Smple app to remove unnecessary files from your computer
 WWW=		https://github.com/qarmin/czkawka
 
 LICENSE=	CC-BY-4.0 MIT
@@ -13,8 +13,12 @@ LICENSE_FILE_MIT=	${WRKSRC}/${PORTNAME}_core/LICENSE
 
 USES=		cargo gnome
 USE_GITHUB=	yes
-USE_GNOME=	gdkpixbuf2 gtk40
 GH_ACCOUNT=	qarmin
+USE_GNOME=	gdkpixbuf2 gtk40
+
+# XXX https://github.com/rust-lang/cargo/issues/4101
+CARGO_INSTALL_PATH=	${PLIST_FILES:Mbin/*:T}
+
 PLIST_FILES=	bin/${PORTNAME}_cli \
 		bin/${PORTNAME}_gui \
 		share/applications/com.github.qarmin.czkawka.desktop \
@@ -24,9 +28,6 @@ PLIST_FILES=	bin/${PORTNAME}_cli \
 		share/metainfo/com.github.qarmin.czkawka.metainfo.xml \
 		${NULL}
 
-# XXX https://github.com/rust-lang/cargo/issues/4101
-CARGO_INSTALL_PATH=	${PLIST_FILES:Mbin/*:T}
-
 post-patch:
 # XXX Skip the new GUI until runtime is tested
 	@${REINPLACE_CMD} '/krokiet/d' ${WRKSRC}/Cargo.toml
diff --git a/sysutils/czkawka/pkg-descr b/sysutils/czkawka/pkg-descr
index 2ffbc2550f10..f55a680183ba 100644
--- a/sysutils/czkawka/pkg-descr
+++ b/sysutils/czkawka/pkg-descr
@@ -5,30 +5,19 @@ Features:
 - Written in memory safe Rust
 - Amazingly fast - due to using more or less advanced algorithms and
   multithreading
-- Free, Open Source without ads
-- Multiplatform - works on Linux, Windows and macOS
 - Cache support - second and further scans should be a lot faster than
   the first one
-- CLI frontend - for easy automation
-- GUI frontend - uses modern GTK 3 and looks similar to FSlint
-- Rich search option - allows setting absolute included and excluded
-  directories, set of allowed file extensions or excluded items with
-  the * wildcard
+- CLI and GUI frontend - for easy automation
+- Rich search option
 - Multiple tools to use:
-  - Duplicates - Finds duplicates basing on file name, size, hash,
-    first 1 MB of hash
-  - Empty Folders - Finds empty folders with the help of an advanced
-    algorithm
-  - Big Files - Finds the provided number of the biggest files in
-    given location
+  - Duplicates - basing on file name, size, hash, first 1 MB of hash
+  - Empty Folders - Finds empty folders with the help of an advanced algorithm
+  - Big Files - Finds the provided number of the biggest files in given location
   - Empty Files - Looks for empty files across the drive
   - Temporary Files - Finds temporary files
   - Similar Images - Finds images which are not exactly the same
     (different resolution, watermarks)
-  - Zeroed Files - Finds files which are filled with zeros (usually
-    corrupted)
+  - Zeroed Files - Finds files which are filled with zeros (usually corrupted)
   - Same Music - Searches for music with same artist, album etc.
-  - Invalid Symbolic Links - Shows symbolic links which points to
-    non-existent files/directories
-  - Broken Files - Finds files with an invalid extension or that are
-    corrupted
+  - Invalid Symbolic Links
+  - Broken Files - Finds files with an invalid extension or that are corrupted