notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
obfsproxy Pluggable transport proxy
0.2.13_2,1 security Deleted on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.13_2,1Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to configure
Ignore IGNORE: is marked as broken: fails to configure
Maintainer: cs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-02-24 15:06:45
Last Update: 2018-03-02 07:35:25
SVN Revision: 463377
People watching this port, also watch:: gnupg, tor, runit, smartmontools, coreutils
Also Listed In: net python
License: BSD3CLAUSE
WWW:
https://www.torproject.org/projects/obfsproxy.html.en
Description:
Obfsproxy is a pluggable transport proxy written in Python. WWW: https://www.torproject.org/projects/obfsproxy.html.en
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • obfsproxy>0:security/obfsproxy
No installation instructions:
This port has been deleted.
PKGNAME: obfsproxy
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (obfsproxy-0.2.13.tar.gz) = c29582f2f5b0316cbc7184e0529a5b246dfeeabd4e6c4dcb05b800256d6c9dd6 SIZE (obfsproxy-0.2.13.tar.gz) = 95813

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-pyptlib>=0.0.5 : security/py-pyptlib@py27
  2. py27-pycrypto>=2.1 : security/py-pycrypto@py27
  3. py27-twisted>=0 : devel/py-twisted@py27
  4. py27-yaml>=0 : devel/py-yaml@py27
  5. py27-setuptools>0 : devel/py-setuptools@py27
  6. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.c-s.li/ports/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.13_2,1
02 Mar 2018 07:35:25
Revision:463377Original commit files touched by this commit
yuri search for other commits by this committer
security/obfsproxy: Unbreak; Rename to security/py-obfsproxy-tor

Port changes:
* Unbreak: removed unnecessary lines in setup.py that were failing
* Changed MASTER_SITES to CHEESESHOP
* Added PKGNAMEPREFIX as every python port should have
* Added PKGNAMESUFFIX=-tor to easily identify as being for Tor
* Added LICENSE_FILE
* Deleted pkg-plist
* Added USE_PYTHON=autoplist instead of pkg-plist
* Added USE_PYTHON=noflavors (an app)
* Added NO_ARCH
* Updated WWW

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
0.2.13_2,1
18 Dec 2017 21:51:42
Revision:456678Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to configure

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 39
    if sys.version_info < (2, 7):
     ^
SyntaxError: invalid syntax

Reported by:	pkg-fallout
0.2.13_2,1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.2.13_2,1
18 Nov 2017 12:41:18
Revision:454427Original commit files touched by this commit
cpm search for other commits by this committer
security/obfsproxy: Make argparse a conditional dependency

Backport a patch to setup.py making argparse a conditional dependency
to fix the following error at runtime:

pkg_resources.DistributionNotFound: The 'argparse' distribution was not found
and is required by obfsproxy

While I'm here, pet portlint, USE_* comes before USES. Bump PORTREVISION.

PR:		223320
Submitted by:	cpm
Reported by:	Hadi <rezaee.hadi@gmail.com>
Approved by:	cs (maintainer timeout, 2 weeks)
0.2.13_1,1
04 Sep 2017 00:01:16
Revision:449230Original commit files touched by this commit
sunpoet search for other commits by this committer
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change

PR:		221665
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
0.2.13,1
04 Dec 2016 13:08:46
Revision:427780Original commit files touched by this commit
rene search for other commits by this committer
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
0.2.13,1
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
0.2.13,1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.2.13,1
25 Dec 2015 21:35:26
Revision:404475Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.2.13
0.2.10,1
27 May 2015 00:09:56
Revision:387528Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
0.2.10,1
28 Jan 2015 01:41:26
Revision:378035Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from and add empty directories to pkg-plists

Approved by:	portmgr blanket
0.2.10,1
24 Oct 2014 16:50:43
Revision:371453Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
0.2.10,1
21 Jul 2014 19:29:14
Revision:362470Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.2.10
0.2.9,1
03 May 2014 14:40:35
Revision:352915Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.2.9
0.2.7,1
30 Mar 2014 15:56:12
Revision:349641Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.2.7
0.2.6_1,1
22 Feb 2014 14:12:28
Revision:345653Original commit files touched by this commit
cs search for other commits by this committer
Add devel/py-yaml as a run dependency
0.2.6,1
20 Feb 2014 19:59:56
Revision:345261Original commit files touched by this commit
cs search for other commits by this committer
- Update to 0.2.6
- Support Staging
- Fix License
0.2.4,1
08 Dec 2013 12:04:08
Revision:335877Original commit files touched by this commit
mva search for other commits by this committer
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
0.2.4,1
01 Oct 2013 20:54:44
Revision:328994Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.2.4
0.2.3,1
21 Sep 2013 22:23:55
Revision:327843Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.2.3
0.2.2,1
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
0.2.2,1
15 Jul 2013 09:20:34
Revision:323025Original commit files touched by this commit
cs search for other commits by this committer
re-add pkg-message properly
0.2.2,1
15 Jul 2013 07:49:54
Revision:323021Original commit files touched by this commit
cs search for other commits by this committer
some additional clarifications in the pkg-message file of obfsproxy
0.2.2,1
15 Jul 2013 07:40:06
Revision:323020Original commit files touched by this commit
cs search for other commits by this committer
Move security/pyobfsproxy to security/obfsproxy which was the port of the
legacy C version of obfsproxy and recently renamed upstream.
0.1.4,1
20 May 2012 11:22:19
Original commit files touched by this commit
cs search for other commits by this committer
Remove mirror which does not serve the distfile anymore
0.1.4,1
03 May 2012 11:38:02
Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.1.4
0.1.3_1,1
13 Apr 2012 12:11:59
Original commit files touched by this commit
cs search for other commits by this committer
Bump PORTREVISION after new openssl update
0.1.3,1
04 Apr 2012 17:58:25
Original commit files touched by this commit
cs search for other commits by this committer
- Update to 0.1.3
- Add a third mirror

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
0.1.1,1
13 Mar 2012 14:48:08
Original commit files touched by this commit
cs search for other commits by this committer
Add official mirror and use official tarball since it was released recently

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
0.1.1,1
12 Mar 2012 22:34:36
Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.1.1 (and bump PORTEPOCH)

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
20120216
24 Feb 2012 15:06:25
Original commit files touched by this commit
cs search for other commits by this committer
obfsproxy is a tool that attempts to circumvent censorship, by transforming the
Tor traffic between the client and the bridge. This way, censors, who usually
monitor traffic between the client and the bridge, will see innocent-looking
transformed traffic instead of the actual Tor traffic.

WWW: https://www.torproject.org/projects/obfsproxy.html.en

Approved by:    glarkin@ (mentor)

Number of commits found: 31