notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
google-translate-cli Google Translate to serve as a command line tool
0.9.6.12_2 textproc Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.6.12_2Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-06-09 03:44:24
Last Update: 2022-12-02 14:13:26
Commit Hash: c13fd7c
License: UNLICENSE
WWW:
https://www.soimort.org/translate-shell/
Description:
google-translate-cli is a 100-line AWK program to let you use Google Translate without a web browser, i.e., from the terminal.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/trans
  2. man/man1/trans.1.gz
  3. /usr/local/share/licenses/google-translate-cli-0.9.6.12_2/catalog.mk
  4. /usr/local/share/licenses/google-translate-cli-0.9.6.12_2/LICENSE
  5. /usr/local/share/licenses/google-translate-cli-0.9.6.12_2/UNLICENSE
Collapse this list.
Dependency lines:
  • google-translate-cli>0:textproc/google-translate-cli
No installation instructions:
This port has been deleted.
PKGNAME: google-translate-cli
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1601454815 SHA256 (soimort-translate-shell-v0.9.6.12_GH0.tar.gz) = 4c4843a8c66276190535b8435775ecb5d9c8286083a33cdbe2db608eba93ca97 SIZE (soimort-translate-shell-v0.9.6.12_GH0.tar.gz) = 77580

Packages (timestamps in pop-ups are UTC):
google-translate-cli
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.9.6.12_1---0.9.6.12_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gawk : lang/gawk
Runtime dependencies:
  1. bash : shells/bash
  2. gawk : lang/gawk
  3. gbase64 : sysutils/coreutils
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for google-translate-cli-0.9.6.12_2: FRIBIDI=off: Bidirectional text support via GNU FriBidi READLINE=off: Command line editing via libreadline TEXT2SPEECH=off: Enable Text-to-Speech functionality via espeak ===> Use 'make config' to modify these settings
Options name:
textproc_google-translate-cli
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/soimort/translate-shell/tar.gz/v0.9.6.12?dummy=/
Collapse this list.
Port Moves

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.6.12_2
02 Dec 2022 14:13:26
commit hash: c13fd7c811a90104964ce699a358d3655391e6e3commit hash: c13fd7c811a90104964ce699a358d3655391e6e3commit hash: c13fd7c811a90104964ce699a358d3655391e6e3commit hash: c13fd7c811a90104964ce699a358d3655391e6e3 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
Author: Mateusz Piotrowski
textproc/translate-shell: Replace textproc/google-translate-cli

- Renamed the port to match the project name

PR:	250793
Submitted by:	0mp
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.9.6.12_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.9.6.12_2
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.6.12_2
15 Jul 2022 14:36:22
commit hash: b8a7f1e6cee73f18edcf078f2e78db473559df14commit hash: b8a7f1e6cee73f18edcf078f2e78db473559df14commit hash: b8a7f1e6cee73f18edcf078f2e78db473559df14commit hash: b8a7f1e6cee73f18edcf078f2e78db473559df14 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
textproc/google-translate-cli: use espeak-ng

The espeak package has been renamed to espeak-ng.
0.9.6.12_1
15 Jul 2022 14:36:22
commit hash: 7894d2e3799fad0512a3d1889596139410159db7commit hash: 7894d2e3799fad0512a3d1889596139410159db7commit hash: 7894d2e3799fad0512a3d1889596139410159db7commit hash: 7894d2e3799fad0512a3d1889596139410159db7 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Revert "textproc/google-translate-cli: drop option for expired audio/espeak"

This reverts commit 0473faf0ddf86e6d1eaaf5f0e1f3d5c785de30c7.
0.9.6.12_1
01 Jul 2022 15:09:32
commit hash: 0473faf0ddf86e6d1eaaf5f0e1f3d5c785de30c7commit hash: 0473faf0ddf86e6d1eaaf5f0e1f3d5c785de30c7commit hash: 0473faf0ddf86e6d1eaaf5f0e1f3d5c785de30c7commit hash: 0473faf0ddf86e6d1eaaf5f0e1f3d5c785de30c7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
textproc/google-translate-cli: drop option for expired audio/espeak
0.9.6.12_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.6.12_1
02 Nov 2020 00:41:55
Revision:553880Original commit files touched by this commit
0mp search for other commits by this committer
Fix tests and add a missing runtime dependency

PR:		250368
Approved by:	maintainer timeout
0.9.6.12
19 Oct 2020 09:38:59
Revision:552728Original commit files touched by this commit
nivit search for other commits by this committer
- Remove unused option

PR:	250369
Reported by:	0mp
0.9.6.12
15 Oct 2020 14:06:06
Revision:552417Original commit files touched by this commit
0mp search for other commits by this committer
Set NO_ARCH

Approved by:	portmgr blanket
0.9.6.12
15 Oct 2020 08:28:00
Revision:552395Original commit files touched by this commit
0mp search for other commits by this committer
Clean up port's makefile

- Sort variables
- Replace test make targets with a simple TEST_TARGET=test
- Remove unnecessary include <bsd.port.options.mk>

Approved by:	portmgr blanket
0.9.6.12
15 Oct 2020 08:21:21
Revision:552394Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.9.6.12

This release fixes some bugs in translation of words with non-ASCII
characters.

Release notes:
- https://github.com/soimort/translate-shell/releases/tag/v0.9.6.11
- https://github.com/soimort/translate-shell/releases/tag/v0.9.6.12

Also, update LICENSE.

PR:		250004
Approved by:	maintainer timeout
MFH:		2020Q4 (runtime bugfix)
0.9.6.10
03 Jun 2019 12:56:26
Revision:503384Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.9.6.10  [1]
- Update web site URL in pkg-descr

Changes:	https://github.com/soimort/translate-shell/releases/tag/v0.9.6.10
PR:	236637 [1]
Submitted by:	0mp, swills
0.8.19
01 Jun 2016 13:15:37
Revision:416242Original commit files touched by this commit
mat search for other commits by this committer
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
0.8.19
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.8.19
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.8.19
24 Aug 2014 22:36:17
Revision:366021Original commit files touched by this commit
nivit search for other commits by this committer
- Unbreak by updating to 0.8.19
- Fix LICENSE_PERMS
- Add lang/gawk to (BUILD|TEST)_DEPENDS
- Remove conflicts with misc/translate
- Add 3 new options (default off) to support RTL languages,
  enable text-to-speech functionality and readline-style
  editing and history in interactive mode
- Remove pkg-plist

Build Log:	https://redports.org/buildarchive/20140824220804-65990/
0.0.1
24 Aug 2014 09:33:51
Revision:365908Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: Checksum and size mismatch

Reported by:	pkg-fallout
0.0.1
09 Jun 2014 03:43:35
Revision:357097Original commit files touched by this commit
nivit search for other commits by this committer
google-translate-cli is a 100-line AWK program to let you use Google Translate
without a web browser, i.e., from the terminal.

WWW: http://www.soimort.org/google-translate-cli/

Number of commits found: 20