Bug 222042 - [NEW PORT] security/py-txtorcon: Twisted-based Tor controller client
Summary: [NEW PORT] security/py-txtorcon: Twisted-based Tor controller client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Richard Gallamore
URL:
Keywords:
Depends on:
Blocks: 222043
  Show dependency treegraph
 
Reported: 2017-09-04 01:05 UTC by Yuri Victorovich
Modified: 2017-09-11 21:07 UTC (History)
1 user (show)

See Also:


Attachments
shar (2.39 KB, text/plain)
2017-09-04 01:05 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-09-04 01:05:29 UTC
Created attachment 186049 [details]
shar

QAs:
* poudriere 11.1 amd64
* portlint
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2017-09-10 21:38:45 UTC
Looks good.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-11 21:02:51 UTC
A commit references this bug:

Author: ultima
Date: Mon Sep 11 21:02:28 UTC 2017
New revision: 449666
URL: https://svnweb.freebsd.org/changeset/ports/449666

Log:
  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

Changes:
  head/security/Makefile
  head/security/py-txtorcon/
  head/security/py-txtorcon/Makefile
  head/security/py-txtorcon/distinfo
  head/security/py-txtorcon/pkg-descr
Comment 3 Richard Gallamore freebsd_committer freebsd_triage 2017-09-11 21:07:34 UTC
Committed, thanks!