www/gitlab-ce: new ports required for gitlab-ce 16.3

2023Q4
Matthias Fechner 2023-09-02 10:53:46 +03:00
parent 2edf6e705c
commit ec7786ce5f
20 changed files with 179 additions and 0 deletions

View File

@ -6711,6 +6711,7 @@
SUBDIR += rubygem-devise-rails60
SUBDIR += rubygem-devise-rails61
SUBDIR += rubygem-devise-rails70
SUBDIR += rubygem-devise48-rails70
SUBDIR += rubygem-did_you_mean
SUBDIR += rubygem-dig_rb
SUBDIR += rubygem-directory_watcher
@ -6824,6 +6825,7 @@
SUBDIR += rubygem-gettext
SUBDIR += rubygem-gettext-setup
SUBDIR += rubygem-gettext_i18n_rails
SUBDIR += rubygem-gettext_i18n_rails111
SUBDIR += rubygem-gettext_i18n_rails18
SUBDIR += rubygem-gettext_i18n_rails_js-rails5
SUBDIR += rubygem-gettext_i18n_rails_js-rails50
@ -6911,6 +6913,7 @@
SUBDIR += rubygem-hashie-forbidden_attributes
SUBDIR += rubygem-hashie4
SUBDIR += rubygem-health_check
SUBDIR += rubygem-health_check-rails70
SUBDIR += rubygem-heapy
SUBDIR += rubygem-highline
SUBDIR += rubygem-highline1

View File

@ -0,0 +1,28 @@
PORTNAME= devise
PORTVERSION= 4.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 48-rails70
MAINTAINER= ruby@FreeBSD.org
COMMENT= Flexible authentication solution for Rails with Warden
WWW= https://github.com/heartcombo/devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
rubygem-railties70>=4.1.0:www/rubygem-railties70 \
rubygem-responders-rails70>=0:www/rubygem-responders-rails70 \
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= plataformatec
PORTSCOUT= limit:^4\.8\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1693629002
SHA256 (rubygem/devise-4.8.1.gem) = fdd48bbe79a89e7c1152236a70479842ede48bea4fa7f4f2d8da1f872559803e
SIZE (rubygem/devise-4.8.1.gem) = 91136

View File

@ -0,0 +1 @@
Flexible authentication solution for Rails with Warden

View File

@ -0,0 +1,22 @@
PORTNAME= gettext_i18n_rails
PORTVERSION= 1.11.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 111
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple FastGettext Rails integration
WWW= https://github.com/grosser/gettext_i18n_rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.11\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1693634682
SHA256 (rubygem/gettext_i18n_rails-1.11.0.gem) = e19c7e4a256c500f7f38396dca44a282b9838ae278f57c362993a54964b22bbe
SIZE (rubygem/gettext_i18n_rails-1.11.0.gem) = 13312

View File

@ -0,0 +1,6 @@
gettext_i18n_rails is simple FastGettext Rails integration. Translate via
FastGettext, use any other I18n backend as extension/fallback.
Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or directly
from db. To use I18n, calls add a syntax.with.lots.of.dots translation.

View File

@ -0,0 +1,22 @@
PORTNAME= health_check
PORTVERSION= 3.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails70
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple health check of Rails app for uptime monitoring
WWW= https://github.com/ianheggie/health_check
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties70>=5.0:www/rubygem-railties70
USES= gem shebangfix
NO_ARCH= yes
SHEBANG_FILES= test/*railsapp
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624630294
SHA256 (rubygem/health_check-3.1.0.gem) = 10146508237dc54ed7e24c292d8ba7fb8f9590cf26c66e325b947438c4103b57
SIZE (rubygem/health_check-3.1.0.gem) = 34816

View File

@ -0,0 +1 @@
Simple health check of Rails app for uptime monitoring.

View File

@ -1076,6 +1076,7 @@
SUBDIR += rubygem-airbrussh
SUBDIR += rubygem-android_key_attestation
SUBDIR += rubygem-attr_encrypted
SUBDIR += rubygem-attr_encrypted3
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-bcrypt_pbkdf
@ -1086,6 +1087,7 @@
SUBDIR += rubygem-devise-two-factor-rails5
SUBDIR += rubygem-devise-two-factor-rails61
SUBDIR += rubygem-devise-two-factor-rails70
SUBDIR += rubygem-devise-two-factor40-rails70
SUBDIR += rubygem-devise_pam_authenticatable2
SUBDIR += rubygem-devise_pam_authenticatable2-rails61
SUBDIR += rubygem-digest
@ -1095,6 +1097,7 @@
SUBDIR += rubygem-doorkeeper-rails5
SUBDIR += rubygem-doorkeeper-rails50
SUBDIR += rubygem-doorkeeper-rails61
SUBDIR += rubygem-doorkeeper-rails70
SUBDIR += rubygem-duo_api
SUBDIR += rubygem-ed25519
SUBDIR += rubygem-encryptor

View File

@ -0,0 +1,22 @@
PORTNAME= attr_encrypted
PORTVERSION= 3.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generates attr_accessors that encrypt and decrypt attributes
WWW= https://github.com/attr-encrypted/attr_encrypted
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-encryptor>=3.0.0<3.1:security/rubygem-encryptor
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^3\.1
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1693631128
SHA256 (rubygem/attr_encrypted-3.1.0.gem) = 4f0682604714ed4599cf00771ad27e82f0b51b0ed8644af51a43d21fbe129b59
SIZE (rubygem/attr_encrypted-3.1.0.gem) = 35840

View File

@ -0,0 +1,2 @@
Ruby library which generates attr_accessors that encrypt
and decrypt attributes transparently

View File

@ -0,0 +1,26 @@
PORTNAME= devise-two-factor
PORTVERSION= 4.0.2
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 40-rails70
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Barebones two-factor authentication with Devise
WWW= https://github.com/tinfoil/devise-two-factor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport70>=7.0<7.1:devel/rubygem-activesupport70 \
rubygem-attr_encrypted3>=1.3<4:security/rubygem-attr_encrypted3 \
rubygem-devise-rails70>=4.0<5:devel/rubygem-devise-rails70 \
rubygem-railties70>=7.0<7.1:www/rubygem-railties70 \
rubygem-rotp>=6.0<7:devel/rubygem-rotp
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^4\.0\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1693630697
SHA256 (rubygem/devise-two-factor-4.0.2.gem) = 6548d2696ed090d27046f888f4fa7380f151e0f823902d46fd9b91e7d0cac511
SIZE (rubygem/devise-two-factor-4.0.2.gem) = 30208

View File

@ -0,0 +1 @@
Barebones two-factor authentication with Devise

View File

@ -0,0 +1,22 @@
PORTNAME= doorkeeper
PORTVERSION= 5.6.6
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails70
MAINTAINER= ruby@FreeBSD.org
COMMENT= OAuth2 provider for Rails and Grape
WWW= https://github.com/doorkeeper-gem/doorkeeper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties70>=5:www/rubygem-railties70
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= doorkeeper_project
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1680175864
SHA256 (rubygem/doorkeeper-5.6.6.gem) = 2344e86c77770526efcda893b5217aa13d1c7eb1b40de840b58b19eb1ff757e0
SIZE (rubygem/doorkeeper-5.6.6.gem) = 105472

View File

@ -0,0 +1,2 @@
Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2
provider functionality to a Rails or Grape application.