aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-right_http_connection
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 15:04:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 15:04:20 +0000
commitaae3618eecefe2eff94d1c229755589340f968f6 (patch)
treed617bbaca092042f7f0a0b7f7887c46f0a1e9afd /net/rubygem-right_http_connection
parent8bf703b74e0833c1a6c199d4794e7ce14a35c21e (diff)
downloadports-aae3618eecefe2eff94d1c229755589340f968f6.tar.gz
ports-aae3618eecefe2eff94d1c229755589340f968f6.zip
- Move net/rubygem-righthttpconnection to net/rubygem-right_http_connection
- Move LICENSE upward - Update WWW
Notes
Notes: svn path=/head/; revision=387613
Diffstat (limited to 'net/rubygem-right_http_connection')
-rw-r--r--net/rubygem-right_http_connection/Makefile18
-rw-r--r--net/rubygem-right_http_connection/distinfo2
-rw-r--r--net/rubygem-right_http_connection/pkg-descr7
3 files changed, 27 insertions, 0 deletions
diff --git a/net/rubygem-right_http_connection/Makefile b/net/rubygem-right_http_connection/Makefile
new file mode 100644
index 000000000000..44d4a4aa66bc
--- /dev/null
+++ b/net/rubygem-right_http_connection/Makefile
@@ -0,0 +1,18 @@
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= right_http_connection
+PORTVERSION= 1.5.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Persistent HTTP/HTTPS connections with error retries
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-right_http_connection/distinfo b/net/rubygem-right_http_connection/distinfo
new file mode 100644
index 000000000000..9b3eb491091f
--- /dev/null
+++ b/net/rubygem-right_http_connection/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/right_http_connection-1.5.0.gem) = 0e2329c09acbebf33f051570d5e07c0e4aab6ee71fb7176adcad6345c4460d6a
+SIZE (rubygem/right_http_connection-1.5.0.gem) = 110592
diff --git a/net/rubygem-right_http_connection/pkg-descr b/net/rubygem-right_http_connection/pkg-descr
new file mode 100644
index 000000000000..5383049ef65c
--- /dev/null
+++ b/net/rubygem-right_http_connection/pkg-descr
@@ -0,0 +1,7 @@
+RightScale's AWS gems provide robust, fast, and secure Ruby interfaces
+to Amazon EC2, Amazon S3, Amazon SQS, and Amazon SDB. The gems use
+Amazon's REST and query interfaces to provide full programmatic
+control. An optional robust HTTP layer retries and clears transient
+errors.
+
+WWW: https://github.com/rightscale/right_http_connection