# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup glennmatthews cot 1.4.1 v categories sysutils emulators platforms darwin linux maintainers e-dad.net:glenn license MIT supported_archs noarch description a tool for editing Open Virtualization Format (.ovf, .ova) \ virtual appliances long_description ${name} (Common OVF Tool) is ${description}, with a focus \ on virtualized network appliances such as the Cisco CSR \ 1000V and Cisco IOS XRv platforms. \ \nCapabilities include: \ \n* Add a disk or other file to an OVF/OVA \ \n* Edit OVF hardware information (CPUs, RAM, NICs, \ configuration profiles, etc.) \ \n* Edit product description information in an OVF/OVA \ \n* Edit OVF environment properties \ \n* Display a descriptive summary of the contents of an \ OVA or OVF package \ \n* Embed a bootstrap configuration text file into an \ OVF/OVA. \ \n* Deploy an OVF/OVA to an ESXi (VMware vCenter) server \ to provision a new virtual machine (VM), including serial \ port configuration as needed. checksums rmd160 52756ddc8f5b15f49571b532733bdf39e9497048 \ sha256 3dc408887b2dde75fc2146f7af456f048de2ce08e5f259cc53892ad3456f8cec # COT can be installed against Python 2.6, 2.7, 3.3, or 3.4 python.default_version 27 depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:cdrtools \ port:fatdisk \ port:qemu \ port:vmdktool