Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2012 14:21:30 +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: r302183 - in head/net-mgmt: . rubygem-blimpy
Message-ID:  <201208061421.q76ELUZh047556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Aug  6 14:21:29 2012
New Revision: 302183
URL: http://svn.freebsd.org/changeset/ports/302183

Log:
  Tool for managing a fleet of machines in the cloud
  
  WWW:	https://github.com/rtyler/blimpy

Added:
  head/net-mgmt/rubygem-blimpy/
  head/net-mgmt/rubygem-blimpy/Makefile   (contents, props changed)
  head/net-mgmt/rubygem-blimpy/distinfo   (contents, props changed)
  head/net-mgmt/rubygem-blimpy/pkg-descr   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Mon Aug  6 14:12:44 2012	(r302182)
+++ head/net-mgmt/Makefile	Mon Aug  6 14:21:29 2012	(r302183)
@@ -272,6 +272,7 @@
     SUBDIR += routers2-extensions
     SUBDIR += routers2-extras
     SUBDIR += rrdbot
+    SUBDIR += rubygem-blimpy
     SUBDIR += rubygem-snmp
     SUBDIR += rubygem-visage-app
     SUBDIR += satellite

Added: head/net-mgmt/rubygem-blimpy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-blimpy/Makefile	Mon Aug  6 14:21:29 2012	(r302183)
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	rubygem-blimpy
+# Date created:		2012-08-05
+# Whom:			Steve Wills <swills@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	blimpy
+PORTVERSION=	0.4.3
+CATEGORIES=	net-mgmt rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Tool for managing a fleet of machines in the cloud
+
+RUN_DEPENDS=	rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
+		rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
+		rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/blimpy
+
+.include <bsd.port.mk>

Added: head/net-mgmt/rubygem-blimpy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-blimpy/distinfo	Mon Aug  6 14:21:29 2012	(r302183)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/blimpy-0.4.3.gem) = 1bde21ab3dc681878cedfe5b714a214f4cafbfc1c100a80ec5bf86af05bb4865
+SIZE (rubygem/blimpy-0.4.3.gem) = 20992

Added: head/net-mgmt/rubygem-blimpy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-blimpy/pkg-descr	Mon Aug  6 14:21:29 2012	(r302183)
@@ -0,0 +1,3 @@
+Tool for managing a fleet of machines in the cloud
+
+WWW:	https://github.com/rtyler/blimpy



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