1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup glennmatthews cot 1.1.0 v |
---|
9 | categories-append sysutils emulators |
---|
10 | platforms darwin linux |
---|
11 | maintainers e-dad.net:glenn |
---|
12 | license MIT |
---|
13 | |
---|
14 | description a tool for editing Open Virtualization Format (.ovf, .ova) \ |
---|
15 | virtual appliances |
---|
16 | |
---|
17 | long_description ${name} (Common OVF Tool) is ${description}, with a focus \ |
---|
18 | on virtualized network appliances such as the Cisco CSR \ |
---|
19 | 1000V and Cisco IOS XRv platforms. \ |
---|
20 | \nCapabilities include: \ |
---|
21 | \n* Add a disk or other file to an OVF/OVA \ |
---|
22 | \n* Edit OVF hardware information (CPUs, RAM, NICs, \ |
---|
23 | configuration profiles, etc.) \ |
---|
24 | \n* Edit product description information in an OVF/OVA \ |
---|
25 | \n* Edit OVF environment properties \ |
---|
26 | \n* Display a descriptive summary of the contents of an \ |
---|
27 | OVA or OVF package \ |
---|
28 | \n* Embed a bootstrap configuration text file into an \ |
---|
29 | OVF/OVA. \ |
---|
30 | \n* Deploy an OVF/OVA to an ESXi (VMware vCenter) server \ |
---|
31 | to provision a new virtual machine (VM). |
---|
32 | |
---|
33 | checksums rmd160 cfcb0b7e37f42fef365c51dbf16ed46f2cab6d4e \ |
---|
34 | sha256 869ebe287303b0b704635e275cc41f35a29a2211c14b75e314b1939a9da97581 |
---|
35 | |
---|
36 | # COT can be installed against either Python 2.7 or 3.3 |
---|
37 | python.default_version 27 |
---|
38 | |
---|
39 | depends_lib-append port:cdrtools \ |
---|
40 | port:qemu \ |
---|
41 | port:vmdktool \ |
---|
42 | port:fatdisk |
---|