svn commit: r373945 - in head/net: . rubygem-rbvmomi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 4 15:11:22 UTC 2014


Author: sunpoet
Date: Thu Dec  4 15:11:20 2014
New Revision: 373945
URL: https://svnweb.freebsd.org/changeset/ports/373945
QAT: https://qat.redports.org/buildarchive/r373945/

Log:
  - Add rubygem-rbvmomi 1.8.2
  
  RbVmomi is a Ruby interface to the vSphere API. Like the Perl and Java SDKs, you
  can use it to manage ESX and VirtualCenter servers. The current release supports
  the vSphere 5.0 API.
  
  WWW: https://github.com/vmware/rbvmomi
  RG:  https://rubygems.org/gems/rbvmomi

Added:
  head/net/rubygem-rbvmomi/
  head/net/rubygem-rbvmomi/Makefile   (contents, props changed)
  head/net/rubygem-rbvmomi/distinfo   (contents, props changed)
  head/net/rubygem-rbvmomi/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Dec  4 15:11:08 2014	(r373944)
+++ head/net/Makefile	Thu Dec  4 15:11:20 2014	(r373945)
@@ -1040,6 +1040,7 @@
     SUBDIR += rubygem-packetfu
     SUBDIR += rubygem-pcaprub
     SUBDIR += rubygem-rabbiter
+    SUBDIR += rubygem-rbvmomi
     SUBDIR += rubygem-rightaws
     SUBDIR += rubygem-rightflexiscale
     SUBDIR += rubygem-rightgogrid

Added: head/net/rubygem-rbvmomi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-rbvmomi/Makefile	Thu Dec  4 15:11:20 2014	(r373945)
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rbvmomi
+PORTVERSION=	1.8.2
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Ruby interface to the VMware vSphere API
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
+		rubygem-nokogiri>=1.4.1:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-trollop>=0:${PORTSDIR}/devel/rubygem-trollop \
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/rbvmomish
+
+.include <bsd.port.mk>

Added: head/net/rubygem-rbvmomi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-rbvmomi/distinfo	Thu Dec  4 15:11:20 2014	(r373945)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rbvmomi-1.8.2.gem) = d2aabe2c08bfbc8d2fdc953a7184f28b167f30097bdb506aa8826041bf724b3e
+SIZE (rubygem/rbvmomi-1.8.2.gem) = 195072

Added: head/net/rubygem-rbvmomi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-rbvmomi/pkg-descr	Thu Dec  4 15:11:20 2014	(r373945)
@@ -0,0 +1,6 @@
+RbVmomi is a Ruby interface to the vSphere API. Like the Perl and Java SDKs, you
+can use it to manage ESX and VirtualCenter servers. The current release supports
+the vSphere 5.0 API.
+
+WWW: https://github.com/vmware/rbvmomi
+RG:  https://rubygems.org/gems/rbvmomi


More information about the svn-ports-head mailing list