Port details |
- py-txtorcon Twisted-based Tor controller client
- 22.0.0 security
=0 22.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: 2022-03-21 03:38:20
- Commit Hash: acdecc9
- Also Listed In: python
- License: MIT
- 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).
WWW: https://github.com/meejah/txtorcon
- SVNWeb : git : Homepage
- 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 py38-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 py38-txtorcon listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-txtorcon
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1647827019
SHA256 (txtorcon-22.0.0.tar.gz) = 89a1b65e32a4b369d67e6c166387fbc468cc5d05227448d239a5e7e9718aa053
SIZE (txtorcon-22.0.0.tar.gz) = 310919
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-Automat>0 : devel/py-Automat@py38
- py38-cryptography>0 : security/py-cryptography@py38
- py38-incremental>0 : devel/py-incremental@py38
- py38-twisted>=15.5.0 : devel/py-twisted@py38
- py38-zope.interface>=3.6.1 : devel/py-zope.interface@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- net/py-magic-wormhole
- net-im/py-unmessage
- Configuration Options:
- ===> The following configuration options are available for py38-txtorcon-22.0.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:3.6+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Mar 2022 03:38:20 22.0.0
|
Yuri Victorovich (yuri)  |
security/py-txtorcon: Update 21.1.0 -> 22.0.0
Reported by: portscout |
17 Aug 2021 17:29:42 21.1.0
|
Yuri Victorovich (yuri)  |
security/py-txtorcon: Update 21.0.0 -> 21.1.0
Reported by: portscout |
09 Aug 2021 21:44:26 21.0.0
|
Yuri Victorovich (yuri)  |
security/py-txtorcon: Update 20.0.0 -> 21.0.0
Reported by: portscout |
06 Apr 2021 14:31:07 20.0.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Jan 2021 16:04:33
20.0.0
|
rene  |
Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6) |
28 Dec 2020 23:02:15
20.0.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
04 Apr 2020 20:34:56
20.0.0
|
yuri  |
security/py-txtorcon: Update 19.1.0 -> 20.0.0
Reported by: portscout |
08 Oct 2019 06:25:10
19.1.0
|
yuri  |
security/py-txtorcon: Update 19.0.0 -> 19.1.0
Reported by: portscout |
21 Jan 2019 18:26:02
19.0.0
|
yuri  |
security/py-txtorcon: Update 18.3.0 -> 19.0.0
Reported by: portscout |
13 Oct 2018 06:36:09
18.3.0
|
yuri  |
security/py-txtorcon: Update 18.1.0 -> 18.3.0
Reported by: portscout |
28 Sep 2018 03:26:40
18.1.0
|
yuri  |
security/py-txtorcont: Update 18.0.2 -> 18.1.0
Reported by: portscout |
23 Jul 2018 20:42:05
18.0.2
|
yuri  |
security/py-txtorcon: Update 0.20.0 -> 18.0.2
Reported by: repology |
20 Jun 2018 17:05:44
0.20.0
|
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 |
23 Feb 2018 18:52:41
0.20.0
|
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) |
30 Nov 2017 15:50:34
0.19.3 
|
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 ) |
11 Sep 2017 21:02:27
0.19.3
|
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 |