Port details |
- googler Google Search, Google Site Search, Google News from the terminal
- 4.3.2_1 www =2 4.3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2016-10-18 17:00:33
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://github.com/jarun/googler
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/googler/ && make install clean
- To add the package, run one of these commands:
- pkg install www/googler
- pkg install googler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: googler
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615397671
SHA256 (jarun-googler-v4.3.2_GH0.tar.gz) = bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54
SIZE (jarun-googler-v4.3.2_GH0.tar.gz) = 82682
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_googler
- USES:
- python shebangfix
- pkg-message:
- For install:
- 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
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.2_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
4.3.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.2 11 Mar 2021 08:32:38 |
nivit |
www/googler: update to 4.3.2
Remove runtime dependency by xclip. [1]
Add pkg-message to inform the user that copy URL to clipboard requires
an external program.
PR: 250902 [1]
Submitted by: jbeich |
4.2 25 Sep 2020 20:32:31 |
nivit |
- Update to 4.2
- Use devel/py-pytest for the test target
Changes: https://github.com/jarun/googler/releases/tag/v4.2 |
4.0 24 May 2020 08:04:26 |
nivit |
Update to 4.0
Add test target
PR: 242503
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com>
Changes: https://github.com/jarun/googler/releases/tag/v4.0 |
3.9 23 Sep 2019 16:49:16 |
nivit |
- Update to 3.9
Changes: https://github.com/jarun/googler/releases/tag/v3.9 |
3.8 19 May 2019 16:59:16 |
nivit |
- Update to 3.8
- Pet portlint
Changes: https://github.com/jarun/googler/releases/tag/v3.8 |
3.7.1 05 Dec 2018 16:14:33 |
nivit |
- Update to 3.7.1
- Remove files/patch-googler
Changes: https://github.com/jarun/googler/releases/tag/v3.7.1 |
3.6 16 Aug 2018 11:56:48 |
nivit |
- Update to 3.6
- Add x11/xclip as run dependency (x11/xsel does not work)
Changes: https://github.com/jarun/googler/releases/tag/v3.6 |
3.2_1 15 Feb 2018 16:48:45 |
amdmi3 |
- Fix shebang
- Add NO_ARCH
- Fix LICENSE
- While here, pet portlint
Approved by: portmgr blanket |
3.2 18 Jul 2017 06:55:14 |
nivit |
- Update to 3.2
- Add LICENSE_FILE
ChangeLog: https://github.com/jarun/googler/releases/tag/v3.2 |
2.8 18 Oct 2016 17:00:27 |
nivit |
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.
WWW: https://github.com/jarun/googler |