Bug 262694

Summary: [NEW PORT] misc/sigi Organization CLI
Product: Ports & Packages Reporter: J.R. Hill <hiljusti>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: grahamperrin, hiljusti, jrm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/hiljusti/sigi
Attachments:
Description Flags
a git patch none

Description J.R. Hill 2022-03-21 05:40:54 UTC
Created attachment 232597 [details]
a git patch

This adds an organization CLI called "sigi".

"TODO-style" applications have been done ad nauseum, and done very well, but sigi fills a gap for extremely unorganized people who enjoy chaos but do still want to accomplish things. (Like myself)

I've been maintaining the project for about a year now, with no plans to stop. Among other users, I also rely on it daily.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-07 02:42:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b576852c2ba150f02b304c237787b6fa4ba969e

commit 2b576852c2ba150f02b304c237787b6fa4ba969e
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-06-07 01:45:57 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-06-07 02:41:33 +0000

    misc/sigi: New port

    sigi is an organizing tool for terminal lovers who hate organizing.
    The port is based on a patch submitted by J.R. Hill.

    WWW: https://github.com/hiljusti/sigi

    PR:             262694
    Sponsored by:   The FreeBSD Foundation

 deskutils/Makefile             |   1 +
 deskutils/sigi/Makefile (new)  | 121 +++++++++++++++++++++++++
 deskutils/sigi/distinfo (new)  | 199 +++++++++++++++++++++++++++++++++++++++++
 deskutils/sigi/pkg-descr (new) |   7 ++
 4 files changed, 328 insertions(+)
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2022-06-07 02:43:16 UTC
Thanks.  Committed based on your patch using the latest version.  Create a new PR and feel free to assign me if there are problems.

Joe
Comment 3 J.R. Hill 2022-06-12 07:48:38 UTC
Thanks for updating the version before committing too!