From owner-svn-ports-head@freebsd.org Thu Mar 31 15:37:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AF62AE04A4; Thu, 31 Mar 2016 15:37:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4DCCB1FB1; Thu, 31 Mar 2016 15:37:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFb51i038224; Thu, 31 Mar 2016 15:37:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFb5K2038220; Thu, 31 Mar 2016 15:37:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311537.u2VFb5K2038220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412233 - in head/net: . rubygem-fog-cloudatcost X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:37:06 -0000 Author: sunpoet Date: Thu Mar 31 15:37:05 2016 New Revision: 412233 URL: https://svnweb.freebsd.org/changeset/ports/412233 Log: - Add rubygem-fog-cloudatcost 0.2.1 Fog::CloudAtCost is a module for the 'fog' gem to support CloudAtCost services. WWW: https://github.com/fog/fog-cloudatcost Added: head/net/rubygem-fog-cloudatcost/ head/net/rubygem-fog-cloudatcost/Makefile (contents, props changed) head/net/rubygem-fog-cloudatcost/distinfo (contents, props changed) head/net/rubygem-fog-cloudatcost/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Mar 31 15:32:49 2016 (r412232) +++ head/net/Makefile Thu Mar 31 15:37:05 2016 (r412233) @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-brightbox + SUBDIR += rubygem-fog-cloudatcost SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google Added: head/net/rubygem-fog-cloudatcost/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/Makefile Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-cloudatcost +PORTVERSION= 0.2.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support CloudAtCost + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-fog-core>=1.36:devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-cloudatcost/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/distinfo Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-cloudatcost-0.2.1.gem) = d2bb142047f011024c8f50fe340144c78997b410eeb4fb3e66127bd15cd448e5 +SIZE (rubygem/fog-cloudatcost-0.2.1.gem) = 20480 Added: head/net/rubygem-fog-cloudatcost/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-cloudatcost/pkg-descr Thu Mar 31 15:37:05 2016 (r412233) @@ -0,0 +1,3 @@ +Fog::CloudAtCost is a module for the 'fog' gem to support CloudAtCost services. + +WWW: https://github.com/fog/fog-cloudatcost