Port details |
- translate-shell Command line interface to translation engines
- 0.9.7.1_1 textproc =2 0.9.7.1_1Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2022-12-02 14:18:05
- 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: 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- translate-shell>0:textproc/translate-shell
- To install the port:
- cd /usr/ports/textproc/translate-shell/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/translate-shell
- pkg install translate-shell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: translate-shell
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675962866
SHA256 (soimort-translate-shell-v0.9.7.1_GH0.tar.gz) = f949f379779b9e746bccb20fcd180d041fb90da95816615575b49886032bcefa
SIZE (soimort-translate-shell-v0.9.7.1_GH0.tar.gz) = 94865
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:
-
- gawk : lang/gawk
- Test dependencies:
-
- curl : ftp/curl
- emacs : editors/emacs@nox
- rlwrap : devel/rlwrap
- Runtime dependencies:
-
- bash : shells/bash
- gawk : lang/gawk
- gbase64 : sysutils/coreutils
- This port is required by:
- for Run
-
- textproc/dmenu-translate
Configuration Options:
- ===> The following configuration options are available for translate-shell-0.9.7.1_1:
ASPELL=off: Spell checking support via GNU Aspell
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_translate-shell
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.7.1_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
0.9.7.1 09 Feb 2023 17:30:00 |
Nicola Vitale (nivit) |
textproc/translate-shell: Update to 0.9.7.1
- Add option ASPELL for spell checking
Changes: https://github.com/soimort/translate-shell/releases/tag/v0.9.7.1 |
0.9.6.12_2 02 Dec 2022 14:13:26 |
Nicola Vitale (nivit) Author: Mateusz Piotrowski |
textproc/translate-shell: Replace textproc/google-translate-cli
- Renamed the port to match the project name
PR: 250793
Submitted by: 0mp |