Port details |
- py-txtorcon Twisted-based Tor controller client
- 24.8.0 security =2 23.0.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-09-11 21:02:36
- Last Update: 2024-11-09 02:50:28
- Commit Hash: 180c5c1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/meejah/txtorcon
- Description:
- txtorcon is an implementation of the control-spec for Tor using the Twisted
networking library for Python.
This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports endpoints (like
twistd does) your server or client can make use of Tor immediately, with no
code changes. Start your own Tor or connect to one and get live stream, circuit,
relay updates; read and change config; monitor events; build circuits; create
onion services; etcetera (ReadTheDocs).
- ¦ ¦ ¦ ¦
- 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}txtorcon>0:security/py-txtorcon@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-txtorcon/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-txtorcon
- pkg install py311-txtorcon
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-txtorcon listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-txtorcon
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731105657
SHA256 (txtorcon-24.8.0.tar.gz) = befe19138d9c8c5307b6ee6d4fe446d0c201ffd1cc404aeb265ed90309978ad0
SIZE (txtorcon-24.8.0.tar.gz) = 312753
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-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-Automat>0 : devel/py-Automat@py311
- py311-incremental>0 : devel/py-incremental@py311
- py311-twisted>=15.5.0 : devel/py-twisted@py311
- py311-zope.interface>=3.6.1 : devel/py-zope.interface@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- net/py-magic-wormhole
- net-im/py-unmessage
Configuration Options:
- ===> The following configuration options are available for py311-txtorcon-24.8.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_py-txtorcon
- USES:
- python shebangfix
- 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 |
24.8.0 09 Nov 2024 02:50:28 |
Yuri Victorovich (yuri) |
security/py-txtorcon: update 23.0.0 → 24.8.0 |
23.0.0 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
23.0.0 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
23.0.0 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> |
23.0.0 19 Feb 2023 06:23:41 |
Yuri Victorovich (yuri) |
security/py-txtorcon: Update 22.0.0 → 23.0.0
Reported by: portscout |
22.0.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
22.0.0 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 ) |
22.0.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
22.0.0 21 Mar 2022 03:38:20 |
Yuri Victorovich (yuri) |
security/py-txtorcon: Update 21.1.0 -> 22.0.0
Reported by: portscout |
21.1.0 17 Aug 2021 17:29:42 |
Yuri Victorovich (yuri) |
security/py-txtorcon: Update 21.0.0 -> 21.1.0
Reported by: portscout |
21.0.0 09 Aug 2021 21:44:26 |
Yuri Victorovich (yuri) |
security/py-txtorcon: Update 20.0.0 -> 21.0.0
Reported by: portscout |
20.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20.0.0 10 Jan 2021 16:04:33 |
rene |
Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6) |
20.0.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
20.0.0 04 Apr 2020 20:34:56 |
yuri |
security/py-txtorcon: Update 19.1.0 -> 20.0.0
Reported by: portscout |
19.1.0 08 Oct 2019 06:25:10 |
yuri |
security/py-txtorcon: Update 19.0.0 -> 19.1.0
Reported by: portscout |
19.0.0 21 Jan 2019 18:26:02 |
yuri |
security/py-txtorcon: Update 18.3.0 -> 19.0.0
Reported by: portscout |
18.3.0 13 Oct 2018 06:36:09 |
yuri |
security/py-txtorcon: Update 18.1.0 -> 18.3.0
Reported by: portscout |
18.1.0 28 Sep 2018 03:26:40 |
yuri |
security/py-txtorcont: Update 18.0.2 -> 18.1.0
Reported by: portscout |
18.0.2 23 Jul 2018 20:42:05 |
yuri |
security/py-txtorcon: Update 0.20.0 -> 18.0.2
Reported by: repology |
0.20.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.20.0 23 Feb 2018 18:52:41 |
yuri |
security/py-txtorcon: Update to 0.20.0
Changelog:
https://github.com/meejah/txtorcon/releases/tag/v0.20.0
Additional port changes:
* Changed to DISTVERSION
* Updated MAINTAINER
* Added USE_PYTHON=concurrent (for docs and examples)
* Added DOCS and EXAMPLES options
* Added post-patch correcting docs/examples dirs
* Added post-patch-xx-off targets that patch docs/examples away
Requested upstream to have variables that control docs/examples.
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
0.19.3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.19.3 11 Sep 2017 21:02:27 |
ultima |
txtorcon is an implementation of the control-spec for Tor using the Twisted
networking library for Python.
This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports endpoints (like
twistd does) your server or client can make use of Tor immediately, with no
code changes. Start your own Tor or connect to one and get live stream, circuit,
relay updates; read and change config; monitor events; build circuits; create
onion services; etcetera (ReadTheDocs).
PR: 222042
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor), koobs
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12311 |