[123908] trunk/dports/sysutils
mf2k at macports.org
mf2k at macports.org
Fri Aug 15 15:52:37 PDT 2014
Revision: 123908
https://trac.macports.org/changeset/123908
Author: mf2k at macports.org
Date: 2014-08-15 15:52:37 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
cot: New port. (#44167)
Added Paths:
-----------
trunk/dports/sysutils/cot/
trunk/dports/sysutils/cot/Portfile
Added: trunk/dports/sysutils/cot/Portfile
===================================================================
--- trunk/dports/sysutils/cot/Portfile (rev 0)
+++ trunk/dports/sysutils/cot/Portfile 2014-08-15 22:52:37 UTC (rev 123908)
@@ -0,0 +1,44 @@
+# -*- 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.1.0 v
+categories sysutils emulators
+platforms darwin linux
+maintainers e-dad.net:glenn
+license MIT
+
+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).
+
+checksums rmd160 cfcb0b7e37f42fef365c51dbf16ed46f2cab6d4e \
+ sha256 869ebe287303b0b704635e275cc41f35a29a2211c14b75e314b1939a9da97581
+
+# COT can be installed against either Python 2.7 or 3.3
+python.default_version 27
+
+depends_build-append \
+ port:py${python.version}-setuptools
+depends_lib-append port:cdrtools \
+ port:fatdisk \
+ port:qemu \
+ port:vmdktool
Property changes on: trunk/dports/sysutils/cot/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/77e24a0c/attachment.html>
More information about the macports-changes
mailing list