New ports required for gitlab 13.4.

This commit is contained in:
Matthias Fechner
2020-09-22 21:08:54 +00:00
parent 6df5387bc4
commit a1a21b36a2
29 changed files with 271 additions and 0 deletions
+2
View File
@@ -5414,6 +5414,7 @@
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-avro
SUBDIR += rubygem-awesome_print
SUBDIR += rubygem-awrence
SUBDIR += rubygem-aws-eventstream
SUBDIR += rubygem-aws-partitions
SUBDIR += rubygem-aws-sdk
@@ -5828,6 +5829,7 @@
SUBDIR += rubygem-cairo-gobject
SUBDIR += rubygem-capybara
SUBDIR += rubygem-capybara-screenshot
SUBDIR += rubygem-cbor
SUBDIR += rubygem-celluloid
SUBDIR += rubygem-celluloid-essentials
SUBDIR += rubygem-celluloid-extras
+20
View File
@@ -0,0 +1,20 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= awrence
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Convert snake_case to CamelCase and more
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1600788976
SHA256 (rubygem/awrence-1.1.1.gem) = 9be584c97408ed92d5e1ca11740853646fe270de675f2f8dd44e8233226dfc97
SIZE (rubygem/awrence-1.1.1.gem) = 7168
+9
View File
@@ -0,0 +1,9 @@
Have you ever needed to automatically convert Rubyish snake_case
to JSON-style camelBack or CamelCase hash keys?
Awrence to the rescue.
This gem recursively converts all snake_case keys in a hash structure
to camelBack or CamelCase.
WWW: https://github.com/futurechimp/awrence
+17
View File
@@ -0,0 +1,17 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= cbor
PORTVERSION= 0.5.9.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Library for CBOR binary object representation
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1600789476
SHA256 (rubygem/cbor-0.5.9.6.gem) = 434a147658dd1df24ec9e7b3297c1fd4f8a691c97d0e688b3049df8e728b2114
SIZE (rubygem/cbor-0.5.9.6.gem) = 47616
+4
View File
@@ -0,0 +1,4 @@
CBOR is a library for the CBOR binary object representation format,
based on Sadayuki Furuhashi's MessagePack library.
WWW: http://cbor.io/
+7
View File
@@ -1037,10 +1037,12 @@
SUBDIR += rubygem-acme-client
SUBDIR += rubygem-aes_key_wrap
SUBDIR += rubygem-airbrussh
SUBDIR += rubygem-android_key_attestation
SUBDIR += rubygem-attr_encrypted
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-bcrypt_pbkdf
SUBDIR += rubygem-cose
SUBDIR += rubygem-devise-two-factor
SUBDIR += rubygem-devise-two-factor-rails5
SUBDIR += rubygem-devise-two-factor-rails60
@@ -1083,6 +1085,7 @@
SUBDIR += rubygem-nexpose
SUBDIR += rubygem-nmap-parser
SUBDIR += rubygem-omniauth
SUBDIR += rubygem-omniauth-atlassian-oauth2
SUBDIR += rubygem-omniauth-bitbucket
SUBDIR += rubygem-omniauth-cas
SUBDIR += rubygem-omniauth-cas3
@@ -1095,6 +1098,7 @@
SUBDIR += rubygem-openssl
SUBDIR += rubygem-openssl-ccm
SUBDIR += rubygem-openssl-cmac
SUBDIR += rubygem-openssl-signature_algorithm
SUBDIR += rubygem-openvas-omp
SUBDIR += rubygem-origami
SUBDIR += rubygem-pbkdf2-ruby
@@ -1128,6 +1132,7 @@
SUBDIR += rubygem-ruby-hmac
SUBDIR += rubygem-ruby-rc4
SUBDIR += rubygem-ruby-saml
SUBDIR += rubygem-safety_net_attestation
SUBDIR += rubygem-scrypt
SUBDIR += rubygem-securecompare
SUBDIR += rubygem-signet
@@ -1135,7 +1140,9 @@
SUBDIR += rubygem-sshkey
SUBDIR += rubygem-sshkit
SUBDIR += rubygem-timfel-krb5
SUBDIR += rubygem-tpm-key_attestation
SUBDIR += rubygem-twitter_oauth
SUBDIR += rubygem-webauthn
SUBDIR += rubygem-webpush
SUBDIR += s2n
SUBDIR += safesh
@@ -0,0 +1,19 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= android_key_attestation
PORTVERSION= 0.3.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Android key attestation verification
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
@@ -0,0 +1,3 @@
TIMESTAMP = 1600788682
SHA256 (rubygem/android_key_attestation-0.3.0.gem) = 467eb01a99d2bb48ef9cf24cc13712669d7056cba5a52d009554ff037560570b
SIZE (rubygem/android_key_attestation-0.3.0.gem) = 14336
@@ -0,0 +1,5 @@
A Ruby gem to verify Android Key attestation statements on your server.
Key attestation allows you to verify that the cryptographic keys you use
in apps are stored the a hardware keystore of an Android device.
WWW: https://github.com/bdewater/android_key_attestation
+23
View File
@@ -0,0 +1,23 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= cose
PORTVERSION= 1.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby implementation of RFC 8152 CBOR Object Signing and Encryption
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-cbor>=0.5.9<0.6:devel/rubygem-cbor \
rubygem-openssl-signature_algorithm>=1.0<2:security/rubygem-openssl-signature_algorithm
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1600790137
SHA256 (rubygem/cose-1.2.0.gem) = 75dc31326a633c2bb6e5903d36fffda7fe722b6f8e93f355c24c65275a1aa2bf
SIZE (rubygem/cose-1.2.0.gem) = 16384
+3
View File
@@ -0,0 +1,3 @@
Flexible authentication solution for Rails with Warden
WWW: https://github.com/heartcombo/devise
@@ -0,0 +1,22 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= omniauth-atlassian-oauth2
PORTVERSION= 0.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= An Atlassian OAuth2 strategy for OmniAuth
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.1.1:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
@@ -0,0 +1,3 @@
TIMESTAMP = 1600783030
SHA256 (rubygem/omniauth-atlassian-oauth2-0.2.0.gem) = eb07574a188ab8a03376ce288bce86bc2dd4a1382ffa5781cb5e2b7bc15d76c9
SIZE (rubygem/omniauth-atlassian-oauth2-0.2.0.gem) = 9216
@@ -0,0 +1,4 @@
An Atlassian OAuth2 strategy for OmniAuth 1.x.
This allows you to login to Atlassian with your ruby app.
WWW: https://github.com/aguynamedben/omniauth-atlassian-oauth2
@@ -0,0 +1,20 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= openssl-signature_algorithm
PORTVERSION= 1.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= ECDSA, RSA-PSS and RSA-PKCS for ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
@@ -0,0 +1,3 @@
TIMESTAMP = 1600789945
SHA256 (rubygem/openssl-signature_algorithm-1.0.0.gem) = 76dad3ced9a13eefa005eced471dcc870e932b905ea2b8dadaa9219948773740
SIZE (rubygem/openssl-signature_algorithm-1.0.0.gem) = 14336
@@ -0,0 +1,3 @@
ECDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby.
WWW: https://github.com/cedarcode/openssl-signature_algorithm

Some files were not shown because too many files have changed in this diff Show More