Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 13:35:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389207 - in head/devel: . rubygem-cyoi
Message-ID:  <201506111335.t5BDZVam069217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jun 11 13:35:31 2015
New Revision: 389207
URL: https://svnweb.freebsd.org/changeset/ports/389207

Log:
  devel/rubygem-cyoi: create port
  
  A library to ask an end-user to choose an infrastructure (AWS, OpenStack, etc),
  region, and login credentials.
  
  WWW: https://github.com/drnic/cyoi

Added:
  head/devel/rubygem-cyoi/
  head/devel/rubygem-cyoi/Makefile   (contents, props changed)
  head/devel/rubygem-cyoi/distinfo   (contents, props changed)
  head/devel/rubygem-cyoi/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun 11 13:34:23 2015	(r389206)
+++ head/devel/Makefile	Thu Jun 11 13:35:31 2015	(r389207)
@@ -4504,6 +4504,7 @@
     SUBDIR += rubygem-cri
     SUBDIR += rubygem-cucumber
     SUBDIR += rubygem-cucumber-core
+    SUBDIR += rubygem-cyoi
     SUBDIR += rubygem-daemon_controller
     SUBDIR += rubygem-daemons
     SUBDIR += rubygem-debug_inspector

Added: head/devel/rubygem-cyoi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cyoi/Makefile	Thu Jun 11 13:35:31 2015	(r389207)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	cyoi
+PORTVERSION=	0.11.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Library to prompt for infrastructure and login credentials
+
+RUN_DEPENDS=	rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
+		rubygem-highline>=1.6:${PORTSDIR}/devel/rubygem-highline \
+		rubygem-readwritesettings>=3.0:${PORTSDIR}/devel/rubygem-readwritesettings
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+PLIST_FILES=	bin/cyoi
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-cyoi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cyoi/distinfo	Thu Jun 11 13:35:31 2015	(r389207)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cyoi-0.11.3.gem) = 33191dac63d3e59b955a782751dc52b60662710a5eb491dffbc7719c35c0c2cf
+SIZE (rubygem/cyoi-0.11.3.gem) = 29696

Added: head/devel/rubygem-cyoi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cyoi/pkg-descr	Thu Jun 11 13:35:31 2015	(r389207)
@@ -0,0 +1,4 @@
+A library to ask an end-user to choose an infrastructure (AWS, OpenStack, etc),
+region, and login credentials.
+
+WWW: https://github.com/drnic/cyoi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111335.t5BDZVam069217>