An easy to use, customizable library to easily store and retrieve application

(or library) configuration in key/value pairs.

WWW: https://github.com/oshuma/app_config/

PR:		ports/159273
Submitted by:	milki <milki at rescomp.berkeley.edu>
This commit is contained in:
Steve Wills 2011-07-30 19:19:16 +00:00
parent 2e51813006
commit aa9f84a17d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278591
5 changed files with 45 additions and 0 deletions

View file

@ -3261,6 +3261,7 @@
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-allison
SUBDIR += rubygem-analogger
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-bioruby

View file

@ -0,0 +1,33 @@
# Ports collection makefile for: rubygem-app_config
# Date created: 2011-07-28
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
PORTNAME= app_config
PORTVERSION= 0.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= A ruby gem for storing application configuration
LICENSE= MIT
OPTIONS= SQLITE3 "sqlite3 backend support" Off
# MONGO "mongo backend support Off # No port yet
.include <bsd.port.options.mk>
.if !defined(WITHOUT_SQLITE3)
RUN_DEPENDS+= rubygem-sqlite-ruby>=0:${PORTSDIR}/databases/rubygem-sqlite3-ruby
.endif
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/app_config-0.7.1.gem) = 904e07d6c6a6e0d3e8eb06490381d1e4425757154cf5fb4928eb7d82f4e9ab37
SIZE (rubygem/app_config-0.7.1.gem) = 33792

View file

@ -0,0 +1,4 @@
An easy to use, customizable library to easily store and retrieve application
(or library) configuration in key/value pairs.
WWW: https://github.com/oshuma/app_config/

View file

@ -0,0 +1,5 @@
==============================================================================
Note: No support for mongo backend in ports yet.
==============================================================================