From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 19:39:11 2015 Return-Path: Delivered-To: svn-ports-all@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 5168923B; Wed, 10 Jun 2015 19:39:11 +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 26D4219A0; Wed, 10 Jun 2015 19:39:11 +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 t5AJdBlK021965; Wed, 10 Jun 2015 19:39:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AJdAB3021954; Wed, 10 Jun 2015 19:39:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506101939.t5AJdAB3021954@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:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389133 - in head/devel: . rubygem-aws-sdk-v1 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.20 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: Wed, 10 Jun 2015 19:39:11 -0000 Author: swills Date: Wed Jun 10 19:39:09 2015 New Revision: 389133 URL: https://svnweb.freebsd.org/changeset/ports/389133 Log: devel/rubygem-aws-sdk-v1: create port Version 1 of the AWS SDK for Ruby. WWW: http://aws.amazon.com/sdkforruby Added: head/devel/rubygem-aws-sdk-v1/ head/devel/rubygem-aws-sdk-v1/Makefile (contents, props changed) head/devel/rubygem-aws-sdk-v1/distinfo (contents, props changed) head/devel/rubygem-aws-sdk-v1/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 10 19:27:18 2015 (r389132) +++ head/devel/Makefile Wed Jun 10 19:39:09 2015 (r389133) @@ -4448,6 +4448,7 @@ SUBDIR += rubygem-attr_required SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print + SUBDIR += rubygem-aws-sdk-v1 SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon Added: head/devel/rubygem-aws-sdk-v1/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-v1/Makefile Wed Jun 10 19:39:09 2015 (r389133) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= aws-sdk-v1 +PORTVERSION= 1.60.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= AWS SDK for Ruby V1 + +RUN_DEPENDS= rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +PLIST_FILES= bin/aws-rb + +.include Added: head/devel/rubygem-aws-sdk-v1/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-v1/distinfo Wed Jun 10 19:39:09 2015 (r389133) @@ -0,0 +1,2 @@ +SHA256 (rubygem/aws-sdk-v1-1.60.2.gem) = 2cd944e84733942f59a855ef2152755b51bc20f3c2ad6b0f509d2d7209fb4404 +SIZE (rubygem/aws-sdk-v1-1.60.2.gem) = 742912 Added: head/devel/rubygem-aws-sdk-v1/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-aws-sdk-v1/pkg-descr Wed Jun 10 19:39:09 2015 (r389133) @@ -0,0 +1,5 @@ +Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`. +Use `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same +application. + +WWW: http://aws.amazon.com/sdkforruby