Fri Aug 19 21:23:32 2022 UTC ()
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


(leot)
diff -r1.24 -r1.25 pkgsrc/textproc/translate-shell/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/translate-shell/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/textproc/translate-shell/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/translate-shell/Makefile 2021/12/08 16:06:47 1.24
+++ pkgsrc/textproc/translate-shell/Makefile 2022/08/19 21:23:32 1.25
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.24 2021/12/08 16:06:47 adam Exp $ 1# $NetBSD: Makefile,v 1.25 2022/08/19 21:23:32 leot Exp $
2 2
3DISTNAME= translate-shell-0.9.6.12 3DISTNAME= translate-shell-0.9.7
4PKGREVISION= 4 
5CATEGORIES= textproc 4CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_GITHUB:=soimort/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=soimort/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
10HOMEPAGE= https://www.soimort.org/translate-shell/ 9HOMEPAGE= https://www.soimort.org/translate-shell/
11COMMENT= Command-line translator 10COMMENT= Command-line translator
12LICENSE= unlicense 11LICENSE= unlicense
13 12
14USE_LANGUAGES= # none 13USE_LANGUAGES= # none
15USE_TOOLS+= bash:run gawk:run 14USE_TOOLS+= bash:run gawk:run
16 15
17DEPENDS+= rlwrap-[0-9]*:../../misc/rlwrap 16DEPENDS+= rlwrap-[0-9]*:../../misc/rlwrap

cvs diff -r1.11 -r1.12 pkgsrc/textproc/translate-shell/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/translate-shell/distinfo 2021/10/26 11:23:36 1.11
+++ pkgsrc/textproc/translate-shell/distinfo 2022/08/19 21:23:32 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2021/10/26 11:23:36 nia Exp $ 1$NetBSD: distinfo,v 1.12 2022/08/19 21:23:32 leot Exp $
2 2
3BLAKE2s (translate-shell-0.9.6.12.tar.gz) = 11dc3ab599b4f2527d7f6ea904d4cbd7132c1cfb1d03424e611c5b263cabda49 3BLAKE2s (translate-shell-0.9.7.tar.gz) = 5a81096ade46091415ce8f0b9e7c09507afb6bb2ea87ca4aed7eedc34d76fe61
4SHA512 (translate-shell-0.9.6.12.tar.gz) = 6cbdfd14b7004d0e37a4abee01bec87409137f1bb7a14a964936bf0a2ad704ea1fc04dcd8ab10404a5c2df105bf7a6a8b33ed02c75c1035a6900082f6dfbb20d 4SHA512 (translate-shell-0.9.7.tar.gz) = 77736eb37e54a4484f81ef516b0178a1a470fec7641da3a1ebba7765e0be6304e747b069b4b4eede6956db8e18558312ffc0f78ec109043059c0246ee2136ba8
5Size (translate-shell-0.9.6.12.tar.gz) = 77580 bytes 5Size (translate-shell-0.9.7.tar.gz) = 94599 bytes