Commit 4bb4fa5e authored by Rene Ladan's avatar Rene Ladan
Browse files

www/googler: Remove expired port

2026-04-13 www/googler: Upstream repository archived on 2022-03-05; use www/ddgr as alternative
parent 4f65b1ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5238,3 +5238,4 @@ java/openjdk22||2026-04-12|Has expired: No longer supported by upstream
mail/py-offlineimap3|mail/py-offlineimap|2026-04-13|Project is now in PyPi as offlineimap
textproc/jalingo||2026-04-13|Has expired: Last release in 2006. Does not compile in Java 9+
science/colt||2026-04-13|Has expired: java 8 only, unmaintained, no users in the ports tree, latest release was 2004
www/googler||2026-04-13|Has expired: Upstream repository archived on 2022-03-05; use www/ddgr as alternative
+0 −1
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@
    SUBDIR += gobuffalo
    SUBDIR += gohugo
    SUBDIR += googlebook_dl
    SUBDIR += googler
    SUBDIR += gophernicus
    SUBDIR += gopherus
    SUBDIR += gotty

www/googler/Makefile

deleted100644 → 0
+0 −40
Original line number Diff line number Diff line
PORTNAME=	googler
PORTVERSION=	4.3.2
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	www

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Google Search, Google Site Search, Google News from the terminal
WWW=		https://github.com/jarun/googler

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Upstream repository archived on 2022-03-05; use www/ddgr as alternative
EXPIRATION_DATE=	2026-04-13

USES=		python shebangfix
USE_GITHUB=	yes

GH_ACCOUNT=	jarun

NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	bin/googler share/man/man1/googler.1.gz

SHEBANG_FILES=	googler

post-patch:
	@${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM = \)True$$/\1False/' \
		${WRKSRC}/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}/${PREFIX}/share/man/man1/

do-test:
	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest tests

.include <bsd.port.mk>

www/googler/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1615397671
SHA256 (jarun-googler-v4.3.2_GH0.tar.gz) = bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54
SIZE (jarun-googler-v4.3.2_GH0.tar.gz) = 82682

www/googler/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
googler is a power tool to Google (Web & News) and Google Site Search
from the command-line. It shows the title, URL and abstract for each result,
which can be directly opened in a browser from the terminal. Results are
fetched in pages (with page navigation). Supports sequential searches
in a single googler instance.
Loading