mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
33
devel/rubygem-app_config/Makefile
Normal file
33
devel/rubygem-app_config/Makefile
Normal 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>
|
2
devel/rubygem-app_config/distinfo
Normal file
2
devel/rubygem-app_config/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/app_config-0.7.1.gem) = 904e07d6c6a6e0d3e8eb06490381d1e4425757154cf5fb4928eb7d82f4e9ab37
|
||||
SIZE (rubygem/app_config-0.7.1.gem) = 33792
|
4
devel/rubygem-app_config/pkg-descr
Normal file
4
devel/rubygem-app_config/pkg-descr
Normal 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/
|
5
devel/rubygem-app_config/pkg-message
Normal file
5
devel/rubygem-app_config/pkg-message
Normal file
|
@ -0,0 +1,5 @@
|
|||
==============================================================================
|
||||
|
||||
Note: No support for mongo backend in ports yet.
|
||||
|
||||
==============================================================================
|
Loading…
Add table
Reference in a new issue