Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 22:56:07 +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: r307693 - in head/net: . rubygem-amazon-ec2
Message-ID:  <201211232256.qANMu7vq013586@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Nov 23 22:56:07 2012
New Revision: 307693
URL: http://svnweb.freebsd.org/changeset/ports/307693

Log:
  A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch,
  and Autoscaling APIs.
  
  WWW: http://github.com/grempe/amazon-ec2
  Feature safe:	yes

Added:
  head/net/rubygem-amazon-ec2/
  head/net/rubygem-amazon-ec2/Makefile   (contents, props changed)
  head/net/rubygem-amazon-ec2/distinfo   (contents, props changed)
  head/net/rubygem-amazon-ec2/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Nov 23 22:54:32 2012	(r307692)
+++ head/net/Makefile	Fri Nov 23 22:56:07 2012	(r307693)
@@ -995,6 +995,7 @@
     SUBDIR += ruby-net-geoip
     SUBDIR += ruby-tcpsocketpipe
     SUBDIR += ruby-tserver
+    SUBDIR += rubygem-amazon-ec2
     SUBDIR += rubygem-amq-client
     SUBDIR += rubygem-amq-protocol
     SUBDIR += rubygem-amqp

Added: head/net/rubygem-amazon-ec2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-amazon-ec2/Makefile	Fri Nov 23 22:56:07 2012	(r307693)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	amazon-ec2
+PORTVERSION=	0.9.17
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Library for accessing the Amazon Web Services APIs
+
+RUN_DEPENDS=	rubygem-xml-simple>=1.0.12:${PORTSDIR}/textproc/rubygem-xml-simple
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/awshell bin/ec2-gem-example.rb bin/ec2-gem-profile.rb bin/ec2sh bin/setup.rb
+
+.include <bsd.port.mk>

Added: head/net/rubygem-amazon-ec2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-amazon-ec2/distinfo	Fri Nov 23 22:56:07 2012	(r307693)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/amazon-ec2-0.9.17.gem) = 4cbbd8cada5534cc6d081281b26bbb777c53410ea571829d0b7d0826b7d1e971
+SIZE (rubygem/amazon-ec2-0.9.17.gem) = 124416

Added: head/net/rubygem-amazon-ec2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-amazon-ec2/pkg-descr	Fri Nov 23 22:56:07 2012	(r307693)
@@ -0,0 +1,4 @@
+A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch,
+and Autoscaling APIs.
+
+WWW: http://github.com/grempe/amazon-ec2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211232256.qANMu7vq013586>