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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-searx Privacy-respecting, hackable metasearch engine
0.14.0 www Deleted on this many watch lists=1 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.14.0Version of this port present on the latest quarterly branch.
Maintainer: loic.blot@unix-experience.fr search for ports maintained by this maintainer
Port Added: 2016-04-24 09:33:01
Last Update: 2018-09-16 17:16:02
SVN Revision: 479897
People watching this port, also watch:: monit, tmux, tcpdump, zrep
Also Listed In: python
License: AGPLv3
WWW:
https://asciimoo.github.io/searx/
Description:
Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. Get started with searx by using one of the public instances. If you don't trust anyone, you can set up your own service. Features: * Self hosted * No user tracking * No user profiling * About 70 supported search engines * Easy integration with any search engine * Cookies are not used by default * Secure, encrypted connections (HTTPS/SSL) * Hosted by organisations, such as La Quadrature du Net, which promote digital rights WWW: https://asciimoo.github.io/searx/
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:
  • ${PYTHON_PKGNAMEPREFIX}searx>0:www/py-searx@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-searx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1519173150 SHA256 (searx-0.14.0.tar.gz) = 0efa8e6359e933dc63f6922e201bdd7b21c30f7ed43edb308a2312e57b45dc83 SIZE (searx-0.14.0.tar.gz) = 1591201

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-certifi>0 : security/py-certifi@py27
  2. py27-dateutil>0 : devel/py-dateutil@py27
  3. py27-Flask>0 : www/py-flask@py27
  4. py27-Flask-Babel>0 : devel/py-flask-babel@py27
  5. py27-lxml>0 : devel/py-lxml@py27
  6. py27-ndg_httpsclient>0 : net/py-ndg_httpsclient@py27
  7. py27-openssl>0 : security/py-openssl@py27
  8. py27-pygments>0 : textproc/py-pygments@py27
  9. py27-requests>0 : www/py-requests@py27
  10. py27-splinter>0 : www/py-splinter@py27
  11. py27-yaml>0 : devel/py-yaml@py27
  12. py27-werkzeug>0 : www/py-werkzeug@py27
  13. py27-setuptools>0 : devel/py-setuptools@py27
  14. 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 (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/searx/
  2. https://pypi.org/packages/source/s/searx/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.14.0
16 Sep 2018 17:16:02
Revision:479897Original commit files touched by this commit
yuri search for other commits by this committer
www/py-searx: Move to www/searx because this is a server, not a library

Port changes:
* Add USE_PYTHON=noflavors
* While here, add missing dependency dns/py-idna

PR:		231401
Approved by:	loic.blot@unix-experience.fr (maintainer)
0.14.0
25 May 2018 07:20:04
Revision:470822Original commit files touched by this commit
antoine search for other commits by this committer
py-searx is not compatible with python3
0.14.0
09 Mar 2018 08:34:58
Revision:463944Original commit files touched by this commit
yuri search for other commits by this committer
www/py-searx: Update to 0.14.0

Port changes:
* Changed DISTVERSION
* Switched to CHEESESHOP
* Updated COMMENT
* Updated RUN_DEPENDS
* Replaced USE_PYTHON=concurrent with USE_PYTHON=noflavors
* Patched requirements.txt to require on >= basis
* Removed tests inslall (conflicts with other such packages)
* Move settings under /etc
* In searx.in, used %%PYTHON_CMD%% instead of the hardcoded command
* Fixed searx.in to actually start and stop the service (it was broken)
* Added pkg-message explaining how to use it

Testing:
* runs fine

This package allows you to get rid of tracking by the search providers
(google, bing, etc). You can either use the local service on
http://localhost:8888, or one of the external instances, ex. https://searx.me/

PR:		226055
Submitted by:	loic.blot@unix-experience.fr (maintainer)
Approved by:	tcberner (mentor, implicit)
0.12.0
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.12.0
04 Jun 2017 22:13:42
Revision:442594Original commit files touched by this commit
olivier search for other commits by this committer
Update to 0.12.0

PR:		219785
Submitted by:	Loic Blot <loic.blot@unix-experience.fr> (maintainer)
0.11.0
16 Jan 2017 06:52:26
Revision:431616Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 0.11.0

PR:		216007
Submitted by:	maintainer
0.10.0
06 Sep 2016 18:07:55
Revision:421453Original commit files touched by this commit
pi search for other commits by this committer
www/py-searx: 0.9.0 -> 0.10.0

- now works with www/py-flask at version 0.11
- submitter becomes maintainer

PR:		212424
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
24 Aug 2016 02:07:46
Revision:420751Original commit files touched by this commit Refresh
vanilla search for other commits by this committer
Update to 0.9.0.
0.8.1
24 Jul 2016 13:09:08
Revision:419003Original commit files touched by this commit
zi search for other commits by this committer
- Reset MAINTAINER due to fatal bounce

Reported by:	portscout
0.8.1
24 Apr 2016 09:32:52
Revision:413931Original commit files touched by this commit
pi search for other commits by this committer
New port: www/py-searx

A privacy-respecting, hackable metasearch engine.

WWW: https://github.com/asciimoo/searx

PR:		208915
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>

Number of commits found: 10