A simple and straightforward settings solution that uses an ERB enabled YAML
file and a singleton design pattern. WWW: http://github.com/binarylogic/settingslogic PR: ports/182708 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
1335e072f5
commit
9d5f443a96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331088
4 changed files with 24 additions and 0 deletions
|
@ -4221,6 +4221,7 @@
|
|||
SUBDIR += rubygem-safe_yaml
|
||||
SUBDIR += rubygem-sequel
|
||||
SUBDIR += rubygem-sequel3
|
||||
SUBDIR += rubygem-settingslogic
|
||||
SUBDIR += rubygem-sexp_processor
|
||||
SUBDIR += rubygem-shoulda
|
||||
SUBDIR += rubygem-shoulda-context
|
||||
|
|
17
devel/rubygem-settingslogic/Makefile
Normal file
17
devel/rubygem-settingslogic/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= settingslogic
|
||||
PORTVERSION= 2.0.9
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= A gem to use YAML and singleton design paterns
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-settingslogic/distinfo
Normal file
2
devel/rubygem-settingslogic/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/settingslogic-2.0.9.gem) = 5925a91d0d48dfb59a6e48ae2bb9c9b801fe6fab25a8e8d302ce8699d92f2ae6
|
||||
SIZE (rubygem/settingslogic-2.0.9.gem) = 10752
|
4
devel/rubygem-settingslogic/pkg-descr
Normal file
4
devel/rubygem-settingslogic/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A simple and straightforward settings solution that uses an ERB enabled YAML
|
||||
file and a singleton design pattern.
|
||||
|
||||
WWW: http://github.com/binarylogic/settingslogic
|
Loading…
Reference in a new issue