Bug 278972

Summary: [NEW PORT] www/py-searxng-devel: Free internet metasearch engine
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Gabriel M. Dutra <dutra>
Status: Closed FIXED    
Severity: Affects Only Me CC: dsh, dutra
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://docs.searxng.org/
Bug Depends on: 278969, 278970, 278971    
Bug Blocks:    
Attachments:
Description Flags
py-searxng-20240512.patch
DtxdF: maintainer-approval+
py-searxng-20240612.patch
DtxdF: maintainer-approval+
py-searxng-20240711.patch
DtxdF: maintainer-approval+
py-searxng-20240819.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2024-05-14 09:03:03 UTC
Created attachment 250643 [details]
py-searxng-20240512.patch

Description:

SearXNG is a free internet metasearch engine which aggregates results
from more than 70 search services. Users are neither tracked nor
profiled. Additionally, SearXNG can be used over Tor for online
anonymity.

WWW: https://docs.searxng.org/

QA:

* portlint: OK (looks fine.)
* testport: (poudriere: 14.0-RELEASE, amd64):
  - Warning: Symlink '/usr/local/lib/python3.9/site-packages/searx/settings.yml' pointing to '/usr/local/etc/searxng.yml' which does not exist in the stage directory or in lo
calbase
Comment 1 Jesús Daniel Colmenares Oviedo 2024-06-13 18:18:04 UTC
Created attachment 251437 [details]
py-searxng-20240612.patch

Description:

* Update to 20240612+f5eb56b63f250c7804e5e1cf4426e550bc933906.

QA:

* portlint: OK (looks fine.)
* testport: (poudriere: 14.1-RELEASE, amd64):
  - Warning: Symlink '/usr/local/lib/python3.11/site-packages/searx/settings.yml' pointing to '/usr/local/etc/searxng.yml' which does not exist in the stage directory or in localbase
Comment 2 Jesús Daniel Colmenares Oviedo 2024-07-11 17:40:51 UTC
Created attachment 251979 [details]
py-searxng-20240711.patch

Description:

* Update to 20240711+ef103ba80a8494d01c6dc8ce8e408957d4424b0b
* Use devel/py-pyyaml instead of devel/py-yaml

QA:

* portlint: OK (looks fine.)
* testport: (poudriere: 14.1-RELEASE, amd64):
  - Warning: Symlink '/usr/local/lib/python3.11/site-packages/searx/settings.yml' pointing to '/usr/local/etc/searxng.yml' which does not exist in the stage directory or in localbase
Comment 3 Jesús Daniel Colmenares Oviedo 2024-08-19 15:02:48 UTC
Created attachment 252918 [details]
py-searxng-20240819.patch

Description:

* Update to 20240819+c0369ee48812451d40f331de80d388841a8bcf77

QA:

* portlint: OK (looks fine.)
* testport: (poudriere: 14.1-RELEASE, amd64):
  - Warning: Symlink '/usr/local/lib/python3.11/site-packages/searx/settings.yml' pointing to '/usr/local/etc/searxng.yml' which does not exist in the stage directory or in localbase
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-08-23 03:51:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9ecfbda7dceb7ffa5b3aae43035118401ff6826

commit f9ecfbda7dceb7ffa5b3aae43035118401ff6826
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-08-23 03:47:32 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-08-23 03:49:57 +0000

    www/py-searxng-devel: Add new port

    SearXNG is a free internet metasearch engine

    PR:             278972

 www/Makefile                                |  1 +
 www/py-searxng-devel/Makefile (new)         | 57 +++++++++++++++++++++++++++++
 www/py-searxng-devel/distinfo (new)         |  3 ++
 www/py-searxng-devel/files/searxng.in (new) | 46 +++++++++++++++++++++++
 www/py-searxng-devel/pkg-descr (new)        |  4 ++
 www/py-searxng-devel/pkg-message (new)      |  8 ++++
 www/py-searxng-devel/pkg-plist (new)        |  1 +
 7 files changed, 120 insertions(+)
Comment 5 Gabriel M. Dutra freebsd_committer freebsd_triage 2024-08-23 03:59:25 UTC
Committed, thanks!