From owner-svn-ports-all@FreeBSD.ORG Mon Nov 24 19:08:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D838AE53; Mon, 24 Nov 2014 19:08:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB4A21AE; Mon, 24 Nov 2014 19:08:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOJ8kVP027286; Mon, 24 Nov 2014 19:08:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOJ8kZC027283; Mon, 24 Nov 2014 19:08:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201411241908.sAOJ8kZC027283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Nov 2014 19:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373355 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 19:08:47 -0000 Author: sunpoet Date: Mon Nov 24 19:08:45 2014 New Revision: 373355 URL: https://svnweb.freebsd.org/changeset/ports/373355 QAT: https://qat.redports.org/buildarchive/r373355/ Log: - Add rubygem-fog-sakuracloud 0.1.1 Fog::Sakuracloud is a module for the fog gem that allows you to manage resources in the Sakura no Cloud. WWW: https://github.com/fog/fog-sakuracloud RG: https://rubygems.org/gems/fog-sakuracloud Added: head/net/rubygem-fog-sakuracloud/ head/net/rubygem-fog-sakuracloud/Makefile (contents, props changed) head/net/rubygem-fog-sakuracloud/distinfo (contents, props changed) head/net/rubygem-fog-sakuracloud/pkg-descr (contents, props changed) Added: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-sakuracloud/Makefile Mon Nov 24 19:08:45 2014 (r373355) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-sakuracloud +PORTVERSION= 0.1.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support Sakura no Cloud + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-sakuracloud/distinfo Mon Nov 24 19:08:45 2014 (r373355) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-sakuracloud-0.1.1.gem) = 6eb4cb3984daf074f9984fe9b30901378728a4a5e119875e5d4253e75008ac40 +SIZE (rubygem/fog-sakuracloud-0.1.1.gem) = 16896 Added: head/net/rubygem-fog-sakuracloud/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-sakuracloud/pkg-descr Mon Nov 24 19:08:45 2014 (r373355) @@ -0,0 +1,5 @@ +Fog::Sakuracloud is a module for the fog gem that allows you to manage resources +in the Sakura no Cloud. + +WWW: https://github.com/fog/fog-sakuracloud +RG: https://rubygems.org/gems/fog-sakuracloud