www/rubygem-rails-settings-cached-rails61: New port

Rails-settings-cached is a settings plugin that makes managing a table
of global key-value pairs easy. Think of it like a global hash stored in
your database that uses simple ActiveRecord-like methods for
manipulation.

You can keep track of any global setting that you do not want to hard
code into your rails application. You can store any kind of object
including strings, numbers, and arrays.

Sponsored by:	Nepustil
This commit is contained in:
Muhammad Moinur Rahman 2022-11-19 15:57:21 -06:00
parent 9b05c35325
commit e43bd270c1
4 changed files with 31 additions and 0 deletions

View file

@ -2074,6 +2074,7 @@
SUBDIR += rubygem-rails-settings-cached
SUBDIR += rubygem-rails-settings-cached-rails5
SUBDIR += rubygem-rails-settings-cached-rails50
SUBDIR += rubygem-rails-settings-cached-rails61
SUBDIR += rubygem-rails4
SUBDIR += rubygem-rails5
SUBDIR += rubygem-rails50

View file

@ -0,0 +1,20 @@
PORTNAME= rails-settings-cached
PORTVERSION= 0.7.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= bofh@FreeBSD.org
COMMENT= Rails settings plugin for easily managing key-value pairs table
WWW= https://github.com/huacnlee/rails-settings-cached
LICENSE= MIT
RUN_DEPENDS= rubygem-rails61>=0:www/rubygem-rails61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1539103492
SHA256 (rubygem/rails-settings-cached-0.7.2.gem) = 90f87c6e1fa2b625babb93d368225278aaf96f1c0a63122f5943f9305bf7c561
SIZE (rubygem/rails-settings-cached-0.7.2.gem) = 10240

View file

@ -0,0 +1,7 @@
Rails-settings-cached is a settings plugin that makes managing a table of global
key-value pairs easy. Think of it like a global hash stored in your database
that uses simple ActiveRecord-like methods for manipulation.
You can keep track of any global setting that you do not want to hard code into
your rails application. You can store any kind of object including strings,
numbers, and arrays.