Port details |
- onionlauncher Launcher for Tor
- 0.0.2_2 net-mgmt
=0 0.0.2_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Use EOL'd Python 2.7
This port expired on: 2020-03-31
- 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: 2016-07-13 21:02:19
- Last Update: 2020-03-31 11:26:12
- SVN Revision: 529961
- License: BSD2CLAUSE
- WWW:
- https://github.com/neelchauhan/OnionLauncher
- Description:
- OnionLauncher is a launcher for Tor written in Python and PyQt5.
WWW: https://github.com/neelchauhan/OnionLauncher
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- onionlauncher>0:net-mgmt/onionlauncher
- No installation instructions:
- This port has been deleted.
- PKGNAME: onionlauncher
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1470518584
SHA256 (neelchauhan-OnionLauncher-v0.0.2_GH0.tar.gz) = a1b9ab4db0f541a5a9607adcb469d00d772bc8942eceff50cf21f43752bed49b
SIZE (neelchauhan-OnionLauncher-v0.0.2_GH0.tar.gz) = 18799
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-stem>=0.18 : security/py-stem@py27
- tor : security/tor
- py27-qt5-core>=5.13.1 : devel/py-qt5-core@py27
- py27-qt5-gui>=5.13.1 : x11-toolkits/py-qt5-gui@py27
- py27-qt5-widgets>=5.13.1 : x11-toolkits/py-qt5-widgets@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- pyqt:5 python:2.7
- 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 |
0.0.2_2 31 Mar 2020 11:26:12 |
rene |
Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity
instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See
https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4
is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35
or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4 |
0.0.2_2 27 Feb 2020 21:26:06 |
sunpoet |
Reset maintainership
- While I'm here, mark DEPRECATED and set EXPIRATION_DATE to 2020-03-31
PR: 244443
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
0.0.2_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.0.2_1 22 Nov 2018 20:18:37 |
tcberner |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
0.0.2 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.0.2 30 Dec 2017 00:15:45 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
0.0.2 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.0.2 11 Aug 2016 22:38:50 |
pawel |
Update to version 0.0.2
PR: 211632
Submitted by: Neel Chauhan (maintainer) |
0.0.1 13 Jul 2016 21:02:10 |
pawel |
OnionLauncher is a launcher for Tor written in Python and PyQt5.
WWW: https://www.github.com/neelchauhan/OnionLauncher
PR: 210743
Submitted by: Neel Chauhan <neel@neelc.org> |