Port details |
- py-stig TUI and CLI client for the BitTorrent Transmission daemon
- 0.12.12.a0_1 net-p2p
=0 0.12.12.a0Version of this port present on the latest quarterly branch. - Maintainer: alster@vinterdalen.se
 - Port Added: 2024-11-06 04:51:06
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- License: GPLv3+
- WWW:
- https://github.com/rndusr/stig/
- Description:
- 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)
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}stig>0:net-p2p/py-stig@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-p2p/py-stig/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/py-stig
- pkg install py311-stig
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-stig listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-stig
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1737468416
SHA256 (stig-0.12.12a0.tar.gz) = 3eee29631d0c142a64ced9f2b225b98398932716ac044a4a8785efdcc8c32c2d
SIZE (stig-0.12.12a0.tar.gz) = 235162
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-asynctest>0 : devel/py-asynctest@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-aiohttp-socks>0 : net/py-aiohttp-socks@py311
- py311-async_timeout>0 : devel/py-async_timeout@py311
- py311-blinker>0 : devel/py-blinker@py311
- py311-natsort>0 : devel/py-natsort@py311
- py311-xdg>0 : devel/py-xdg@py311
- py311-setproctitle>0 : devel/py-setproctitle@py311
- py311-urwidtrees>0 : devel/py-urwidtrees@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_py-stig
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.12.a0_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.12.12.a0 21 Jan 2025 23:46:36
    |
Robert Clausecker (fuz)  Author: Älven |
net-p2p/py-stig: update 0.12.11a0 -> 0.12.12a0
Changelog: https://github.com/rndusr/stig/blob/master/CHANGELOG
PR: 284241
MFH: 2025Q1 |
0.12.11.a0 06 Nov 2024 04:45:18
    |
Koichiro Iwao (meta)  Author: Älven |
net-p2p/py-stig: TUI and CLI client for the BitTorrent Transmission daemon
PR: 282578 |