Bug 282578 - [NEW PORT] net-p2p/py-stig: TUI and CLI client for the BitTorrent Transmission daemon
Summary: [NEW PORT] net-p2p/py-stig: TUI and CLI client for the BitTorrent Transmissio...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL: https://github.com/rndusr/stig/
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-05 23:25 UTC by Älven
Modified: 2024-11-06 05:34 UTC (History)
1 user (show)

See Also:
alster: maintainer-feedback+


Attachments
[PATCH] [NEW PORT] net-p2p/stig: TUI and CLI client for the BitTorrent Transmission daemon (3.33 KB, patch)
2024-11-05 23:25 UTC, Älven
alster: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-11-05 23:25:45 UTC
Created attachment 254975 [details]
[PATCH] [NEW PORT] net-p2p/stig: TUI and CLI client for the BitTorrent Transmission daemon

One of the best TUI clients for Transmission.
I like to use it in my everyday life and would like to share this port with everyone. :)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-06 04:49:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23c4ba88d11fb5c1a9322d4f67cb9b40f64698f6

commit 23c4ba88d11fb5c1a9322d4f67cb9b40f64698f6
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-11-05 22:46:40 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-11-06 04:45:18 +0000

    net-p2p/py-stig: TUI and CLI client for the BitTorrent Transmission daemon

    PR:             282578

 net-p2p/Makefile                |  1 +
 net-p2p/py-stig/Makefile (new)  | 30 ++++++++++++++++++++++++++++++
 net-p2p/py-stig/distinfo (new)  |  3 +++
 net-p2p/py-stig/pkg-descr (new) | 20 ++++++++++++++++++++
 4 files changed, 54 insertions(+)
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2024-11-06 04:50:35 UTC
Committed, thanks!

BTW, this port requires py- prefix accorting to the policy.
https://wiki.freebsd.org/Python/PortsPolicy
Comment 3 Älven 2024-11-06 05:34:54 UTC
OK. Thanks for the reminder.