svn commit: r307693 - in head/net: . rubygem-amazon-ec2
Steve Wills
swills at FreeBSD.org
Fri Nov 23 22:56:07 UTC 2012
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= amazon-ec2
+PORTVERSION= 0.9.17
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= swills at 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
More information about the svn-ports-head
mailing list