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

The RightScale Slicehost gem has been designed to provide a robust

interface to Slicehost's existing API.

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

View File

@ -844,6 +844,7 @@
SUBDIR += rubygem-rightaws
SUBDIR += rubygem-rightgogrid
SUBDIR += rubygem-righthttpconnection
SUBDIR += rubygem-rightslicehost
SUBDIR += rubygem-twitter
SUBDIR += rubygem-twitter4r
SUBDIR += rubygem-yadis

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: rubygem-rightslicehost
# Date created: 23 Apr 2009
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rightslicehost
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= rightscale
DISTNAME= right_slicehost-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Provides Ruby access to the Slicehost 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_slicehost-0.1.0.gem) = f73f1df8e52aa263beb513352141c9c6
SHA256 (rubygem/right_slicehost-0.1.0.gem) = 3c258d1ffee4e480843a2340f1d25fc0bd95b025461c3ab3b45dd8d31553c9be
SIZE (rubygem/right_slicehost-0.1.0.gem) = 16384

View File

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