Port details |
- py-stig TUI and CLI client for the BitTorrent Transmission daemon
- 0.14.0.a0 net-p2p
=0 0.13.0.a0Version of this port present on the latest quarterly branch. - Maintainer: alven@FreeBSD.org
 - Port Added: 2024-11-06 04:51:06
- Last Update: 2025-09-19 00:19:48
- Commit Hash: 09d7f9b
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 = 1757510858
SHA256 (stig-0.14.0a0.tar.gz) = bfdf72e7ece0458845cb9bf3f0f1eb985a66afc8fb1fc532fe3a32efb710a148
SIZE (stig-0.14.0a0.tar.gz) = 237688
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.14.0.a0 19 Sep 2025 00:19:48
    |
Älven (alven)  |
net-p2p/py-stig: Update 0.13.0a0 => 0.14.0a0
* Added "infohash" column
* Fixed some display issues with zero-width and double-width characters in
torrent name
Changelogs:
* https://github.com/rndusr/stig/blob/master/CHANGELOG
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52471 |
0.13.0.a0 28 Jul 2025 21:38:52
    |
Älven (alven)  |
*/*: Älven's ports to use FreeBSD.org email
PR: 288046
Approved by: mentors db@, yuri@ (implicit) |
0.13.0.a0 18 Mar 2025 07:16:32
    |
Wen Heping (wen)  Author: Älven |
net-p2p/py-stig: Update to 0.13.0a0
PR: 285278
Reported by: maintainer |
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 |