New ports required for gitlab-ce 12.5.

This commit is contained in:
Matthias Fechner 2019-11-22 15:28:20 +00:00
parent 8ce0415a86
commit b28ccdecc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518149
12 changed files with 94 additions and 0 deletions

View file

@ -5887,6 +5887,7 @@
SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf371 SUBDIR += rubygem-google-protobuf371
SUBDIR += rubygem-google-protobuf38
SUBDIR += rubygem-googleapis-common-protos SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf SUBDIR += rubygem-graf

View file

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= google-protobuf
PORTVERSION= 3.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 38
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
LICENSE= BSD3CLAUSE
USES= gem
USE_RUBY= yes
PORTSCOUT= limit:^3\.8\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1559219574
SHA256 (rubygem/google-protobuf-3.8.0.gem) = c4624af322347d74916c29c1efe350d29b570d7681702c5f5a74b61c1312c32f
SIZE (rubygem/google-protobuf-3.8.0.gem) = 262656

View file

@ -0,0 +1,9 @@
rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
functionality. It makes use of generated Ruby code that defines message and enum
types in a Ruby DSL. You may write definitions in this DSL directly, but we
recommend using protoc's Ruby generation support with .proto files. The build
process in this directory only installs the extension; you need to install
protoc as well to have Ruby code generation functionality.
WWW: https://developers.google.com/protocol-buffers/
WWW: https://github.com/google/protobuf/tree/master/ruby

View file

@ -603,6 +603,7 @@
SUBDIR += rubygem-premailer SUBDIR += rubygem-premailer
SUBDIR += rubygem-premailer-rails SUBDIR += rubygem-premailer-rails
SUBDIR += rubygem-premailer-rails-rails5 SUBDIR += rubygem-premailer-rails-rails5
SUBDIR += rubygem-premailer-rails-rails52
SUBDIR += rubygem-premailer-rails19-rails5 SUBDIR += rubygem-premailer-rails19-rails5
SUBDIR += rubygem-premailer-rails19-rails52 SUBDIR += rubygem-premailer-rails19-rails52
SUBDIR += rubygem-rmail SUBDIR += rubygem-rmail

View file

@ -0,0 +1,24 @@
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= premailer-rails
PORTVERSION= 1.10.3
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
MAINTAINER= ruby@FreeBSD.org
COMMENT= Improve the rendering of HTML emails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionmailer52>=3:mail/rubygem-actionmailer52 \
rubygem-premailer>=1.7.9:mail/rubygem-premailer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1574434277
SHA256 (rubygem/premailer-rails-1.10.3.gem) = 7cdcb97027866f7a81c490c6d15ada7f39666b5f6375f0821b7e97e0483b112f
SIZE (rubygem/premailer-rails-1.10.3.gem) = 22528

View file

@ -0,0 +1,6 @@
This gem brings you the power of the premailer gem to Rails
without any configuration needs. Create HTML emails, include
a CSS file as you do in a normal HTML document and premailer
will inline the included CSS.
WWW: https://github.com/fphilipe/premailer-rails

View file

@ -1511,6 +1511,7 @@
SUBDIR += rubygem-css_parser SUBDIR += rubygem-css_parser
SUBDIR += rubygem-cssmin SUBDIR += rubygem-cssmin
SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diff_match_patch
SUBDIR += rubygem-diffy SUBDIR += rubygem-diffy
SUBDIR += rubygem-diffy31 SUBDIR += rubygem-diffy31
SUBDIR += rubygem-docdiff SUBDIR += rubygem-docdiff

View file

@ -0,0 +1,20 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= diff_match_patch
PORTVERSION= 0.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby implementation of Google diff_match_patch
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1574429017
SHA256 (rubygem/diff_match_patch-0.1.0.gem) = b36057bfcfeaedf19dcb7b2c28c19ee625bd6ec6d0d182717d3ef22b3879c40e
SIZE (rubygem/diff_match_patch-0.1.0.gem) = 25088

View file

@ -0,0 +1,3 @@
Ruby implementation of Google diff_match_patch.
WWW: https://github.com/kalmbach/diff_match_patch