New ports required for gitlab-ce 12.8 upgrade.

This commit is contained in:
Matthias Fechner 2020-02-25 15:29:45 +00:00
parent 102e9d1ed4
commit 33498cc5e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527082
54 changed files with 547 additions and 0 deletions

View File

@ -983,6 +983,7 @@
SUBDIR += rubygem-redis-actionpack-rails5
SUBDIR += rubygem-redis-actionpack-rails50
SUBDIR += rubygem-redis-actionpack-rails52
SUBDIR += rubygem-redis-actionpack-rails60
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-seed-fu
SUBDIR += rubygem-sqlite3

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= redis-actionpack
PORTVERSION= 5.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis session store for ActionPack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack60>5<7:www/rubygem-actionpack60 \
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: http://redis-store.org/redis-actionpack

View File

@ -5916,6 +5916,7 @@
SUBDIR += rubygem-font-awesome-rails-rails5
SUBDIR += rubygem-font-awesome-rails-rails50
SUBDIR += rubygem-font-awesome-rails-rails52
SUBDIR += rubygem-font-awesome-rails-rails60
SUBDIR += rubygem-foreigner
SUBDIR += rubygem-foreman
SUBDIR += rubygem-formatador
@ -5942,6 +5943,7 @@
SUBDIR += rubygem-gettext_i18n_rails_js-rails5
SUBDIR += rubygem-gettext_i18n_rails_js-rails50
SUBDIR += rubygem-gettext_i18n_rails_js-rails52
SUBDIR += rubygem-gettext_i18n_rails_js-rails60
SUBDIR += rubygem-gh
SUBDIR += rubygem-gibbler
SUBDIR += rubygem-gio2
@ -5989,6 +5991,7 @@
SUBDIR += rubygem-health_check
SUBDIR += rubygem-health_check26-rails5
SUBDIR += rubygem-health_check26-rails52
SUBDIR += rubygem-health_check26-rails60
SUBDIR += rubygem-heapy
SUBDIR += rubygem-highline
SUBDIR += rubygem-hike
@ -6158,6 +6161,7 @@
SUBDIR += rubygem-peek-rails4
SUBDIR += rubygem-peek-rails5
SUBDIR += rubygem-peek-rails52
SUBDIR += rubygem-peek-rails60
SUBDIR += rubygem-peek-rblineprof-rails5
SUBDIR += rubygem-peek-rblineprof-rails52
SUBDIR += rubygem-peek-redis-rails5
@ -6202,6 +6206,7 @@
SUBDIR += rubygem-rails-i18n-rails5
SUBDIR += rubygem-rails-i18n-rails50
SUBDIR += rubygem-rails-i18n-rails52
SUBDIR += rubygem-rails-i18n-rails60
SUBDIR += rubygem-rails-observers
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
@ -6228,6 +6233,7 @@
SUBDIR += rubygem-redis-activesupport-rails5
SUBDIR += rubygem-redis-activesupport-rails50
SUBDIR += rubygem-redis-activesupport-rails52
SUBDIR += rubygem-redis-activesupport-rails60
SUBDIR += rubygem-redis-store
SUBDIR += rubygem-redmine_plugin_support
SUBDIR += rubygem-reentrant_flock

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= font-awesome-rails
PORTVERSION= 4.7.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides the Font-Awesome web fonts and stylesheets as a Rails engine
LICENSE= MIT OFL11
LICENSE_COMB= dual
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-railties60>=3.2<6.1:www/rubygem-railties60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1555498630
SHA256 (rubygem/font-awesome-rails-4.7.0.5.gem) = 3f3317d2c4823b25b606c4c216ab02e2cd68f7a68e0957e14fbce99693c16228
SIZE (rubygem/font-awesome-rails-4.7.0.5.gem) = 637952

View File

@ -0,0 +1,4 @@
The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
Rails engine for use with the asset pipeline.
WWW: https://github.com/bokmann/font-awesome-rails

View File

