Commit e280cdab authored by Rene Ladan's avatar Rene Ladan
Browse files

www/searx: Remove expired port

2025-01-31 www/searx: Upstream repo archived Sep 7 2023
parent de523e27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4125,3 +4125,4 @@ databases/mysql90-client|databases/mysql91-client|2025-02-04|Has expired: MySQL
databases/mysql90-server|databases/mysql91-server|2025-02-04|Has expired: MySQL 9.0 is no longer supported by the vendor
textproc/docproj-legacy|textproc/docproj|2025-02-04|Has expired: Old version of documentation set
devel/kore||2025-02-04|Has expired: Unmaintained in tree for years and broken for months
www/searx||2025-02-04|Has expired: Upstream repo archived Sep 7 2023
+0 −1
Original line number Diff line number Diff line
@@ -2399,7 +2399,6 @@
    SUBDIR += scloader
    SUBDIR += script4rss
    SUBDIR += seahub
    SUBDIR += searx
    SUBDIR += selenium
    SUBDIR += serendipity
    SUBDIR += serf

www/searx/Makefile

deleted100644 → 0
+0 −57
Original line number Diff line number Diff line
PORTNAME=	searx
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0.0
PORTREVISION=	2
CATEGORIES=	www python

MAINTAINER=	vvelox@vvelox.net
COMMENT=	Privacy-respecting, hackable metasearch engine
WWW=		https://asciimoo.github.io/searx/

LICENSE=	AGPLv3

DEPRECATED=	Upstream repo archived Sep 7 2023
EXPIRATION_DATE=2025-01-31

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}flask-babel>0:devel/py-flask-babel@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}ndg-httpsclient>0:net/py-ndg-httpsclient@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}brotli>0:archivers/py-brotli@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}uvloop>0:devel/py-uvloop@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}langdetect>0:textproc/py-langdetect@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}httpx-socks>0:www/py-httpx-socks@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}splinter>0:www/py-splinter@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR}
BUILD_DEPENDS=	${RUN_DEPENDS}

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	asciimoo
USE_PYTHON=	distutils autoplist noflavors
USE_RC_SUBR=	searx

NO_ARCH=	yes

SUB_FILES=	searx pkg-message
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}

post-patch: # expect dependencies to be backwards-compatible, otherwise it is difficult to have a port
	@${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements.txt

post-install:
	# move settings to etc/ /usr/local/lib/python3.x/site-packages/searx/settings.yml
	@${MV} ${STAGEDIR}${PYTHON_SITELIBDIR}/searx/settings.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}-settings.yml.sample
	@${LN} -s ${PREFIX}/etc/${PORTNAME}-settings.yml ${STAGEDIR}${PYTHON_SITELIBDIR}/searx/settings.yml

.include <bsd.port.mk>

www/searx/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1623305653
SHA256 (asciimoo-searx-v1.0.0_GH0.tar.gz) = 4587acc9bd2bf428fe9ac8e4d79d3637dac308a8e5bdeee4f0bae85bfe5c67fe
SIZE (asciimoo-searx-v1.0.0_GH0.tar.gz) = 2466997

www/searx/files/pkg-message.in

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM
You installed Searx: privacy-respecting, hackable metasearch engine.

It is recommended to run Searx as a service:
# sysrc searx_enable="YES"
# service searx start

It allows you to search the Internet through the local website at
http://localhost:8888

By default, Searx uses the network of long running Searx instances.
You can see the list here: http://stats.searx.oe5tpo.com

Please adjust Searx settings in %%PREFIX%%/etc/searx-settings.yml
EOM
}
]
Loading