Port details |
- py-tremc Console client for the BitTorrent client Transmission
- 0.9.3_1 net-p2p =2 0.9.3_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-12-30 20:23:21
- Last Update: 2024-01-22 16:52:32
- Commit Hash: dd6d021
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3
- WWW:
- https://github.com/tremc/tremc
- Description:
- Curses interface for transmission.
Python3 fork of the no longer maintained transmission-remote-cli. Some
extra modifications have been included and development will follow the
original project as much as possible.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tremc>0:net-p2p/py-tremc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-p2p/py-tremc/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/py-tremc
- pkg install py39-tremc
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 py39-tremc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-tremc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1646846484
SHA256 (tremc-tremc-0.9.3_GH0.tar.gz) = 57917eac90760d33f47c222fb4ee24d554934cd43cdf76c6a1d8104d2dc7a738
SIZE (tremc-tremc-0.9.3_GH0.tar.gz) = 334465
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:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-adns>=0 : dns/py-adns@py39
- py39-ipy>=0 : net-mgmt/py-ipy@py39
- py39-pyperclip>=0 : devel/py-pyperclip@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-tremc-0.9.3_1:
ADNS=on: Resolve IPs to host names
IPY=on: Extract ipv4 from ipv6 addresses
PYPERCLIP=on: Copy magnet links to the system clipboard
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_py-tremc
- USES:
- python shebangfix
- pkg-message:
- For install:
- Authentication and host/port can be set via command line with one of these
patterns:
$ tremc -c homeserver
$ tremc -c homeserver:1234
$ tremc -c johndoe:secretbirthday@homeserver
$ tremc -c johndoe:secretbirthday@homeserver:1234
You can write this (and other) stuff into a configuration file:
$ tremc -c johndoe:secretbirthday@homeserver:1234 --create-config
No configuration file is created automatically. You must create it.
$ tremc --create-config
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.3_1 22 Jan 2024 16:52:32 |
Muhammad Moinur Rahman (bofh) |
net-p2p/py-tremc: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.9.3 10 Sep 2023 23:13:40 |
Alexandre C. Guimarães (rigoletto) |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
0.9.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.3 09 Mar 2022 17:23:50 |
Alexandre C. Guimarães (rigoletto) |
net-p2p/py-tremc: Update to 0.9.3 |
0.9.2.367 23 May 2021 03:56:18 |
Alexandre C. Guimarães (rigoletto) |
net-p2p/py-tremc: bring in upstream fixes. |
0.9.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2 10 Dec 2020 22:00:08 |
sunpoet |
Add missing version requirement
Approved by: portmgr (blanket) |
0.9.2 03 Jun 2020 17:29:55 |
rigoletto |
net-p2p/py-tremc: Update to 0.9.2 |
0.9.1.11_2 26 Apr 2020 01:07:02 |
rigoletto |
net-p2p/py-tremc: prepare it to work with transmission 3.00 |
0.9.1.11_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.9.1.11_1 09 Jan 2019 22:24:26 |
rigoletto |
net-p2p/py-tremc: add description to ADNS option
Approved by: tcberner (mentor) |
0.9.1.11_1 08 Jan 2019 17:00:06 |
rigoletto |
net-p2p/py-tremc: remove the broken GeoIP option
- add IPY option (extract ipv4 from ipv6 addresses)
PR: 234703
Reported by: huber.georg@gmail.com
Approved by: tcberner (mentor) |
0.9.1.11 07 Oct 2018 17:30:10 |
rigoletto |
Update maintainer eMail address.
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17399 |
0.9.1.11 16 Sep 2018 08:03:37 |
tcberner |
net-p2p/py-tremc: update to v9.1
* resurrect dns/py-adns@r439825
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Differential Revision: https://reviews.freebsd.org/D16683 |
g20180106 14 Mar 2018 05:03:48 |
yuri |
net-p2p/py-tremc: Update to g20180106
Port changes:
* Updated maintainer's address with his other address (previous address
verified)
* pkg-message moved up from files/
* bash completion file renamed
PR: 226586
Submitted by: Alexandre C. Guimaraes <lbdm@privacychain.ch> (maintainer) |
g20171202 30 Dec 2017 20:23:12 |
swills |
net-p2p/py-tremc: create port
Curses interface for transmission.
Python3 fork of the no longer maintained transmission-remote-cli. Some
extra modifications have been included and development will follow the
original project as much as possible.
WWW: https://github.com/louipc/tremc
Submitted by: lbdm@privacychain.ch
Differential Revision: https://reviews.freebsd.org/D13618 |