@ -0,0 +1,26 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gettext_i18n_rails_js
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
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-rails60>=3.2.0:www/rubygem-rails60
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,25 @@
# $FreeBSD$
PORTNAME= health_check
PORTVERSION= 2.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 26-rails60
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Simple health check of Rails app for uptime monitoring
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rails60>=4.0:www/rubygem-rails60
PORTSCOUT= limit:^2\.6
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_FILES= test/*railsapp
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1518181728
SHA256 (rubygem/health_check-2.6.0.gem) = a8eec920df0566e327bc6c4561464af8573aaa2d1546b71490e17f6f010acad5
SIZE (rubygem/health_check-2.6.0.gem) = 27648

View File

@ -0,0 +1,3 @@
Simple health check of Rails app for uptime monitoring.
WWW: https://github.com/ianheggie/health_check

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= peek
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Take a peek into your Rails application
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-railties60>=4.0.0:www/rubygem-railties60
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,23 @@
# $FreeBSD$
PORTNAME= rails-i18n
PORTVERSION= 6.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
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-railties60>=6.0<7:www/rubygem-railties60
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,23 @@
# $FreeBSD$
PORTNAME= redis-activesupport
PORTVERSION= 5.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis store for ActiveSupport::Cache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-activesupport60>3<7:devel/rubygem-activesupport60 \
rubygem-redis-store>=1.3.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 = 1582626761
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

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

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= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Improve the rendering of HTML emails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionmailer60>=3:mail/rubygem-actionmailer60 \
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

@ -1044,6 +1044,7 @@
SUBDIR += rubygem-devise-two-factor
SUBDIR += rubygem-devise-two-factor-rails5
SUBDIR += rubygem-devise-two-factor30-rails52
SUBDIR += rubygem-devise-two-factor30-rails60
SUBDIR += rubygem-devise_pam_authenticatable2
SUBDIR += rubygem-digest-crc
SUBDIR += rubygem-doorkeeper

View File

@ -0,0 +1,30 @@
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= devise-two-factor
# 3.0.3 does not work with newer rails version, so downgrade here
PORTVERSION= 3.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 30-rails60
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Barebones two-factor authentication with Devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
rubygem-attr_encrypted>=1.3<4:security/rubygem-attr_encrypted \
rubygem-devise-rails60>=4.0<5:devel/rubygem-devise-rails60 \
rubygem-railties60>=0:www/rubygem-railties60 \
rubygem-rotp>=2.0:devel/rubygem-rotp
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^3\.0\.0
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1582625078
SHA256 (rubygem/devise-two-factor-3.0.0.gem) = fa116fcd6e0a94d5a0581e230a9ac286eee8c17299d54e36ad443d5a346f74de
SIZE (rubygem/devise-two-factor-3.0.0.gem) = 27648

View File

@ -0,0 +1,11 @@
--- devise-two-factor.gemspec.orig 2016-12-31 23:56:23 UTC
+++ devise-two-factor.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0"])
s.add_runtime_dependency(%q<attr_encrypted>.freeze, ["!= 2", "< 4", ">= 1.3"])
s.add_runtime_dependency(%q<devise>.freeze, ["~> 4.0"])
- s.add_runtime_dependency(%q<rotp>.freeze, ["~> 2.0"])
+ s.add_runtime_dependency(%q<rotp>.freeze, [">= 2.0"])
s.add_development_dependency(%q<activemodel>.freeze, [">= 0"])
s.add_development_dependency(%q<bundler>.freeze, ["> 1.0"])
s.add_development_dependency(%q<rspec>.freeze, ["> 3"])

View File

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

View File

@ -1936,6 +1936,7 @@
SUBDIR += rubygem-gon-rails5
SUBDIR += rubygem-gon-rails50
SUBDIR += rubygem-gon-rails52
SUBDIR += rubygem-gon-rails60
SUBDIR += rubygem-hackpad-cli
SUBDIR += rubygem-haml
SUBDIR += rubygem-haml-coderay
@ -1985,15 +1986,18 @@
SUBDIR += rubygem-kaminari-actionview-rails5
SUBDIR += rubygem-kaminari-actionview-rails50
SUBDIR += rubygem-kaminari-actionview-rails52
SUBDIR += rubygem-kaminari-actionview-rails60
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-core
SUBDIR += rubygem-kaminari-rails4
SUBDIR += rubygem-kaminari-rails5
SUBDIR += rubygem-kaminari-rails50
SUBDIR += rubygem-kaminari-rails52
SUBDIR += rubygem-kaminari-rails60
SUBDIR += rubygem-kensa
SUBDIR += rubygem-kubeclient
SUBDIR += rubygem-layout_yullio_generator
@ -2003,6 +2007,7 @@
SUBDIR += rubygem-lograge
SUBDIR += rubygem-lograge-rails5
SUBDIR += rubygem-lograge-rails52
SUBDIR += rubygem-lograge-rails60
SUBDIR += rubygem-maruku
SUBDIR += rubygem-mechanize
SUBDIR += rubygem-merb-assets
@ -2082,6 +2087,7 @@
SUBDIR += rubygem-redis-rails-rails5
SUBDIR += rubygem-redis-rails-rails50
SUBDIR += rubygem-redis-rails-rails52
SUBDIR += rubygem-redis-rails-rails60
SUBDIR += rubygem-redmine_acts_as_taggable_on
SUBDIR += rubygem-responders
SUBDIR += rubygem-responders-rails5
@ -2138,6 +2144,7 @@
SUBDIR += rubygem-webdrivers
SUBDIR += rubygem-webmock
SUBDIR += rubygem-webpack-rails-rails52
SUBDIR += rubygem-webpack-rails-rails60
SUBDIR += rubygem-webrobots
SUBDIR += rubygem-websocket
SUBDIR += rubygem-websocket-driver

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= gon
PORTVERSION= 6.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Framework to pass data to JS easily
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack60>=3.0:www/rubygem-actionpack60 \
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 = 1532976240
SHA256 (rubygem/gon-6.2.1.gem) = b423341656128d035910853331ac0f1a69d580ced753a25766da5d929a3b551f
SIZE (rubygem/gon-6.2.1.gem) = 157184

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,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari-actionview
PORTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Kaminari Action View adapter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionview60>=0:devel/rubygem-actionview60 \
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 = 1580562355
SHA256 (rubygem/kaminari-actionview-1.2.0.gem) = 11df1d313171f4894c8873fdf0231f3dde8816d44611d14cb6fc9966dfea2724
SIZE (rubygem/kaminari-actionview-1.2.0.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,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari-activerecord
PORTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Kaminari Active Record adapter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activerecord60>=0:databases/rubygem-activerecord60 \
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 = 1580562357
SHA256 (rubygem/kaminari-activerecord-1.2.0.gem) = 56f3ac17e0ce7e463d46c641b3ba7b3190b3361e3abb835da1759af4a75f841e
SIZE (rubygem/kaminari-activerecord-1.2.0.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,26 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari
PORTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sophisticated paginator for Rails 4+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport60>=4.1.0:devel/rubygem-activesupport60 \
rubygem-kaminari-actionview-rails60>=${PORTVERSION}:www/rubygem-kaminari-actionview-rails60 \
rubygem-kaminari-activerecord-rails60>=${PORTVERSION}:www/rubygem-kaminari-activerecord-rails60 \
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 = 1580562381
SHA256 (rubygem/kaminari-1.2.0.gem) = c36321080d069eac98e458102c4152e9bbeca75bca5a5ac1f2a1c92edbd1eaa1
SIZE (rubygem/kaminari-1.2.0.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,24 @@
# $FreeBSD$
PORTNAME= lograge
PORTVERSION= 0.11.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tame Rails' multi-line logging into a single line per request #'
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack60>=4:www/rubygem-actionpack60 \
rubygem-activesupport60>=4:devel/rubygem-activesupport60 \
rubygem-railties60>=4:www/rubygem-railties60 \
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,24 @@
# $FreeBSD$
PORTNAME= redis-rails
PORTVERSION= 5.0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis for Ruby on Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis-actionpack-rails60>5.0<6:databases/rubygem-redis-actionpack-rails60 \
rubygem-redis-activesupport-rails60>5.0<6:devel/rubygem-redis-activesupport-rails60 \
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,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= webpack-rails
PORTVERSION= 0.9.11
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= mfechner@FreeBSD.org
COMMENT= JavaScript-first tooling to use webpack within your Rails application
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties60>=3.2.0:www/rubygem-railties60
# www/gitlab-ce still depends on this port
DEPRECATED= Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
EXPIRATION_DATE=2020-12-31
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1503058917
SHA256 (rubygem/webpack-rails-0.9.11.gem) = 3987170d18a6ea85f33a3f503010ccd8cbe70a31552eeb5a98042e300eef523b
SIZE (rubygem/webpack-rails-0.9.11.gem) = 12288

View File

@ -0,0 +1,4 @@
webpack-rails gives you tools to integrate Webpack in to an existing Ruby on
Rails application.
WWW: https://github.com/mipearson/webpack-rails