Bug 262218 (handlr)

Summary: A better alternative to xdg-utils
Product: Ports & Packages Reporter: sec.research.2005
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: cy, grahamperrin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/chmln/handlr
Attachments:
Description Flags
shar file for the port none

Description sec.research.2005 2022-02-27 01:56:56 UTC
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
Comment 1 Cy Schubert freebsd_committer freebsd_triage 2022-02-27 19:56:57 UTC
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$
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-27 22:27:48 UTC
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(+)
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2022-02-27 22:39:15 UTC
Committed. Thanks for the new port.