Sun Sep 13 13:57:25 2015 UTC ()
Add ruby-dotenv, required by new version of ruby-celluloid.

Shim to load environment variables from `.env` into `ENV` in *development*.

Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.

But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.


(taca)
diff -r0 -r1.1 pkgsrc/devel/ruby-dotenv/DESCR
diff -r0 -r1.1 pkgsrc/devel/ruby-dotenv/Makefile
diff -r0 -r1.1 pkgsrc/devel/ruby-dotenv/PLIST
diff -r0 -r1.1 pkgsrc/devel/ruby-dotenv/distinfo

File Added: pkgsrc/devel/ruby-dotenv/DESCR
Shim to load environment variables from `.env` into `ENV` in *development*.

Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.

But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.

File Added: pkgsrc/devel/ruby-dotenv/Makefile
# $NetBSD: Makefile,v 1.1 2015/09/13 13:57:25 taca Exp $

DISTNAME=	dotenv-2.0.2
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/bkeepers/dotenv
COMMENT=	Loads environment variables from .env
LICENSE=	mit

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/ruby-dotenv/PLIST
@comment $NetBSD: PLIST,v 1.1 2015/09/13 13:57:25 taca Exp $
bin/dotenv
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bin/dotenv
${GEM_LIBDIR}/lib/dotenv.rb
${GEM_LIBDIR}/lib/dotenv/cli.rb
${GEM_LIBDIR}/lib/dotenv/environment.rb
${GEM_LIBDIR}/lib/dotenv/parser.rb
${GEM_LIBDIR}/lib/dotenv/substitutions/command.rb
${GEM_LIBDIR}/lib/dotenv/substitutions/variable.rb
${GEM_LIBDIR}/lib/dotenv/tasks.rb
${GEM_LIBDIR}/lib/dotenv/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

File Added: pkgsrc/devel/ruby-dotenv/distinfo
$NetBSD: distinfo,v 1.1 2015/09/13 13:57:25 taca Exp $

SHA1 (dotenv-2.0.2.gem) = 18f3d5ed7dfecef4968131672ddc2b8ae4602dff
RMD160 (dotenv-2.0.2.gem) = c3402e1abd957e9ba545c02bf89860d3a999393c
Size (dotenv-2.0.2.gem) = 10240 bytes