Created attachment 196638 [details] Shar file for py-google-cloud-translate Port for the google translate API. This port will suporte another one, py-transpopy and be util for another users that wants to use the google translate API on FreeBSD. The license APACHE20 was used because is the license of the google project.
Created attachment 196640 [details] New shar file setting python 3.4+
I set the python version as 3.4+ because the project don't support python2 anymore. Bellow has a part of full discription in the github page of the project. "Heads up! These libraries are supported on App Engine standard's Python 3 runtime but are not supported on App Engine's Python 2 runtime." The full content is here: https://github.com/GoogleCloudPlatform/google-cloud-python
Created attachment 196654 [details] Shar file with dependences I'm sending a new shar file with dependences for google-cloud-translate. Was included on the var RUN_DEPENDES some ports to be in building process of this port.
A commit references this bug: Author: dbaio Date: Sat Sep 1 00:27:15 UTC 2018 New revision: 478645 URL: https://svnweb.freebsd.org/changeset/ports/478645 Log: Add www/py-google-cloud-translate: Python Client for Google Cloud Translation Python idiomatic client for Google Cloud Translation. With the Google Cloud Translation API, you can dynamically translate text between thousands of language pairs. You can also detect the language of a text. WWW: https://pypi.org/project/google-cloud-translate/ PR: 230973 Submitted by: Silvio Ap Silva <contato@kanazuchi.com> Changes: head/www/Makefile head/www/py-google-cloud-translate/ head/www/py-google-cloud-translate/Makefile head/www/py-google-cloud-translate/distinfo head/www/py-google-cloud-translate/pkg-descr
Committed, thanks!