Bug 182667 - new port misc/rubygem-dotenv
Summary: new port misc/rubygem-dotenv
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 09:50 UTC by loic.blot
Modified: 2013-10-20 14:34 UTC (History)
0 users

See Also:


Attachments
rubygem-dotenv.shar (1.50 KB, text/plain)
2013-10-05 09:50 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 09:50:01 UTC
	Here is a new rubygem port needed for gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 09:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-20 14:11:30 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-20 14:34:46 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!