pkgsrc-WIP-changes archive

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

translate-shell: update to translate-shell-0.9.4



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Jun 15 22:02:21 2016 +0200
Changeset:	7eb7d267311f0d45ce2a829092d74e7a1994f0b2

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

Log Message:
translate-shell: update to translate-shell-0.9.4

Relevant commits:

Languages: add Udmurt language
Parser: fix parseJson() for empty objects
Parser: get parseJson() right (hopefully)
README: updates
Script: upgrade(): change "download-from" address to HTTPS
TestParser: extend unit tests for parseJson()
TestParser: remove invalid JSON (hopefully get things right this time)
Translate: send Cookie in getResponse()
Translators/Apertium.awk
Translators/BingTranslator: new API, fix #123
Translators/GoogleTranslate: switch to fallback API, fix (partly) #123
Translators/YandexTranslate: get rid of the "Yandex.Translate API v1
Translators/YandexTranslate: support dictionary service
build.awk: strike out the formula as it is now maintained somewhere else
make install: depend on 'build'
make install: don't use non-portable -D option

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7eb7d267311f0d45ce2a829092d74e7a1994f0b2

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

diffstat:
 translate-shell/Makefile | 2 +-
 translate-shell/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/translate-shell/Makefile b/translate-shell/Makefile
index fbd0a99..6ca88b5 100644
--- a/translate-shell/Makefile
+++ b/translate-shell/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	translate-shell
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-0.9.3.2
+PKGNAME=	${GITHUB_PROJECT}-0.9.4
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=soimort/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
diff --git a/translate-shell/distinfo b/translate-shell/distinfo
index d3cf572..237f151 100644
--- a/translate-shell/distinfo
+++ b/translate-shell/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (translate-shell/v0.9.3.2.tar.gz) = 4fe218065c3f079023a8dabf8754e991300de566
-RMD160 (translate-shell/v0.9.3.2.tar.gz) = 1ae0634b04ab1eb6755ae9aad0a2c346a57cc16c
-SHA512 (translate-shell/v0.9.3.2.tar.gz) = 15e8fa2d347303f1158d1a44564084030bbcf741cbde06b142f4ac29dd22fb0d1c73bf6d224772425cd733cc23eba87b6805ea27816dd018b1440c836ee6db04
-Size (translate-shell/v0.9.3.2.tar.gz) = 67175 bytes
+SHA1 (translate-shell/v0.9.4.tar.gz) = 405959d8c906f89fa33418020bddb32eee3f36cf
+RMD160 (translate-shell/v0.9.4.tar.gz) = c0a9b936b6e4da50ee664a1a7619f098c6ea75ca
+SHA512 (translate-shell/v0.9.4.tar.gz) = 27dd3efd7a6ec3761804d0583f4029fc1ca6fc1a920e939da1c9b8ec0742e4a3e0176f8a990b79639200592a3c5ed70723dc00890701ed67e7528454e4ff1357
+Size (translate-shell/v0.9.4.tar.gz) = 68271 bytes


Home | Main Index | Thread Index | Old Index