The VMware Cloud CLI. This is the command line interface

to VMware's Application Platform.

WWW: https://github.com/cloudfoundry/vmc

PR:		ports/156632
Submitted by:	Hsin-Han You <hhyou at cs.nctu.edu.tw>
This commit is contained in:
Steve Wills 2011-05-03 04:19:34 +00:00
parent f87153fdf3
commit 9d2aa05631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273533
4 changed files with 36 additions and 0 deletions

View File

@ -3283,6 +3283,7 @@
SUBDIR += rubygem-uuid
SUBDIR += rubygem-uuidtools
SUBDIR += rubygem-validatable
SUBDIR += rubygem-vmc
SUBDIR += rubygem-warbler
SUBDIR += rubygem-webby
SUBDIR += rubygem-yajl-ruby

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: rubygem-vmc
# Date created: 2010 12-15
# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw>
#
# $FreeBSD$
PORTNAME= vmc
PORTVERSION= 0.3.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= The command line client for Cloud Foundry
RUN_DEPENDS= rubygem-terminal-table>=1.4.2:${PORTSDIR}/textproc/rubygem-terminal-table \
rubygem-rest-client>=1.6.1<1.7.0:${PORTSDIR}/www/rubygem-rest-client \
rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \
rubygem-rubyzip2>=2.0.1:${PORTSDIR}/archivers/rubygem-rubyzip2 \
rubygem-json_pure>=1.5.1:${PORTSDIR}/devel/rubygem-json_pure
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/vmc
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/vmc-0.3.10.gem) = 868590e2286b376dc935683bbcd92fb6d633ee2ae5d41df9068a650f3cded9f3
SIZE (rubygem/vmc-0.3.10.gem) = 32768

View File

@ -0,0 +1,4 @@
The VMware Cloud CLI. This is the command line interface
to VMware's Application Platform.
WWW: https://github.com/cloudfoundry/vmc