aboutsummaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-06-16 03:39:56 +0800
committerohauer <ohauer@FreeBSD.org>2013-06-16 03:39:56 +0800
commitb7115d320e37d8064951eab9cd69cfab18581a4d (patch)
tree59c680626b40350c3e623be0f942824455c6e2cd /net/Makefile
parent3ddd3d068f85364b52988bc6332b03f6ec3ce441 (diff)
downloadfreebsd-ports-gnome-b7115d320e37d8064951eab9cd69cfab18581a4d.tar.gz
freebsd-ports-gnome-b7115d320e37d8064951eab9cd69cfab18581a4d.tar.zst
freebsd-ports-gnome-b7115d320e37d8064951eab9cd69cfab18581a4d.zip
- new port py-pysphere
Python API for interaction with the vSphere Web Services SDK. Among other operations, it provides easy interfaces to: - Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts - Query hosts, datacenters, resource pools, virtual machines - VM: Power on, power off, reset, revert to snapshot, get properties, update vmware tools, clone, migrate. - vSphere 5.0 Guest Operations: create/delete/move files and directories. Upload/download files from the guest system. List/start/stop processes in the guest system. - Create and delete snapshots - Hosts statistics and performance monitoring An of course, you can use it to access all the vSphere API through python. It's built upon a slightly modified version of ZSI (that comes bundled-in) which makes it really fast in contrast to other python SOAP libraries that don't provide code generation. WWW: https://code.google.com/p/pysphere/
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 5aa39f0d0d71..d9e2a6c8619f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -931,6 +931,7 @@
SUBDIR += py-port-for
SUBDIR += py-pypcap
SUBDIR += py-pysendfile
+ SUBDIR += py-pysphere
SUBDIR += py-qt4-network
SUBDIR += py-radix
SUBDIR += py-s3cmd