Subject: CVS commit: pkgsrc/devel/ruby-dotenv
From: Takahiro Kambe
Date: 2023-01-09 06:18:49
Message id: 20230109051849.9F16AFA90@cvs.NetBSD.org

Log Message:
Kdevel/ruby-dotenv: add package version 2.8.1

Required by forthcoming sysutils/ruby-repofetch pacakge.

dotenv

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

Storing configuration in the environment is one of the tenets of a
twelve-factor app.  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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/ruby-dotenv/ALTERNATIVES
1.3addpkgsrc/devel/ruby-dotenv/DESCR
1.4addpkgsrc/devel/ruby-dotenv/Makefile
1.3addpkgsrc/devel/ruby-dotenv/PLIST
1.5addpkgsrc/devel/ruby-dotenv/distinfo