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
onionlauncher Launcher for Tor
0.0.2_2 net-mgmt Deleted on this many watch lists=0 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.0.2_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Use EOL'd Python 2.7
Expired 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 search for ports maintained by this maintainer
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
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:
  • onionlauncher>0:net-mgmt/onionlauncher
No installation instructions:
This port has been deleted.
PKGNAME: onionlauncher
Package flavors (<flavor>: <package>)
  • py27: onionlauncher
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.
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-stem>=0.18 : security/py-stem@py27
  2. tor : security/tor
  3. py27-qt5-core>=5.13.1 : devel/py-qt5-core@py27
  4. py27-qt5-gui>=5.13.1 : x11-toolkits/py-qt5-gui@py27
  5. py27-qt5-widgets>=5.13.1 : x11-toolkits/py-qt5-widgets@py27
  6. py27-setuptools>0 : devel/py-setuptools@py27
  7. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/neelchauhan/OnionLauncher/tar.gz/v0.0.2?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.2_2
31 Mar 2020 11:26:12
Revision:529961Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:527296Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
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 View all of this commit message)
0.0.2_1
22 Nov 2018 20:18:37
Revision:485614Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:457572Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix WWW

Approved by:	portmgr (blanket)
0.0.2
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.0.2
11 Aug 2016 22:38:50
Revision:420110Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 0.0.2

PR:		211632
Submitted by:	Neel Chauhan (maintainer)
0.0.1
13 Jul 2016 21:02:10
Revision:418505Original commit files touched by this commit
pawel search for other commits by this committer
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>

Number of commits found: 9