diff options
author | leot <leot@pkgsrc.org> | 2022-08-19 21:23:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2022-08-19 21:23:32 +0000 |
commit | d711a21f800bfa7b1f849539180a90da88c6f782 (patch) | |
tree | 4040afaf4a426a53ca4fe5a672d7cd62ab178bde | |
parent | b6400610414f51025675eb57b90241db9e6b1a45 (diff) | |
download | pkgsrc-d711a21f800bfa7b1f849539180a90da88c6f782.tar.gz |
translate-shell: Update to 0.9.7
Changes:
0.9.7
-----
* Translate-Shell now recognizes 159 languages in total (including all
the languages currently supported by Google Translate, Bing
Translator, and Yandex.Translate)
* Google Translate: fixed a regression bug (bac44df)
* Bing Translator: fixed engine support (4a3a900)
* Show HTTP error codes (892b543)
* The default engine is now changed to auto (which uses google by default,
but automatically falls back on bing if the specified language is not
supported by Google Translate)
* The options -l / -lang for specifying the interface language are
deprecated in favor of -hl / -host; the environment variable HOME_LANG
is deprecated in favor of HOST_LANG
* 4 new options: -list-languages, -list-languages-english, -list-codes,
-list-all to list all languages and codes
* The options -L / -linguist (-list is deprecated) now show more linguistic
details about languages
-rw-r--r-- | textproc/translate-shell/Makefile | 5 | ||||
-rw-r--r-- | textproc/translate-shell/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/translate-shell/Makefile b/textproc/translate-shell/Makefile index 839efb0d798..33344ca1a23 100644 --- a/textproc/translate-shell/Makefile +++ b/textproc/translate-shell/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/12/08 16:06:47 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/08/19 21:23:32 leot Exp $ -DISTNAME= translate-shell-0.9.6.12 -PKGREVISION= 4 +DISTNAME= translate-shell-0.9.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=soimort/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/translate-shell/distinfo b/textproc/translate-shell/distinfo index f1c59ac9fd8..4a608e3c252 100644 --- a/textproc/translate-shell/distinfo +++ b/textproc/translate-shell/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:23:36 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/08/19 21:23:32 leot Exp $ -BLAKE2s (translate-shell-0.9.6.12.tar.gz) = 11dc3ab599b4f2527d7f6ea904d4cbd7132c1cfb1d03424e611c5b263cabda49 -SHA512 (translate-shell-0.9.6.12.tar.gz) = 6cbdfd14b7004d0e37a4abee01bec87409137f1bb7a14a964936bf0a2ad704ea1fc04dcd8ab10404a5c2df105bf7a6a8b33ed02c75c1035a6900082f6dfbb20d -Size (translate-shell-0.9.6.12.tar.gz) = 77580 bytes +BLAKE2s (translate-shell-0.9.7.tar.gz) = 5a81096ade46091415ce8f0b9e7c09507afb6bb2ea87ca4aed7eedc34d76fe61 +SHA512 (translate-shell-0.9.7.tar.gz) = 77736eb37e54a4484f81ef516b0178a1a470fec7641da3a1ebba7765e0be6304e747b069b4b4eede6956db8e18558312ffc0f78ec109043059c0246ee2136ba8 +Size (translate-shell-0.9.7.tar.gz) = 94599 bytes |