From owner-svn-ports-head@FreeBSD.ORG Wed Jun 10 19:53:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BF4BA9E; Wed, 10 Jun 2015 19:53:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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 2D6811E30; Wed, 10 Jun 2015 19:53:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AJr4B7031415; Wed, 10 Jun 2015 19:53:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AJr3Hi031411; Wed, 10 Jun 2015 19:53:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506101953.t5AJr3Hi031411@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 10 Jun 2015 19:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389135 - in head/devel: . rubygem-aws-sdk-resources 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.20 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: Wed, 10 Jun 2015 19:53:04 -0000 Author: swills Date: Wed Jun 10 19:53:02 2015 New Revision: 389135 URL: https://svnweb.freebsd.org/changeset/ports/389135 Log: devel/rubygem-aws-sdk-resources: create port (While here, sort Makefile) Provides resource oriented interfaces and other higher-level abstractions for many AWS services. This gem is part of the official AWS SDK for Ruby. WWW: http://github.com/aws/aws-sdk-ruby Added: head/devel/rubygem-aws-sdk-resources/ head/devel/rubygem-aws-sdk-resources/Makefile (contents, props changed) head/devel/rubygem-aws-sdk-resources/distinfo (contents, props changed) head/devel/rubygem-aws-sdk-resources/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 10 19:48:15 2015 (r389134) +++ head/devel/Makefile Wed Jun 10 19:53:02 2015 (r389135) @@ -4448,8 +4448,9 @@ SUBDIR += rubygem-attr_required SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print - SUBDIR += rubygem-aws-sdk-v1 SUBDIR += rubygem-aws-sdk-core + SUBDIR += rubygem-aws-sdk-resources + SUBDIR += rubygem-aws-sdk-v1 SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon Added: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Jun 10 19:53:02 2015 (r389135) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= aws-sdk-resources +PORTVERSION= 2.0.41 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= AWS SDK for Ruby Resources + +RUN_DEPENDS= rubygem-aws-sdk-core>=2.0.41:${PORTSDIR}/devel/rubygem-aws-sdk-core + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Jun 10 19:53:02 2015 (r389135) @@ -0,0 +1,2 @@ +SHA256 (rubygem/aws-sdk-resources-2.0.41.gem) = 8091a22e93888ae8e6f3ca64115589e8adbb89d3bab4318cd781e66c0b38ea90 +SIZE (rubygem/aws-sdk-resources-2.0.41.gem) = 41472 Added: head/devel/rubygem-aws-sdk-resources/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-resources/pkg-descr Wed Jun 10 19:53:02 2015 (r389135) @@ -0,0 +1,4 @@ +Provides resource oriented interfaces and other higher-level abstractions for +many AWS services. This gem is part of the official AWS SDK for Ruby. + +WWW: http://github.com/aws/aws-sdk-ruby