Revision: 86796 http://trac.macports.org/changeset/86796 Author: cal@macports.org Date: 2011-11-04 07:52:31 -0700 (Fri, 04 Nov 2011) Log Message: ----------- user ports for virt-manager and it's dependency virtinst Added Paths: ----------- users/cal/ports/emulators/ users/cal/ports/emulators/py27-virtinst/ users/cal/ports/emulators/py27-virtinst/Portfile users/cal/ports/emulators/virt-manager/ users/cal/ports/emulators/virt-manager/Portfile Added: users/cal/ports/emulators/py27-virtinst/Portfile =================================================================== --- users/cal/ports/emulators/py27-virtinst/Portfile (rev 0) +++ users/cal/ports/emulators/py27-virtinst/Portfile 2011-11-04 14:52:31 UTC (rev 86796) @@ -0,0 +1,26 @@ +# -*- 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 python27 1.0 + +name py27-virtinst +version 0.600.0 +categories emulators python +platforms darwin +license GPL +maintainers cal openmaintainer + +description Virt Install is a command line tool which provides an easy way to \ + provision operating systems into virtual machines. +long_description ${description} It also provides an API to the virt-manager \ + application for its graphical VM creation wizard. +homepage http://virt-manager.org/ +master_sites http://virt-manager.org/download/sources/virtinst/ +distname virtinst-${version} +checksums rmd160 6efb6ce5ad6d6c4d5ffbc95e1695ac125d1ee249 \ + sha256 92dc8f14d31ffb0e79479fab982203027c45c83d25e73af7627f589f92ca797a + +depends_lib-append port:libvirt \ + port:py27-urlgrabber + Property changes on: users/cal/ports/emulators/py27-virtinst/Portfile ___________________________________________________________________ Added: svn:eol-style:native + Added: svn:keywords + Id Added: users/cal/ports/emulators/virt-manager/Portfile =================================================================== --- users/cal/ports/emulators/virt-manager/Portfile (rev 0) +++ users/cal/ports/emulators/virt-manager/Portfile 2011-11-04 14:52:31 UTC (rev 86796) @@ -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 + +name virt-manager +version 0.9.0 +supported_archs noarch +categories emulators +platforms darwin +license GPL +maintainers cal openmaintainer + +description Virtual Machine Manager is a desktop user interface for managing \ + virtual machines. +long_description ${description} It presents a summary view of running domains, their \ + live performance & resource utilization statistics. The detailed view \ + graphs performance & utilization over time. Wizards enable the creation \ + of new domains, and configuration & adjustment of a domain's resource \ + allocation & virtual hardware. An embedded VNC client viewer presents a \ + full graphical console to the guest domain. +homepage http://virt-manager.org/ +master_sites http://virt-manager.org/download/sources/virt-manager/ +distfiles virt-manager-${version}.tar.gz +checksums rmd160 f3af53591babe3d95c4017d19a292fd6c1bfee97 \ + sha256 db0de808efa5d6bae0bdc2db796e58ea79f9e1db20d9a5a5977b28b4b85d4321 + +depends_build port:intltool + +depends_lib port:python27 \ + port:py27-gtk \ + port:py27-gnome \ + port:libvirt \ + port:dbus-python27 \ + port:gnome-keyring \ + port:py27-libxml2 \ + port:vte \ + port:policykit \ + port:py27-virtinst \ + port:gtk-vnc + + + + Property changes on: users/cal/ports/emulators/virt-manager/Portfile ___________________________________________________________________ Added: svn:eol-style:native + Added: svn:keywords + Id
participants (1)
-
cal@macports.org