aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-google-cloud-translate-v3
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 20:43:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 20:43:20 +0000
commitc3f7b0ccc60153fd1bae373bd2513ac7cb9b9997 (patch)
treea0ea0071be022068c02d19aebcac1ce0c553e0a4 /textproc/rubygem-google-cloud-translate-v3
parenta6d1067a2c614bcbdcc358781b9d8ae4965db48a (diff)
downloadports-c3f7b0ccc60153fd1bae373bd2513ac7cb9b9997.tar.gz
ports-c3f7b0ccc60153fd1bae373bd2513ac7cb9b9997.zip
Add rubygem-google-cloud-translate-v3 0.2.0
API Client library for the Cloud Translation V3 API Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service. WWW: https://github.com/googleapis/google-cloud-ruby WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-translate-v3
Notes
Notes: svn path=/head/; revision=564249
Diffstat (limited to 'textproc/rubygem-google-cloud-translate-v3')
-rw-r--r--textproc/rubygem-google-cloud-translate-v3/Makefile23
-rw-r--r--textproc/rubygem-google-cloud-translate-v3/distinfo3
-rw-r--r--textproc/rubygem-google-cloud-translate-v3/pkg-descr8
3 files changed, 34 insertions, 0 deletions
diff --git a/textproc/rubygem-google-cloud-translate-v3/Makefile b/textproc/rubygem-google-cloud-translate-v3/Makefile
new file mode 100644
index 000000000000..d29d49743d3f
--- /dev/null
+++ b/textproc/rubygem-google-cloud-translate-v3/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= google-cloud-translate-v3
+PORTVERSION= 0.2.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby Client for the Cloud Translation V3 API
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-gapic-common>=0.3<1:devel/rubygem-gapic-common \
+ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-google-cloud-translate-v3/distinfo b/textproc/rubygem-google-cloud-translate-v3/distinfo
new file mode 100644
index 000000000000..e09f04583ae7
--- /dev/null
+++ b/textproc/rubygem-google-cloud-translate-v3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612519097
+SHA256 (rubygem/google-cloud-translate-v3-0.2.0.gem) = 537e8c061ddacba287c6074c5340bdfccf3395331bb8e2167ad529d354bd66fd
+SIZE (rubygem/google-cloud-translate-v3-0.2.0.gem) = 45056
diff --git a/textproc/rubygem-google-cloud-translate-v3/pkg-descr b/textproc/rubygem-google-cloud-translate-v3/pkg-descr
new file mode 100644
index 000000000000..a6b812577662
--- /dev/null
+++ b/textproc/rubygem-google-cloud-translate-v3/pkg-descr
@@ -0,0 +1,8 @@
+API Client library for the Cloud Translation V3 API
+
+Cloud Translation can dynamically translate text between thousands of language
+pairs. Translation lets websites and programs programmatically integrate with
+the translation service.
+
+WWW: https://github.com/googleapis/google-cloud-ruby
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-translate-v3