*/*: Added ports required by gitlab-ce 14.0.0.

This commit is contained in:
Matthias Fechner 2021-06-23 00:10:12 +02:00
parent ba41699308
commit eafbc05cd8
63 changed files with 598 additions and 0 deletions

View file

@ -928,6 +928,7 @@
SUBDIR += rubygem-familia
SUBDIR += rubygem-flipper-active_record
SUBDIR += rubygem-flipper-active_record017
SUBDIR += rubygem-flipper-active_record-rails61
SUBDIR += rubygem-gdbm
SUBDIR += rubygem-globalid
SUBDIR += rubygem-globalid-rails5
@ -967,6 +968,7 @@
SUBDIR += rubygem-redis-actionpack-rails50
SUBDIR += rubygem-redis-actionpack-rails52
SUBDIR += rubygem-redis-actionpack-rails60
SUBDIR += rubygem-redis-actionpack-rails61
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-redis-namespace16
SUBDIR += rubygem-redis-namespace17

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= flipper-active_record
PORTVERSION= 0.21.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= ActiveRecord adapter for Flipper
LICENSE= MIT
RUN_DEPENDS= rubygem-activerecord61>=5.0<7:databases/rubygem-activerecord61 \
rubygem-flipper>=${PORTVERSION}<0.22:devel/rubygem-flipper
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1620928645
SHA256 (rubygem/flipper-active_record-0.21.0.gem) = a5624961a172a34c7be3b9f43105a67174f81af2cdc68d01ad74f686d173461a
SIZE (rubygem/flipper-active_record-0.21.0.gem) = 9728

View file

@ -0,0 +1,3 @@
Flipper ActiveRecord is an ActiveRecord adapter for Flipper.
WWW: https://github.com/jnunemaker/flipper

View file

@ -0,0 +1,22 @@
PORTNAME= redis-actionpack
PORTVERSION= 5.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis session store for ActionPack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack61>=5<7:www/rubygem-actionpack61 \
rubygem-redis-rack>=2.1.0<3:www/rubygem-redis-rack \
rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1582626493
SHA256 (rubygem/redis-actionpack-5.2.0.gem) = 6337f72c5ed21e7d4909468479fe51d9c2b343cf0ea933e0270400f6bf394230
SIZE (rubygem/redis-actionpack-5.2.0.gem) = 13312

View file

@ -0,0 +1,3 @@
Redis session store for ActionPack
WWW: https://redis-store.org/redis-actionpack/

View file

@ -6093,7 +6093,9 @@
SUBDIR += rubygem-devise-rails5
SUBDIR += rubygem-devise-rails52
SUBDIR += rubygem-devise-rails60
SUBDIR += rubygem-devise-rails61
SUBDIR += rubygem-devise47-rails60
SUBDIR += rubygem-devise47-rails61
SUBDIR += rubygem-did_you_mean
SUBDIR += rubygem-dig_rb
SUBDIR += rubygem-directory_watcher
@ -6161,6 +6163,7 @@
SUBDIR += rubygem-flipper
SUBDIR += rubygem-flipper-active_support_cache_store
SUBDIR += rubygem-flipper-active_support_cache_store017
SUBDIR += rubygem-flipper-active_support_cache_store-rails61
SUBDIR += rubygem-flipper-ui
SUBDIR += rubygem-flipper-ui017
SUBDIR += rubygem-flipper017
@ -6205,6 +6208,7 @@
SUBDIR += rubygem-gettext_i18n_rails_js-rails50
SUBDIR += rubygem-gettext_i18n_rails_js-rails52
SUBDIR += rubygem-gettext_i18n_rails_js-rails60
SUBDIR += rubygem-gettext_i18n_rails_js-rails61
SUBDIR += rubygem-gh
SUBDIR += rubygem-gibbler
SUBDIR += rubygem-gio2
@ -6446,6 +6450,7 @@
SUBDIR += rubygem-peek-rails4
SUBDIR += rubygem-peek-rails52
SUBDIR += rubygem-peek-rails60
SUBDIR += rubygem-peek-rails61
SUBDIR += rubygem-peek-rblineprof-rails52
SUBDIR += rubygem-peek-redis-rails52
SUBDIR += rubygem-pkg-config
@ -6493,6 +6498,7 @@
SUBDIR += rubygem-rails-i18n-rails50
SUBDIR += rubygem-rails-i18n-rails52
SUBDIR += rubygem-rails-i18n-rails60
SUBDIR += rubygem-rails-i18n-rails61
SUBDIR += rubygem-rails-observers
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
@ -6522,6 +6528,7 @@
SUBDIR += rubygem-redis-activesupport-rails50
SUBDIR += rubygem-redis-activesupport-rails52
SUBDIR += rubygem-redis-activesupport-rails60
SUBDIR += rubygem-redis-activesupport-rails61
SUBDIR += rubygem-redis-store
SUBDIR += rubygem-redmine_plugin_support
SUBDIR += rubygem-reentrant_flock

View file

@ -0,0 +1,26 @@
# Created by: rpsfa@rit.edu
PORTNAME= devise
PORTVERSION= 4.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Flexible authentication solution for Rails with Warden
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-railties61>=4.1.0:www/rubygem-railties61 \
rubygem-responders-rails61>=0:www/rubygem-responders-rails61 \
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1619910383
SHA256 (rubygem/devise-4.8.0.gem) = bf82eadc09e9d48b8b9b00d76e6399a54ff3d851fc0b1b5c85ebc031ffd4e029
SIZE (rubygem/devise-4.8.0.gem) = 91136

View file

@ -0,0 +1,3 @@
Flexible authentication solution for Rails with Warden
WWW: https://github.com/heartcombo/devise

View file

@ -0,0 +1,28 @@
# Created by: rpsfa@rit.edu
PORTNAME= devise
PORTVERSION= 4.7.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 47-rails61
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Flexible authentication solution for Rails with Warden
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-railties61>=4.1.0:www/rubygem-railties61 \
rubygem-responders-rails61>=0:www/rubygem-responders-rails61 \
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^4\.7\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1600709982
SHA256 (rubygem/devise-4.7.3.gem) = 2c8e3d731a05d7a6df0cd32bddcd7668f56b6d0c8e898a8c7c8dd584019cd86b
SIZE (rubygem/devise-4.7.3.gem) = 89600

View file

@ -0,0 +1,3 @@
Flexible authentication solution for Rails with Warden
WWW: https://github.com/heartcombo/devise

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= flipper-active_support_cache_store
PORTVERSION= 0.21.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= ActiveSupport::Cache store adapter for Flipper
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport61>=5.0<7:devel/rubygem-activesupport61 \
rubygem-flipper>=${PORTVERSION}<0.22:devel/rubygem-flipper
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1620928699
SHA256 (rubygem/flipper-active_support_cache_store-0.21.0.gem) = d95cccd13fdb2b1db9dea2f222830d72ec42b6dc0bed16870d941f17da412b03
SIZE (rubygem/flipper-active_support_cache_store-0.21.0.gem) = 7680

View file

@ -0,0 +1,3 @@
ActiveSupport::Cache store adapter for Flipper
WWW: https://github.com/jnunemaker/flipper

View file

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= gettext_i18n_rails_js
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Make gettext_i18n_rails .po files as JSON
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \
rubygem-gettext_i18n_rails>=0.7.1:devel/rubygem-gettext_i18n_rails \
rubygem-po_to_json>=1.0.0:converters/rubygem-po_to_json \
rubygem-rails61>=3.2.0:www/rubygem-rails61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1496105567
SHA256 (rubygem/gettext_i18n_rails_js-1.3.0.gem) = 5d10afe4be3639bff78c50a56768c20f39aecdabc580c08aa45573911c2bd687
SIZE (rubygem/gettext_i18n_rails_js-1.3.0.gem) = 24576

View file

@ -0,0 +1,7 @@
GettextI18nRailsJs extends gettext_i18n_rails, making your .PO files available
to client side Javascript as JSON. It will find translations inside your .js,
.coffee, .handlebars and .mustache files, then it will create JSON versions of
your .PO files so you can serve them with the rest of your assets, thus letting
you access all your translations offline from client side Javascript.
WWW: https://github.com/webhippie/gettext_i18n_rails_js

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= peek
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Take a peek into your Rails application
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-railties61>=4.0.0:www/rubygem-railties61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1576923479
SHA256 (rubygem/peek-1.1.0.gem) = d6501ead8cde46d8d8ed0d59eb6f0ba713d0a41c11a2c4a81447b2dce37b3ecc
SIZE (rubygem/peek-1.1.0.gem) = 25600

View file

@ -0,0 +1,16 @@
This is a profiling tool originally built at GitHub to help us get an insight
into our application. Now, we have extracted this into Peek, so that other Rails
application can experience the same benefit.
Peek puts a little bar on top of your application to show you all sorts of
helpful information about your application. From the screenshot above, you can
see that Peek provides information about database queries, cache, Resque workers
and more. However, this is only part of Peek's beauty.
The true beauty of Peek lies in the fact that it is an extensible platform. If
there are some performance metrics that you need but are not available on Peek,
you can find it from the list of available Peek Views and integrate it into
Peek. Even if you do not find what you want on Peek Views, you can always create
your own.
WWW: https://github.com/peek/peek

View file

@ -0,0 +1,21 @@
PORTNAME= rails-i18n
PORTVERSION= 6.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Common locale data and translations for Rails i18n
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
rubygem-railties61>=6.0<7:www/rubygem-railties61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1582615250
SHA256 (rubygem/rails-i18n-6.0.0.gem) = 072c38eb0add07a91a2581bb8d240f86b7e1253f8356eb46b5f76e44ce7eac16
SIZE (rubygem/rails-i18n-6.0.0.gem) = 109568

View file

@ -0,0 +1,4 @@
A set of common locale data and translations to internationalize and/or localize
your Rails applications.
WWW: https://github.com/svenfuchs/rails-i18n

View file

@ -0,0 +1,21 @@
PORTNAME= redis-activesupport
PORTVERSION= 5.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis store for ActiveSupport::Cache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-activesupport61>=3<7:devel/rubygem-activesupport61 \
rubygem-redis-store>=1.3<2:devel/rubygem-redis-store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1598175406
SHA256 (rubygem/redis-activesupport-5.2.0.gem) = a93cb1fd58b4f8e47f0acdf9902a193c93e5d8aec38df2b6f602481010fa4391
SIZE (rubygem/redis-activesupport-5.2.0.gem) = 14336

View file

@ -0,0 +1,3 @@
Redis store for ActiveSupport::Cache
WWW: http://redis-store.org/redis-activesupport

View file

@ -598,6 +598,7 @@
SUBDIR += rubygem-premailer-rails-rails5
SUBDIR += rubygem-premailer-rails-rails52
SUBDIR += rubygem-premailer-rails-rails60
SUBDIR += rubygem-premailer-rails-rails61
SUBDIR += rubygem-rmail
SUBDIR += rubygem-roadie
SUBDIR += rubygem-roadie-rails-rails4

View file

@ -0,0 +1,23 @@
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
PORTNAME= premailer-rails
PORTVERSION= 1.10.3
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Improve the rendering of HTML emails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionmailer61>=3:mail/rubygem-actionmailer61 \
rubygem-premailer>=1.7.9<2: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

@ -1287,6 +1287,7 @@
SUBDIR += rubygem-httpauth
SUBDIR += rubygem-ipaddress
SUBDIR += rubygem-iproto
SUBDIR += rubygem-kas-grpc
SUBDIR += rubygem-lita-gems
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-maxmind-db

View file

@ -0,0 +1,18 @@
PORTNAME= kas-grpc
PORTVERSION= 0.0.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Auto-generated gRPC client for KAS
LICENSE= MIT
RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1624399440
SHA256 (rubygem/kas-grpc-0.0.2.gem) = 111ff7515952e939f491297ba4c69a218b72d9d0ef8e5bff80a5df6a56df9a16
SIZE (rubygem/kas-grpc-0.0.2.gem) = 5632

View file

@ -0,0 +1,3 @@
Auto-generated gRPC client for KAS.
WWW: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent

View file

@ -1061,6 +1061,7 @@
SUBDIR += rubygem-devise-two-factor
SUBDIR += rubygem-devise-two-factor-rails5
SUBDIR += rubygem-devise-two-factor-rails60
SUBDIR += rubygem-devise-two-factor-rails61
SUBDIR += rubygem-devise-two-factor30-rails52
SUBDIR += rubygem-devise-two-factor30-rails60
SUBDIR += rubygem-devise_pam_authenticatable2

View file

@ -0,0 +1,26 @@
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
PORTNAME= devise-two-factor
PORTVERSION= 4.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Barebones two-factor authentication with Devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport61>=0<6.2:devel/rubygem-activesupport61 \
rubygem-attr_encrypted>=1.3<4:security/rubygem-attr_encrypted \
rubygem-devise-rails61>=4.0<5:devel/rubygem-devise-rails61 \
rubygem-railties61>=0<6.2:www/rubygem-railties61 \
rubygem-rotp>=6.0<7:devel/rubygem-rotp
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1619164986
SHA256 (rubygem/devise-two-factor-4.0.0.gem) = ccfee44a861a2514e06f41854f60b9c60e255ad48fa434709b9137f44c761791
SIZE (rubygem/devise-two-factor-4.0.0.gem) = 29184

View file

@ -0,0 +1,3 @@
Barebones two-factor authentication with Devise
WWW: https://github.com/tinfoil/devise-two-factor

View file

@ -1897,6 +1897,7 @@
SUBDIR += rubygem-gon-rails5
SUBDIR += rubygem-gon-rails50
SUBDIR += rubygem-gon-rails60
SUBDIR += rubygem-gon-rails61
SUBDIR += rubygem-hackpad-cli
SUBDIR += rubygem-haml
SUBDIR += rubygem-haml-coderay
@ -1948,17 +1949,20 @@
SUBDIR += rubygem-kaminari-actionview-rails50
SUBDIR += rubygem-kaminari-actionview-rails52
SUBDIR += rubygem-kaminari-actionview-rails60
SUBDIR += rubygem-kaminari-actionview-rails61
SUBDIR += rubygem-kaminari-activerecord
SUBDIR += rubygem-kaminari-activerecord-rails5
SUBDIR += rubygem-kaminari-activerecord-rails50
SUBDIR += rubygem-kaminari-activerecord-rails52
SUBDIR += rubygem-kaminari-activerecord-rails60
SUBDIR += rubygem-kaminari-activerecord-rails61
SUBDIR += rubygem-kaminari-core
SUBDIR += rubygem-kaminari-rails4
SUBDIR += rubygem-kaminari-rails5
SUBDIR += rubygem-kaminari-rails50
SUBDIR += rubygem-kaminari-rails52
SUBDIR += rubygem-kaminari-rails60
SUBDIR += rubygem-kaminari-rails61
SUBDIR += rubygem-kensa
SUBDIR += rubygem-kubeclient
SUBDIR += rubygem-layout_yullio_generator
@ -1970,6 +1974,7 @@
SUBDIR += rubygem-lograge-rails5
SUBDIR += rubygem-lograge-rails52
SUBDIR += rubygem-lograge-rails60
SUBDIR += rubygem-lograge-rails61
SUBDIR += rubygem-maruku
SUBDIR += rubygem-mechanize
SUBDIR += rubygem-merb-assets
@ -2060,10 +2065,12 @@
SUBDIR += rubygem-redis-rails-rails50
SUBDIR += rubygem-redis-rails-rails52
SUBDIR += rubygem-redis-rails-rails60
SUBDIR += rubygem-redis-rails-rails61
SUBDIR += rubygem-responders
SUBDIR += rubygem-responders-rails5
SUBDIR += rubygem-responders-rails52
SUBDIR += rubygem-responders-rails60
SUBDIR += rubygem-responders-rails61
SUBDIR += rubygem-rest-client
SUBDIR += rubygem-rfacebook
SUBDIR += rubygem-rfeedfinder

View file

@ -0,0 +1,23 @@
PORTNAME= gon
PORTVERSION= 6.4.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Framework to pass data to JS easily
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack61>=3.0.20:www/rubygem-actionpack61 \
rubygem-i18n>=0.7:devel/rubygem-i18n \
rubygem-multi_json>=0:devel/rubygem-multi_json \
rubygem-request_store>=1.0:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1619177531
SHA256 (rubygem/gon-6.4.0.gem) = e3a618d659392890f1aa7db420f17c75fd7d35aeb5f8fe003697d02c4b88d2f0
SIZE (rubygem/gon-6.4.0.gem) = 158720

View file

@ -0,0 +1,4 @@
If you need to send some data to your js files and you don't want to do this
with long way trough views and parsing - use this force!
WWW: https://github.com/gazay/gon

View file

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= kaminari-actionview
PORTVERSION= 1.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Kaminari Action View adapter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionview61>=0:devel/rubygem-actionview61 \
rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1590696682
SHA256 (rubygem/kaminari-actionview-1.2.1.gem) = 31a3dc6955e7dff95f6133e1f4c03b9dec36d714b632330034ee51b33d0c1770
SIZE (rubygem/kaminari-actionview-1.2.1.gem) = 6656

View file

@ -0,0 +1,3 @@
kaminari-actionview provides pagination helpers for your Action View templates.
WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-actionview

View file

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= kaminari-activerecord
PORTVERSION= 1.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Kaminari Active Record adapter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activerecord61>=0:databases/rubygem-activerecord61 \
rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1590696684
SHA256 (rubygem/kaminari-activerecord-1.2.1.gem) = 8327823ddf8a8e059ce10d9da0c784ef44d5323e9f6d53054e03d26876efc50a
SIZE (rubygem/kaminari-activerecord-1.2.1.gem) = 8192

View file

@ -0,0 +1,3 @@
kaminari-activerecord lets your Active Record models be paginatable.
WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-activerecord

View file

@ -0,0 +1,25 @@
# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= kaminari
PORTVERSION= 1.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sophisticated paginator for Rails 4+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport61>=4.1.0:devel/rubygem-activesupport61 \
rubygem-kaminari-actionview-rails61>=${PORTVERSION}:www/rubygem-kaminari-actionview-rails61 \
rubygem-kaminari-activerecord-rails61>=${PORTVERSION}:www/rubygem-kaminari-activerecord-rails61 \
rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1590696688
SHA256 (rubygem/kaminari-1.2.1.gem) = 03b26388ebb732b708e40b4f1d858c4cbc58d7cb18d12eeb9364176f23c3b3ef
SIZE (rubygem/kaminari-1.2.1.gem) = 22528

View file

@ -0,0 +1,4 @@
Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and
sophisticated paginator for Rails 3
WWW: https://github.com/kaminari/kaminari

View file

@ -0,0 +1,22 @@
PORTNAME= lograge
PORTVERSION= 0.11.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tame Rails' multi-line logging into a single line per request #'
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack61>=4:www/rubygem-actionpack61 \
rubygem-activesupport61>=4:devel/rubygem-activesupport61 \
rubygem-railties61>=4:www/rubygem-railties61 \
rubygem-request_store>=1.0<2:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1582628567
SHA256 (rubygem/lograge-0.11.2.gem) = 4cbd1554b86f545d795eff15a0c24fd25057d2ac4e1caa5fc186168b3da932ef
SIZE (rubygem/lograge-0.11.2.gem) = 10752

View file

@ -0,0 +1,8 @@
Tame Rails' multi-line logging into a single line per request
Lograge is an attempt to bring sanity to Rails' noisy and unusable, unparsable
and, in the context of running multiple processes and servers, unreadable
default logging output. Rails' default approach to log everything is great
during development, it's terrible when running it in production.
WWW: https://github.com/roidrage/lograge

View file

@ -0,0 +1,22 @@
PORTNAME= redis-rails
PORTVERSION= 5.0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis for Ruby on Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis-actionpack-rails61>=5.0<6:databases/rubygem-redis-actionpack-rails61 \
rubygem-redis-activesupport-rails61>=5.0<6:devel/rubygem-redis-activesupport-rails61 \
rubygem-redis-store>=1.2<2:devel/rubygem-redis-store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1491579796
SHA256 (rubygem/redis-rails-5.0.2.gem) = 80406d65c513f20756cd4aa2fd0224e41b93d645b3f1e7cc3effc1c2959f5b42
SIZE (rubygem/redis-rails-5.0.2.gem) = 7680

View file

@ -0,0 +1,3 @@
Redis for Ruby on Rails
WWW: http://redis-store.org/redis-rails

View file

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= responders
PORTVERSION= 3.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack61>=5.0:www/rubygem-actionpack61 \
rubygem-railties61>=5.0:www/rubygem-railties61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1590927495
SHA256 (rubygem/responders-3.0.1.gem) = 613fe28e498987f4feaa3230aa6313ca4bd5f0563a3da83511b0dd6cd8f47292
SIZE (rubygem/responders-3.0.1.gem) = 19456

View file

@ -0,0 +1,3 @@
Responders provides a set of responders modules to dry up your Rails app.
WWW: https://github.com/heartcombo/responders