Created attachment 232130 [details] shar file for the port handlr is an alternative to xdg-utils written in Rust. It provides several advantages over xdg-utils as listed out in its repo at https://github.com/chmln/handlr
LGTM. It's been committed to my working tree and will be pushed the next time I push some commits. Unfortunately I cannot commit it under your name because of: slippy$ git ci --author='sec.research.2005@gmail.com' fatal: --author 'sec.research.2005@gmail.com' is not 'Name <email>' and matches no existing author slippy$
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=24b77d737affbba4e1f4fa42ce41fcdd3c252a6b commit 24b77d737affbba4e1f4fa42ce41fcdd3c252a6b Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-02-27 19:52:08 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-02-27 22:27:20 +0000 sysutils/handlr: New port handlr is an alternative to xdg-utils written in Rust. It provides several advantages over xdg-utils as listed out in its repo at https://github.com/chmln/handlr. PR: 262218 Submitted by: sec.research.2005@gmail.com Reported by: sec.research.2005@gmail.com sysutils/Makefile | 1 + sysutils/handlr/Makefile (new) | 183 ++++++++++++++++++++++ sysutils/handlr/distinfo (new) | 325 ++++++++++++++++++++++++++++++++++++++++ sysutils/handlr/pkg-descr (new) | 17 +++ 4 files changed, 526 insertions(+)
Committed. Thanks for the new port.