Add rubygem-gitaly-proto099 0.99.0 (copied from rubygem-gitaly-proto)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-05-23 23:23:49 +00:00
parent feaaf6dbab
commit 439533bc9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470729
4 changed files with 40 additions and 0 deletions

View File

@ -1268,6 +1268,7 @@
SUBDIR += rubygem-gitaly-proto094
SUBDIR += rubygem-gitaly-proto095
SUBDIR += rubygem-gitaly-proto096
SUBDIR += rubygem-gitaly-proto099
SUBDIR += rubygem-gitlab_omniauth-ldap
SUBDIR += rubygem-gitlab_omniauth-ldap1
SUBDIR += rubygem-grpc

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitaly-proto
PORTVERSION= 0.99.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 099
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Protobuf specifications and client libraries for Gitaly
LICENSE= MIT
RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
rubygem-grpc>=1.10:net/rubygem-grpc
PORTSCOUT= limit:^0\.99\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1525458940
SHA256 (rubygem/gitaly-proto-0.99.0.gem) = bf200744546778df90f29b3cda6a7e1dbbfa207662e48558ed5a870381b1baf8
SIZE (rubygem/gitaly-proto-0.99.0.gem) = 16384

View File

@ -0,0 +1,12 @@
Gitaly is part of GitLab. It is a server application that uses its own gRPC
protocol to communicate with its clients. This repository contains the protocol
definition and automatically generated wrapper code for Go and Ruby.
The .proto files define the remote procedure calls for interacting with Gitaly.
We keep auto-generated client libraries for Ruby and Go in their respective
subdirectories.
Use the make generate script from the root of the repository to regenerate the
client libraries after updating .proto files.
WWW: https://gitlab.com/gitlab-org/gitaly-proto