# -*- 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: Portfile 112816 2013-11-01 22:52:16Z ryandesign@macports.org $ PortSystem 1.0 name libvirt version 1.1.3 categories sysutils license LGPL-2.1+ platforms darwin maintainers ryandesign openmaintainer description Libvirt - The Virtualization API long_description A toolkit to interact with the virtualization \ capabilities of modern hypervisors. homepage http://www.libvirt.org/ master_sites ${homepage}sources/ checksums rmd160 20cf8ad792a55afa9398403b9c93cb654cc847ca \ sha256 af83e65b4b26520662ddd183c1358be0d05138dba3e66745419f06441eff5a7c depends_build port:pkgconfig \ port:xhtml1 depends_lib port:curl \ port:gnutls \ port:libgcrypt \ port:libiconv \ port:libpcap \ port:libssh2 \ port:libxml2 \ port:readline \ port:yajl \ port:zlib patchfiles patch-src-rpc-virnetmessage.c.diff configure.args --disable-silent-rules \ --without-apparmor \ --without-audit \ --without-avahi \ --without-capng \ --without-dtrace \ --without-hal \ --with-init-script=none \ --without-lxc \ --without-macvtap \ --without-netcf \ --without-network \ --without-numactl \ --without-openvz \ --without-phyp \ --without-polkit \ --without-python \ --without-qemu \ --without-sasl \ --without-selinux \ --without-udev \ --without-uml \ --without-virtualport \ --without-xen \ --without-xenapi \ --without-xen-inotify \ --with-esx \ --with-libpcap \ --with-libvirtd \ --with-remote \ --with-test \ --with-vbox=check \ --with-vmware \ --with-xml-catalog-file=${prefix}/etc/xml/catalog \ --with-yajl variant avahi description {Use Avahi to advertise remote daemon} { depends_lib-append port:avahi configure.args-replace --without-avahi --with-avahi } variant python24 conflicts python25 python26 python27 \ description {Compile Python 2.4 bindings} { depends_lib-append port:python24 configure.args-replace --without-python --with-python configure.python ${prefix}/bin/python2.4 } variant python25 conflicts python24 python26 python27 \ description {Compile Python 2.5 bindings} { depends_lib-append port:python25 configure.args-replace --without-python --with-python configure.python ${prefix}/bin/python2.5 } variant python26 conflicts python24 python25 python27 \ description {Compile Python 2.6 bindings} { depends_lib-append port:python26 configure.args-replace --without-python --with-python configure.python ${prefix}/bin/python2.6 } variant python27 conflicts python24 python25 python26 \ description {Compile Python 2.7 bindings} { depends_lib-append port:python27 configure.args-replace --without-python --with-python configure.python ${prefix}/bin/python2.7 } variant sasl description {Use Cyrus SASL for authentication} { depends_lib-append port:cyrus-sasl2 configure.args-replace --without-sasl --with-sasl } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}