forked from Lainports/freebsd-ports
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:
parent
57147460ae
commit
d2d8711830
4 changed files with 34 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
26
net/rubygem-rightgogrid/Makefile
Normal file
26
net/rubygem-rightgogrid/Makefile
Normal 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>
|
||||
3
net/rubygem-rightgogrid/distinfo
Normal file
3
net/rubygem-rightgogrid/distinfo
Normal 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
|
||||
4
net/rubygem-rightgogrid/pkg-descr
Normal file
4
net/rubygem-rightgogrid/pkg-descr
Normal 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/
|
||||
Loading…
Add table
Reference in a new issue