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:
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
|
@ -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
|
||||
|
|
19
net/rubygem-amazon-ec2/Makefile
Normal file
19
net/rubygem-amazon-ec2/Makefile
Normal 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>
|
2
net/rubygem-amazon-ec2/distinfo
Normal file
2
net/rubygem-amazon-ec2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/amazon-ec2-0.9.17.gem) = 4cbbd8cada5534cc6d081281b26bbb777c53410ea571829d0b7d0826b7d1e971
|
||||
SIZE (rubygem/amazon-ec2-0.9.17.gem) = 124416
|
4
net/rubygem-amazon-ec2/pkg-descr
Normal file
4
net/rubygem-amazon-ec2/pkg-descr
Normal 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
|
Loading…
Reference in a new issue