aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-04-13 19:22:55 +0000
committerRene Ladan <rene@FreeBSD.org>2026-04-13 19:22:55 +0000
commit4bb4fa5e3e6361b7a280d02af44595ba39e0e142 (patch)
tree68f67434d234475221f5f456c623efad14d20ee5
parent4f65b1eaf182224e39fb8f963b8a9a2bf047e3d9 (diff)
www/googler: Remove expired port
2026-04-13 www/googler: Upstream repository archived on 2022-03-05; use www/ddgr as alternative
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/googler/Makefile40
-rw-r--r--www/googler/distinfo3
-rw-r--r--www/googler/pkg-descr5
-rw-r--r--www/googler/pkg-message13
6 files changed, 1 insertions, 62 deletions
diff --git a/MOVED b/MOVED
index 6436aa6a3d87..bb4391d530e5 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/www/Makefile b/www/Makefile
index a7518a5a7f41..7a68465051d8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -245,7 +245,6 @@
SUBDIR += gobuffalo
SUBDIR += gohugo
SUBDIR += googlebook_dl
- SUBDIR += googler
SUBDIR += gophernicus
SUBDIR += gopherus
SUBDIR += gotty
diff --git a/www/googler/Makefile b/www/googler/Makefile
deleted file mode 100644
index 18dbf76d2cb1..000000000000
--- a/www/googler/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-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>
diff --git a/www/googler/distinfo b/www/googler/distinfo
deleted file mode 100644
index ce68c1fce058..000000000000
--- a/www/googler/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1615397671
-SHA256 (jarun-googler-v4.3.2_GH0.tar.gz) = bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54
-SIZE (jarun-googler-v4.3.2_GH0.tar.gz) = 82682
diff --git a/www/googler/pkg-descr b/www/googler/pkg-descr
deleted file mode 100644
index 45902f9182c5..000000000000
--- a/www/googler/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
diff --git a/www/googler/pkg-message b/www/googler/pkg-message
deleted file mode 100644
index ea29a268e5c6..000000000000
--- a/www/googler/pkg-message
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Googler uses an external program to copy URL to clipboard. Install it
-manually from the following ports or corresponding packages:
-
- x11/wl-clipboard (Wayland)
- x11/xclip
- x11/xsel-conrad
-EOM
-}
-]
-~