pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/translate-shell



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Aug 19 21:23:32 UTC 2022

Modified Files:
        pkgsrc/textproc/translate-shell: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/translate-shell/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/translate-shell/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/translate-shell/Makefile
diff -u pkgsrc/textproc/translate-shell/Makefile:1.24 pkgsrc/textproc/translate-shell/Makefile:1.25
--- pkgsrc/textproc/translate-shell/Makefile:1.24       Wed Dec  8 16:06:47 2021
+++ pkgsrc/textproc/translate-shell/Makefile    Fri Aug 19 21:23:32 2022
@@ -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}

Index: pkgsrc/textproc/translate-shell/distinfo
diff -u pkgsrc/textproc/translate-shell/distinfo:1.11 pkgsrc/textproc/translate-shell/distinfo:1.12
--- pkgsrc/textproc/translate-shell/distinfo:1.11       Tue Oct 26 11:23:36 2021
+++ pkgsrc/textproc/translate-shell/distinfo    Fri Aug 19 21:23:32 2022
@@ -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



Home | Main Index | Thread Index | Old Index