Add rubygem-google-apis-core 0.2.0
This library implements the code generator used by legacy REST clients for Google APIs. It automatically generates client gems given discovery documents. Google-managed clients for publicly-available APIs are maintained using this tool, and users may also use it to generate clients for private or early-access APIs. WWW: https://github.com/googleapis/google-api-ruby-client WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core
This commit is contained in:
parent
f99fa479ae
commit
f9cbb4c534
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562723
4 changed files with 41 additions and 0 deletions
|
@ -6145,6 +6145,7 @@
|
|||
SUBDIR += rubygem-glib2
|
||||
SUBDIR += rubygem-gobject-introspection
|
||||
SUBDIR += rubygem-google-api-client
|
||||
SUBDIR += rubygem-google-apis-core
|
||||
SUBDIR += rubygem-google-gax
|
||||
SUBDIR += rubygem-google-protobuf
|
||||
SUBDIR += rubygem-google-protobuf38
|
||||
|
|
29
devel/rubygem-google-apis-core/Makefile
Normal file
29
devel/rubygem-google-apis-core/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-apis-core
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Common utility and base classes for legacy Google REST clients
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-addressable>=2.5.1<3:www/rubygem-addressable \
|
||||
rubygem-googleauth>=0.14<1:security/rubygem-googleauth \
|
||||
rubygem-httpclient>=2.8.1<3.0:www/rubygem-httpclient \
|
||||
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \
|
||||
rubygem-representable>=3.0<4:textproc/rubygem-representable \
|
||||
rubygem-retriable>=2.0<4.0:devel/rubygem-retriable \
|
||||
rubygem-rexml>=0:textproc/rubygem-rexml \
|
||||
rubygem-signet>=0.14<1:security/rubygem-signet
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-google-apis-core/distinfo
Normal file
3
devel/rubygem-google-apis-core/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1611665297
|
||||
SHA256 (rubygem/google-apis-core-0.2.0.gem) = 286b3f1f93846688736645745f816168c2e9c7ee7788a97ddacd4538ab425aaf
|
||||
SIZE (rubygem/google-apis-core-0.2.0.gem) = 31744
|
8
devel/rubygem-google-apis-core/pkg-descr
Normal file
8
devel/rubygem-google-apis-core/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This library implements the code generator used by legacy REST clients for
|
||||
Google APIs. It automatically generates client gems given discovery documents.
|
||||
Google-managed clients for publicly-available APIs are maintained using this
|
||||
tool, and users may also use it to generate clients for private or early-access
|
||||
APIs.
|
||||
|
||||
WWW: https://github.com/googleapis/google-api-ruby-client
|
||||
WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core
|
Loading…
Reference in a new issue