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:
Steve Wills 2013-10-21 03:20:07 +00:00
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

View file

@ -4221,6 +4221,7 @@
SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-safe_yaml
SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel
SUBDIR += rubygem-sequel3 SUBDIR += rubygem-sequel3
SUBDIR += rubygem-settingslogic
SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-sexp_processor
SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda
SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-context

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/settingslogic-2.0.9.gem) = 5925a91d0d48dfb59a6e48ae2bb9c9b801fe6fab25a8e8d302ce8699d92f2ae6
SIZE (rubygem/settingslogic-2.0.9.gem) = 10752

View 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