Date: Wed, 10 Jun 2015 19:39:10 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201506101939.t5AJdAB3021954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101939.t5AJdAB3021954>