1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

The RightScale GoGrid gem has been designed to provide a robust

interface to GoGrid's existing API.

WWW:    http://rightaws.rubyforge.org/
This commit is contained in:
Greg Larkin 2009-04-23 21:11:32 +00:00
parent 57147460ae
commit d2d8711830
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232617
4 changed files with 34 additions and 0 deletions

View File

@ -842,6 +842,7 @@
SUBDIR += rubygem-oauth
SUBDIR += rubygem-openid
SUBDIR += rubygem-rightaws
SUBDIR += rubygem-rightgogrid
SUBDIR += rubygem-righthttpconnection
SUBDIR += rubygem-twitter
SUBDIR += rubygem-twitter4r

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: rubygem-rightgogrid
# Date created: 23 Apr 2008
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rightgogrid
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= rightscale
DISTNAME= right_gogrid-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Provides Ruby access to the GoGrid API
RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
UNIQUENAME= ${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/right_gogrid-0.1.0.gem) = 560c07661ada68dd965ab1c5420baadc
SHA256 (rubygem/right_gogrid-0.1.0.gem) = 6001a548b65ecd839ea50a84bc5d6a26d2f12e741ec306a4b85d809ab19bf137
SIZE (rubygem/right_gogrid-0.1.0.gem) = 18432

View File

@ -0,0 +1,4 @@
The RightScale GoGrid gem has been designed to provide a robust
interface to GoGrid's existing API.
WWW: http://rightaws.rubyforge.org/