Port details |
- vmware-vsphere-cli VMware vSphere SDK for Perl with CLI tools
- 6.7.0 net =7 6.7.0Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: 2011-07-10 21:59:48
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: htop, smartmontools, net-snmp, nmap, sudo
- Also Listed In: perl5
- License: VMware
- WWW:
- http://communities.vmware.com/community/vmtn/server/vsphere/automationtools/vsphere_cli
- Description:
- The vSphere SDK for Perl provides an easy-to-use Perl scripting interface to
the vSphere API. SDK ships with utilities, and documentation for building
vSphere management applications.
The vSphere Command-Line Interface (vSphere CLI) command set allows you to
run common system administration commands against ESX/ESXi systems from any
machine with network access to those systems. You can also run most vSphere
CLI commands against a vCenter Server system and target any ESX/ESXi system
that vCenter Server system manages.
vSphere CLI commands are especially useful for ESXi hosts because ESXi does
not include a service console.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vmware-vsphere-cli>0:net/vmware-vsphere-cli
- To install the port:
- cd /usr/ports/net/vmware-vsphere-cli/ && make install clean
- No package is available: May not be redistributed. Must accept license to download.
- PKGNAME: there is no package for this port: NO_PACKAGE = May not be redistributed. Must accept license to download.
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1581086841
SHA256 (VMware-vSphere-Perl-SDK-6.7.0-8156551.i386.tar.gz) = 69b735b8392e96eeca717b314bc921e291e28cd651c96a84ff466e97fe4bf3dc
SIZE (VMware-vSphere-Perl-SDK-6.7.0-8156551.i386.tar.gz) = 20969095
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Class-MethodMaker>=0 : devel/p5-Class-MethodMaker
- p5-Crypt-SSLeay>=0 : security/p5-Crypt-SSLeay
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- p5-UUID>=0 : devel/p5-UUID
- p5-Archive-Zip>=0 : archivers/p5-Archive-Zip
- p5-SOAP-Lite>=0 : net/p5-SOAP-Lite
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-MethodMaker>=0 : devel/p5-Class-MethodMaker
- p5-Crypt-SSLeay>=0 : security/p5-Crypt-SSLeay
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- p5-UUID>=0 : devel/p5-UUID
- p5-Archive-Zip>=0 : archivers/p5-Archive-Zip
- p5-SOAP-Lite>=0 : net/p5-SOAP-Lite
- p5-Text-Template>0 : textproc/p5-Text-Template
- p5-Time-Piece>0 : devel/p5-Time-Piece
- p5-Path-Class>0 : devel/p5-Path-Class
- p5-version>0 : devel/p5-version
- p5-Data-Dumper>0 : devel/p5-Data-Dumper
- p5-HTML-Parser>0 : www/p5-HTML-Parser
- p5-XML-SAX>0 : textproc/p5-XML-SAX
- p5-XML-NamespaceSupport>0 : textproc/p5-XML-NamespaceSupport
- p5-XML-LibXML>0 : textproc/p5-XML-LibXML
- p5-libwww>0 : www/p5-libwww
- p5-LWP-Protocol-https>0 : www/p5-LWP-Protocol-https
- p5-Socket6>0 : net/p5-Socket6
- p5-IO-Socket-INET6>0 : net/p5-IO-Socket-INET6
- p5-Net-INET6Glue>0 : net/p5-Net-INET6Glue
- p5-Net-HTTP>0 : net/p5-Net-HTTP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_vmware-vsphere-cli
- USES:
- perl5 shebangfix
- pkg-message:
- For install:
- Please note that, by default, an underlying Perl module does certificate
verification when communicating with vSphere hosts.
You must create a file that contains the public keys of all of your
vSphere hosts and then configure your Perl scripts to have the following
line:
$ENV{HTTPS_CA_FILE} = "/path/to/file";
If you want to disable this important security feature, you may set the
following variable to 0:
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.7.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.7.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
6.7.0 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
6.7.0 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
6.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.7.0 11 Feb 2020 18:54:54 |
dvl |
Update to 6.7.0
You can use the vSphere SDK for Perl to manage
* ESXi 5.x
* ESXi 6.x
* vCenter Server 5.x
* vCenter Server 6.x
Approved by: zi (maintainer via private msg) |
6.5.0_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
6.5.0_1 11 Oct 2017 16:05:10 |
feld |
net/vmware-vsphere-cli: Additional SHEBANG_FILES to pass testport
Approved by: portmgr (with hat)
MFH: 2017Q4 |
6.5.0 19 Jan 2017 21:07:11 |
zi |
- Update to 6.5.0
PR: 213075
Requested by: freebsd@signout.dk |
5.5.0_4 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
5.5.0_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.5.0_3 09 Dec 2014 17:29:50 |
bapt |
Cleanup plist |
5.5.0_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
5.5.0_2 11 Nov 2014 21:26:34 |
zi |
- Work around issue with modern versions of perl/libwww
- Bump PORTREVISION |
5.5.0_1 12 Jun 2014 18:27:16 |
zi |
- Fix MAINTAINER |
5.5.0_1 26 May 2014 02:33:39 |
eadler |
Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit) |
5.5.0_1 12 May 2014 16:17:39 |
zi |
- Revive lost man pages
- USES+=shebangfix
- Bump PORTREVISION |
5.5.0 12 May 2014 14:05:38 |
zi |
- Update to 5.5.0
- Add STAGE support |
5.1.0 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
5.1.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
5.1.0 16 Sep 2013 06:30:31 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
5.1.0 31 Aug 2013 01:51:02 |
bdrewery |
- IGNORE when PACKAGE_BUILDING as these require manual fetch
With hat: portmgr |
5.1.0 14 Oct 2012 16:18:38 |
zi |
- Update to 5.1.0
PR: ports/172643
Submitted by: Allen Landsidel <landsidel.allen@gmail.com>
Feature safe: yes |
5.0.0 05 Jun 2012 10:21:27 |
zi |
- Remove SITE_PERL from *_DEPENDS |
5.0.0 19 May 2012 00:50:10 |
zi |
- Update WWW URL
- Cleanup white space |
5.0.0 19 May 2012 00:47:02 |
zi |
- Update to 5.0.0 |
4.1.0_1 31 Aug 2011 19:18:47 |
zi |
Add pkg-message to assist users with certificate validation issues.
Approved by: wxs (mentor) |
4.1.0_1 05 Aug 2011 10:58:02 |
zi |
Add vifs and vihostupdate tools to the install list
Bump PORTREVISION
PR: ports/159513
Submitted by: Hideo Matsumoto <hideo-m@pekeq.com>
Approved by: wxs (mentor) |
4.1.0 15 Jul 2011 21:15:29 |
zi |
Update my email address on the ports I maintain.
Approved by: wxs@ (mentor) |
4.1.0 10 Jul 2011 21:59:33 |
swills |
The vSphere SDK for Perl provides an easy-to-use Perl scripting interface to
the vSphere API. SDK ships with utilities, and documentation for building
vSphere management applications.
The vSphere Command-Line Interface (vSphere CLI) command set allows you to
run common system administration commands against ESX/ESXi systems from any
machine with network access to those systems. You can also run most vSphere
CLI commands against a vCenter Server system and target any ESX/ESXi system
that vCenter Server system manages.
vSphere CLI commands are especially useful for ESXi hosts because ESXi does
not include a service console.
WWW: http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vsphere_4/
PR: ports/158753
Submitted by: rpsfa at rit.edu |