diff options
author | leot <leot@pkgsrc.org> | 2019-04-20 09:41:45 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-04-20 09:41:45 +0000 |
commit | 114ae281ecd8d986e5eab92bdc6ae0b7d587eaa8 (patch) | |
tree | e810c25dd99e2ce2efd83c9730672f5d5d571da5 /textproc | |
parent | 727551178fc23e8d8f7ca6bd9fe136d10158a4d0 (diff) | |
download | pkgsrc-114ae281ecd8d986e5eab92bdc6ae0b7d587eaa8.tar.gz |
translate-shell: Update to 0.9.6.10
Changes:
0.9.6.10
--------
- (Google Translate only) Show gender-specific translations (#274)
- Support multiple source languages (#281)
- GNU awk 5.0.0 compatibility (#285)
- Fix for virtual emulators that have own BiDi support, e.g., konsole (#288)
- New option: `-bidi` (enforce bidirectional conversion, #288)
- New options: `-4`, `-6` (choose manually IPv4 or IPv6 connection, #287)
- Support the use of language aliases for TTS
- New option: `-no-browser` (do not open the web browser, #295)
- New option: `-join-sentence` (treat all arguments as one single sentence,
#294)
- Multiple fixes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/translate-shell/Makefile | 4 | ||||
-rw-r--r-- | textproc/translate-shell/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/translate-shell/Makefile b/textproc/translate-shell/Makefile index 419a5e96c73..51f4af40f3b 100644 --- a/textproc/translate-shell/Makefile +++ b/textproc/translate-shell/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/12/23 22:52:21 leot Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/20 09:41:45 leot Exp $ -DISTNAME= translate-shell-0.9.6.9 +DISTNAME= translate-shell-0.9.6.10 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 3260019c18b..624873d896e 100644 --- a/textproc/translate-shell/distinfo +++ b/textproc/translate-shell/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/12/23 22:52:21 leot Exp $ +$NetBSD: distinfo,v 1.7 2019/04/20 09:41:45 leot Exp $ -SHA1 (translate-shell-0.9.6.9.tar.gz) = 325904fc9d2f43b99d5ebf5af51e1ec9a8729ec9 -RMD160 (translate-shell-0.9.6.9.tar.gz) = 63519bb3bc1a8593975e3fcbec6f54e52985622d -SHA512 (translate-shell-0.9.6.9.tar.gz) = a9ea147b910dc8e41dd481622562116421b899340a3f6d784b9e5da5636b30a34970ebbc38e2034ae336c494b5c761442f562540ea99f23be9a0fda263522270 -Size (translate-shell-0.9.6.9.tar.gz) = 74215 bytes +SHA1 (translate-shell-0.9.6.10.tar.gz) = dc94c9824468adbd83d775d37d4808389f694097 +RMD160 (translate-shell-0.9.6.10.tar.gz) = 8b1b9d3ab24f2268f5d4fd5665a8a327cbbc5e18 +SHA512 (translate-shell-0.9.6.10.tar.gz) = b78f4f982bc65f530186a6728a1976eb96c9f6a70c7bd93e99357ed7016ee4ade0e0415aeca063e513de497cc4b082f7cc247fe7278292f7c3b7dda6af744743 +Size (translate-shell-0.9.6.10.tar.gz) = 76079 bytes |