FreeBSD Bugzilla – Attachment 254975 Details for
Bug 282578
[NEW PORT] net-p2p/py-stig: TUI and CLI client for the BitTorrent Transmission daemon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] [NEW PORT] net-p2p/stig: TUI and CLI client for the BitTorrent Transmission daemon
0001-NEW-PORT-net-p2p-stig-TUI-and-CLI-client-for-the-Bit.patch (text/plain), 3.33 KB, created by
Älven
on 2024-11-05 23:25:45 UTC
(
hide
)
Description:
[PATCH] [NEW PORT] net-p2p/stig: TUI and CLI client for the BitTorrent Transmission daemon
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-05 23:25:45 UTC
Size:
3.33 KB
patch
obsolete
>From 286e7781888219247e75f98585423fcb84c56968 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Wed, 6 Nov 2024 02:46:40 +0400 >Subject: [PATCH] [NEW PORT] net-p2p/stig: TUI and CLI client for the BitTorrent Transmission daemon > >--- > net-p2p/Makefile | 1 + > net-p2p/stig/Makefile | 29 +++++++++++++++++++++++++++++ > net-p2p/stig/distinfo | 3 +++ > net-p2p/stig/pkg-descr | 20 ++++++++++++++++++++ > 4 files changed, 53 insertions(+) > create mode 100644 net-p2p/stig/Makefile > create mode 100644 net-p2p/stig/distinfo > create mode 100644 net-p2p/stig/pkg-descr > >diff --git a/net-p2p/Makefile b/net-p2p/Makefile >index aa2a5e1198c4..f8f5f43377ac 100644 >--- a/net-p2p/Makefile >+++ b/net-p2p/Makefile >@@ -91,6 +91,7 @@ > SUBDIR += rtorrent > SUBDIR += shx > SUBDIR += sonarr >+ SUBDIR += stig > SUBDIR += torrent-file-editor > SUBDIR += torrentcheck > SUBDIR += torrentsniff >diff --git a/net-p2p/stig/Makefile b/net-p2p/stig/Makefile >new file mode 100644 >index 000000000000..a20fd27131ba >--- /dev/null >+++ b/net-p2p/stig/Makefile >@@ -0,0 +1,29 @@ >+PORTNAME= stig >+DISTVERSION= 0.12.11a0 >+CATEGORIES= net-p2p >+MASTER_SITES= PYPI >+ >+MAINTAINER= alster@vinterdalen.se >+COMMENT= TUI and CLI client for the BitTorrent Transmission daemon >+WWW= https://github.com/rndusr/stig/ >+ >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>0:net/py-aiohttp-socks@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}natsort>0:devel/py-natsort@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}urwidtrees>0:devel/py-urwidtrees@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asynctest>0:devel/py-asynctest@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils pytest >+ >+NO_ARCH= yes >+ >+TESTING_UNSAFE= yes >+ >+.include <bsd.port.mk> >diff --git a/net-p2p/stig/distinfo b/net-p2p/stig/distinfo >new file mode 100644 >index 000000000000..e60294e2c1f5 >--- /dev/null >+++ b/net-p2p/stig/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1730839977 >+SHA256 (stig-0.12.11a0.tar.gz) = 25b98a3e3a67e6757cf48864e4bc2a3fc6397d4faf6440a536aad57f777c8e27 >+SIZE (stig-0.12.11a0.tar.gz) = 234990 >diff --git a/net-p2p/stig/pkg-descr b/net-p2p/stig/pkg-descr >new file mode 100644 >index 000000000000..2c1e85aa666e >--- /dev/null >+++ b/net-p2p/stig/pkg-descr >@@ -0,0 +1,20 @@ >+Stig features: >+ >+* Filters are used to select torrents for listing, starting/stopping, deleting, >+etc >+ >+* Tabs allow you to open and switch between multiple lists (torrents, peers, >+files, etc) >+ >+* Commands do almost everything, and they can be invoked: >+- through single- or multi-key (think GNU/EMACS) keybindings, >+- by entering them in a command prompt in the TUI (think vi) with tab completion >+- by providing them as CLI arguments when invoking stig (think Git), >+- or by listing them in an rc file which is automatically loaded. >+ >+* Color themes support 16 and 256 colors >+ >+* Complete built-in documentation with help command or --help argument >+ >+* Full API abstraction layer makes it possible to add support for other >+BitTorrent clients with RPC interfaces (contributors are welcome) >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282578
: 254975