aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-12-16 04:33:56 +0800
committerrene <rene@FreeBSD.org>2015-12-16 04:33:56 +0800
commitca8e88c80b088db1a0083208bb9ffe1e19b2937c (patch)
treead99d41fab57b58094f8e1f86859a372843c824a /net
parentb6d4ab0315a63db318aac31820ce2435c7fdc160 (diff)
downloadfreebsd-ports-gnome-ca8e88c80b088db1a0083208bb9ffe1e19b2937c.tar.gz
freebsd-ports-gnome-ca8e88c80b088db1a0083208bb9ffe1e19b2937c.tar.zst
freebsd-ports-gnome-ca8e88c80b088db1a0083208bb9ffe1e19b2937c.zip
Remove expired ports:
2015-12-09 www/py-django-pipeline12: Django 1.4 extended support ended on 2015-10-01 2015-12-09 www/py-django14: Django 1.4 extended support ended on 2015-10-01 2015-12-12 net/py-pysphere: No longer maintained, please use net/py-pyvmomi by VMware 2015-12-13 ftp/ftpcube: No releases for 8+ years, no supporting newer wxWidget 2015-12-13 astro/libroadnav: No releases for 8+ years, no supporting newer wxWidget 2015-12-13 astro/roadnav: No releases for 8+ years, no supporting newer wxWidget
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-pysphere/Makefile27
-rw-r--r--net/py-pysphere/distinfo2
-rw-r--r--net/py-pysphere/pkg-descr21
4 files changed, 0 insertions, 51 deletions
diff --git a/net/Makefile b/net/Makefile
index 4cf6b112cb20..eb33a73ab462 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -969,7 +969,6 @@
SUBDIR += py-pysendfile
SUBDIR += py-pysmb
SUBDIR += py-pysocks
- SUBDIR += py-pysphere
SUBDIR += py-pystun
SUBDIR += py-python-bitcoinrpc
SUBDIR += py-pyvmomi
diff --git a/net/py-pysphere/Makefile b/net/py-pysphere/Makefile
deleted file mode 100644
index 63ae7df759bd..000000000000
--- a/net/py-pysphere/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: olli hauer <ohauer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pysphere
-PORTVERSION= 0.1.8
-PORTREVISION= 3
-CATEGORIES= net python
-MASTER_SITES= GOOGLE_CODE
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ohauer@FreeBSD.org
-COMMENT= Python API for interaction with the vSphere Web Services SDK
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= No longer maintained, please use net/py-pyvmomi by VMware
-EXPIRATION_DATE=2015-12-12
-
-USES= dos2unix zip shebangfix python:2.7
-USE_PYTHON= distutils autoplist
-
-SHEBANG_FILES= *.py \
- pysphere/ZSI/*.py \
- pysphere/ZSI/generate/*.py \
- pysphere/ZSI/wstools/*.py
-
-.include <bsd.port.mk>
diff --git a/net/py-pysphere/distinfo b/net/py-pysphere/distinfo
deleted file mode 100644
index d1b495c98537..000000000000
--- a/net/py-pysphere/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pysphere-0.1.8.zip) = b3f9ba1f67afb17ac41725b01737cd42e8a39d9e745282dd9b692ae631af0add
-SIZE (pysphere-0.1.8.zip) = 538857
diff --git a/net/py-pysphere/pkg-descr b/net/py-pysphere/pkg-descr
deleted file mode 100644
index 799cbed4e441..000000000000
--- a/net/py-pysphere/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-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/