Bug 262218 (handlr) - A better alternative to xdg-utils
Summary: A better alternative to xdg-utils
Status: Closed FIXED
Alias: handlr
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Cy Schubert
URL: https://github.com/chmln/handlr
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-27 01:56 UTC by sec.research.2005
Modified: 2022-02-27 22:39 UTC (History)
2 users (show)

See Also:


Attachments
shar file for the port (30.74 KB, application/x-shellscript)
2022-02-27 01:56 UTC, sec.research.2005
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.