svn commit: r564249 - in head/textproc: . rubygem-google-cloud-translate-v3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 6 20:43:22 UTC 2021
Author: sunpoet
Date: Sat Feb 6 20:43:20 2021
New Revision: 564249
URL: https://svnweb.freebsd.org/changeset/ports/564249
Log:
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
Added:
head/textproc/rubygem-google-cloud-translate-v3/
head/textproc/rubygem-google-cloud-translate-v3/Makefile (contents, props changed)
head/textproc/rubygem-google-cloud-translate-v3/distinfo (contents, props changed)
head/textproc/rubygem-google-cloud-translate-v3/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Feb 6 20:43:14 2021 (r564248)
+++ head/textproc/Makefile Sat Feb 6 20:43:20 2021 (r564249)
@@ -1578,6 +1578,7 @@
SUBDIR += rubygem-gitlab-markup
SUBDIR += rubygem-google-cloud-translate
SUBDIR += rubygem-google-cloud-translate-v2
+ SUBDIR += rubygem-google-cloud-translate-v3
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-html-pipeline
Added: head/textproc/rubygem-google-cloud-translate-v3/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-google-cloud-translate-v3/Makefile Sat Feb 6 20:43:20 2021 (r564249)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= google-cloud-translate-v3
+PORTVERSION= 0.2.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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>
Added: head/textproc/rubygem-google-cloud-translate-v3/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-google-cloud-translate-v3/distinfo Sat Feb 6 20:43:20 2021 (r564249)
@@ -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
Added: head/textproc/rubygem-google-cloud-translate-v3/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-google-cloud-translate-v3/pkg-descr Sat Feb 6 20:43:20 2021 (r564249)
@@ -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
More information about the svn-ports-all
mailing list