diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-17 02:32:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-17 02:32:41 +0800 |
commit | 2e9530f9620618f9345845af4614ca65c8d57051 (patch) | |
tree | 499ae82fcd65acb4c46d7413078d69d6ddde9cba /net | |
parent | e54c62095e3f7cc40e3e0c850db1468e790ecab7 (diff) | |
download | freebsd-ports-gnome-2e9530f9620618f9345845af4614ca65c8d57051.tar.gz freebsd-ports-gnome-2e9530f9620618f9345845af4614ca65c8d57051.tar.zst freebsd-ports-gnome-2e9530f9620618f9345845af4614ca65c8d57051.zip |
Add rubygem-gitaly-proto095 0.95.0 (copied from rubygem-gitaly-proto)
- Add PORTSCOUT
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto095/Makefile | 24 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto095/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto095/pkg-descr | 12 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8bb4ae7148c0..5d6c9ed73811 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1256,6 +1256,7 @@ SUBDIR += rubygem-gitaly-proto084 SUBDIR += rubygem-gitaly-proto088 SUBDIR += rubygem-gitaly-proto094 + SUBDIR += rubygem-gitaly-proto095 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 SUBDIR += rubygem-grpc diff --git a/net/rubygem-gitaly-proto095/Makefile b/net/rubygem-gitaly-proto095/Makefile new file mode 100644 index 000000000000..e3e703e6e477 --- /dev/null +++ b/net/rubygem-gitaly-proto095/Makefile @@ -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> diff --git a/net/rubygem-gitaly-proto095/distinfo b/net/rubygem-gitaly-proto095/distinfo new file mode 100644 index 000000000000..75833e5c1aed --- /dev/null +++ b/net/rubygem-gitaly-proto095/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523730570 +SHA256 (rubygem/gitaly-proto-0.95.0.gem) = 522834390dbd9797a7f7a0d7952a3e06da84c4e7e604e5409f093101d2888f77 +SIZE (rubygem/gitaly-proto-0.95.0.gem) = 15872 diff --git a/net/rubygem-gitaly-proto095/pkg-descr b/net/rubygem-gitaly-proto095/pkg-descr new file mode 100644 index 000000000000..2886a66d5b68 --- /dev/null +++ b/net/rubygem-gitaly-proto095/pkg-descr @@ -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 |