Skip to content

Commit

Permalink
www/rubygem-rails-settings-cached-rails61: New port
Browse files Browse the repository at this point in the history
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
  • Loading branch information
5u623l20 committed Nov 19, 2022
1 parent 9b05c35 commit e43bd27
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions www/rubygem-rails-settings-cached-rails61/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions www/rubygem-rails-settings-cached-rails61/distinfo
@@ -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
7 changes: 7 additions & 0 deletions www/rubygem-rails-settings-cached-rails61/pkg-descr
@@ -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.

0 comments on commit e43bd27

Please sign in to comment.