New port: net/rubygem-gitaly

Gitaly is a Git RPC service for handling all the git calls made by GitLab.

WWW: https://gitlab.com/gitlab-org/gitaly

ATTENTION: the port has currently just a subset of functions and is needed
	   in order to provide the security update of www/gitlab to 9.0
This commit is contained in:
Torsten Zuehlsdorff 2017-06-28 08:54:10 +00:00
parent 2c4c73634d
commit eb9a18e35c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444552
6 changed files with 45 additions and 0 deletions

View file

@ -1183,6 +1183,7 @@
SUBDIR += rubygem-fog-vsphere
SUBDIR += rubygem-fog-xenserver
SUBDIR += rubygem-geoip
SUBDIR += rubygem-gitaly
SUBDIR += rubygem-gitlab_omniauth-ldap
SUBDIR += rubygem-gitlab_omniauth-ldap1
SUBDIR += rubygem-http_parser.rb

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= gitaly
PORTVERSION= 0.2.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Auto-generated gRPC client for gitaly
RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1497439474
SHA256 (rubygem/gitaly-0.2.1.gem) = 5ce2a251265161e1e7b15220ead44e339ee3927d6326b80526998353b261d378
SIZE (rubygem/gitaly-0.2.1.gem) = 6656

View file

@ -0,0 +1,11 @@
--- gitaly.gemspec.orig 2017-06-22 08:27:02 UTC
+++ gitaly.gemspec
@@ -21,8 +21,6 @@ Gem::Specification.new do |s|
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<google-protobuf>.freeze, ["~> 3.1"])
- s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.0"])
s.add_development_dependency(%q<bundler>.freeze, ["~> 1.12"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
else

View file

@ -0,0 +1,10 @@
--- ruby/lib/gitaly.rb.orig 2017-06-22 08:27:11 UTC
+++ ruby/lib/gitaly.rb
@@ -1,7 +1,6 @@
$:.unshift(File.expand_path('../gitaly', __FILE__))
require "gitaly/version"
-require "gitaly/gitaly_services_pb"
module Gitaly
# Your code goes here...

View file

@ -0,0 +1,3 @@
Gitaly is a Git RPC service for handling all the git calls made by GitLab.
WWW: https://gitlab.com/gitlab-org/gitaly