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
This commit is contained in:
Steve Wills 2012-11-23 22:56:07 +00:00
parent df4f77d78a
commit 1064ba6de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307693
4 changed files with 26 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/amazon-ec2-0.9.17.gem) = 4cbbd8cada5534cc6d081281b26bbb777c53410ea571829d0b7d0826b7d1e971
SIZE (rubygem/amazon-ec2-0.9.17.gem) = 124416

View file

@ -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