svn commit: r389134 - in head/devel: . rubygem-aws-sdk-core

Steve Wills swills at FreeBSD.org
Wed Jun 10 19:48:17 UTC 2015


Author: swills
Date: Wed Jun 10 19:48:15 2015
New Revision: 389134
URL: https://svnweb.freebsd.org/changeset/ports/389134

Log:
  devel/rubygem-aws-sdk-core: create port
  
  Provides API clients for AWS. 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-core/
  head/devel/rubygem-aws-sdk-core/Makefile   (contents, props changed)
  head/devel/rubygem-aws-sdk-core/distinfo   (contents, props changed)
  head/devel/rubygem-aws-sdk-core/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jun 10 19:39:09 2015	(r389133)
+++ head/devel/Makefile	Wed Jun 10 19:48:15 2015	(r389134)
@@ -4449,6 +4449,7 @@
     SUBDIR += rubygem-authlogic
     SUBDIR += rubygem-awesome_print
     SUBDIR += rubygem-aws-sdk-v1
+    SUBDIR += rubygem-aws-sdk-core
     SUBDIR += rubygem-axiom-types
     SUBDIR += rubygem-backports
     SUBDIR += rubygem-bacon

Added: head/devel/rubygem-aws-sdk-core/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-core/Makefile	Wed Jun 10 19:48:15 2015	(r389134)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	aws-sdk-core
+PORTVERSION=	2.0.41
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	AWS SDK for Ruby - Core
+
+RUN_DEPENDS=	rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+		rubygem-builder>=3.0:${PORTSDIR}/devel/rubygem-builder \
+		rubygem-jmespath>=1.0:${PORTSDIR}/devel/rubygem-jmespath
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+PLIST_FILES=	bin/aws.rb
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-aws-sdk-core/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-core/distinfo	Wed Jun 10 19:48:15 2015	(r389134)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/aws-sdk-core-2.0.41.gem) = 10d6bb2748cf8617f2432c1372fcc164f6b1d8b02f90e9d15bbdfc53c8b7bdbd
+SIZE (rubygem/aws-sdk-core-2.0.41.gem) = 969728

Added: head/devel/rubygem-aws-sdk-core/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-aws-sdk-core/pkg-descr	Wed Jun 10 19:48:15 2015	(r389134)
@@ -0,0 +1,4 @@
+Provides API clients for AWS. This gem is part of the official AWS SDK for
+Ruby.
+
+WWW: http://github.com/aws/aws-sdk-ruby


More information about the svn-ports-all mailing list