From owner-svn-ports-all@FreeBSD.ORG Mon Aug 6 14:21:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9AF9106566C; Mon, 6 Aug 2012 14:21:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 78D3D8FC1D; Mon, 6 Aug 2012 14:21:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q76ELURq047561; Mon, 6 Aug 2012 14:21:30 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q76ELUZh047556; Mon, 6 Aug 2012 14:21:30 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201208061421.q76ELUZh047556@svn.freebsd.org> From: Steve Wills Date: Mon, 6 Aug 2012 14:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302183 - in head/net-mgmt: . rubygem-blimpy X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 14:21:30 -0000 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 +# +# $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 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