svn commit: r331014 - in head/misc: . rubygem-dotenv
Steve Wills
swills at FreeBSD.org
Sun Oct 20 13:11:23 UTC 2013
Author: swills
Date: Sun Oct 20 13:11:22 2013
New Revision: 331014
URL: http://svnweb.freebsd.org/changeset/ports/331014
Log:
Loads environment variables from `.env`.
WWW: https://github.com/bkeepers/dotenv
PR: ports/182667
Submitted by: Loic Blot <loic.blot at unix-experience.fr>
Added:
head/misc/rubygem-dotenv/
head/misc/rubygem-dotenv/Makefile (contents, props changed)
head/misc/rubygem-dotenv/distinfo (contents, props changed)
head/misc/rubygem-dotenv/pkg-descr (contents, props changed)
Modified:
head/misc/Makefile
Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile Sun Oct 20 12:54:30 2013 (r331013)
+++ head/misc/Makefile Sun Oct 20 13:11:22 2013 (r331014)
@@ -400,6 +400,7 @@
SUBDIR += rtfm
SUBDIR += ruby-progressbar
SUBDIR += ruby-vpim
+ SUBDIR += rubygem-dotenv
SUBDIR += rubygem-mime-types
SUBDIR += rubygem-rabbit
SUBDIR += rubygem-vpim
Added: head/misc/rubygem-dotenv/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-dotenv/Makefile Sun Oct 20 13:11:22 2013 (r331014)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= dotenv
+PORTVERSION= 0.9.0
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Loads environment variables from `.env`
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES+= bin/dotenv
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
Added: head/misc/rubygem-dotenv/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-dotenv/distinfo Sun Oct 20 13:11:22 2013 (r331014)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/dotenv-0.9.0.gem) = 838e235fa00d343c3138dbc05aa2cf1ec626ff9f065d521917a79a86b4a980be
+SIZE (rubygem/dotenv-0.9.0.gem) = 10752
Added: head/misc/rubygem-dotenv/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-dotenv/pkg-descr Sun Oct 20 13:11:22 2013 (r331014)
@@ -0,0 +1,3 @@
+Loads environment variables from `.env`.
+
+WWW: https://github.com/bkeepers/dotenv
More information about the svn-ports-all
mailing list