diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-03-26 15:10:49 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-03-26 15:10:49 +0000 |
commit | 3d94199ffdf867d5c0979b171716bccd5067beb4 (patch) | |
tree | 1d56fdbb27da3d34134ad70587a980b5bff806b8 /net | |
parent | ba28afa06707e539a24ba87c7c113731558e8efa (diff) |
New ports required for gitlab update to 10.5.x.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14840
Notes
Notes:
svn path=/head/; revision=465602
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto083/Makefile | 23 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto083/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto083/pkg-descr | 12 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto084/Makefile | 25 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto084/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto084/pkg-descr | 12 |
7 files changed, 80 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index acdbb0867173..0b38669cfed5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1215,6 +1215,8 @@ SUBDIR += rubygem-geoip SUBDIR += rubygem-gitaly SUBDIR += rubygem-gitaly-proto + SUBDIR += rubygem-gitaly-proto083 + SUBDIR += rubygem-gitaly-proto084 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 SUBDIR += rubygem-grpc diff --git a/net/rubygem-gitaly-proto083/Makefile b/net/rubygem-gitaly-proto083/Makefile new file mode 100644 index 000000000000..2b4761e274e2 --- /dev/null +++ b/net/rubygem-gitaly-proto083/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gitaly-proto +PORTVERSION= 0.83.0 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 083 + +MAINTAINER= idefix@fechner.net +COMMENT= Protobuf specifications and client libraries for Gitaly + +LICENSE= MIT + +RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ + rubygem-grpc>=1.0:net/rubygem-grpc + +PORTSCOUT= limit:^0\.83\. + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-gitaly-proto083/distinfo b/net/rubygem-gitaly-proto083/distinfo new file mode 100644 index 000000000000..1b29b90d8f0e --- /dev/null +++ b/net/rubygem-gitaly-proto083/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517316506 +SHA256 (rubygem/gitaly-proto-0.83.0.gem) = 1bf399f33d784e65538815f82d51c6e869312a7b15fe84a1d666600282d76a7c +SIZE (rubygem/gitaly-proto-0.83.0.gem) = 15360 diff --git a/net/rubygem-gitaly-proto083/pkg-descr b/net/rubygem-gitaly-proto083/pkg-descr new file mode 100644 index 000000000000..2886a66d5b68 --- /dev/null +++ b/net/rubygem-gitaly-proto083/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 diff --git a/net/rubygem-gitaly-proto084/Makefile b/net/rubygem-gitaly-proto084/Makefile new file mode 100644 index 000000000000..233e5641a368 --- /dev/null +++ b/net/rubygem-gitaly-proto084/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gitaly-proto +PORTVERSION= 0.84.0 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 084 + +MAINTAINER= idefix@fechner.net +COMMENT= Protobuf specifications and client libraries for Gitaly + +LICENSE= MIT + +RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ + rubygem-grpc>=1.0:net/rubygem-grpc + +CONFLICTS_INSTALL= rubygem-gitaly-proto + +PORTSCOUT= limit:^0\.84\. + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-gitaly-proto084/distinfo b/net/rubygem-gitaly-proto084/distinfo new file mode 100644 index 000000000000..4baadbd2b2f9 --- /dev/null +++ b/net/rubygem-gitaly-proto084/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517673283 +SHA256 (rubygem/gitaly-proto-0.84.0.gem) = 885372a594214be5f4a8c49d739081551ce19d5d5b5ee207e81771b65e391417 +SIZE (rubygem/gitaly-proto-0.84.0.gem) = 15360 diff --git a/net/rubygem-gitaly-proto084/pkg-descr b/net/rubygem-gitaly-proto084/pkg-descr new file mode 100644 index 000000000000..2886a66d5b68 --- /dev/null +++ b/net/rubygem-gitaly-proto084/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 |