MFH: r467503

Add rubygem-gitaly-proto095 0.95.0 (copied from rubygem-gitaly-proto)

- Add PORTSCOUT

Approved by:	ports-secteam (eadler)
This commit is contained in:
Matthias Fechner 2018-06-05 19:43:48 +00:00
parent 0819cb10ca
commit 0803deb306
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=471814
4 changed files with 40 additions and 0 deletions

View File

@ -1217,6 +1217,7 @@
SUBDIR += rubygem-gitaly-proto083
SUBDIR += rubygem-gitaly-proto084
SUBDIR += rubygem-gitaly-proto088
SUBDIR += rubygem-gitaly-proto095
SUBDIR += rubygem-gitaly-proto096
SUBDIR += rubygem-gitlab_omniauth-ldap
SUBDIR += rubygem-gitlab_omniauth-ldap1

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitaly-proto
PORTVERSION= 0.95.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 095
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\.95\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1523730570
SHA256 (rubygem/gitaly-proto-0.95.0.gem) = 522834390dbd9797a7f7a0d7952a3e06da84c4e7e604e5409f093101d2888f77
SIZE (rubygem/gitaly-proto-0.95.0.gem) = 15872

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