Bug 262694 - [NEW PORT] misc/sigi Organization CLI
Summary: [NEW PORT] misc/sigi Organization CLI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/hiljusti/sigi
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-21 05:40 UTC by J.R. Hill
Modified: 2022-06-12 07:48 UTC (History)
3 users (show)

See Also:


Attachments
a git patch (9.24 KB, patch)
2022-03-21 05:40 UTC, J.R. Hill
no flags Details | Diff

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