# -*- 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 126033 2014-10-02 12:45:46Z ryandesign@macports.org $ PortSystem 1.0 name libvirt version 1.2.9 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 1efcbb4ad03dd9eb5b4aa18dba268728ae30b644 \ sha256 95931a5a52f451b9ab73d6a5ae11a5740e1ba69a66520c2a0cffc6068a7e8fc4 depends_build port:pkgconfig \ port:xhtml1 depends_lib port:curl \ port:gnutls \ port:libiconv \ port:libssh2 \ port:libxml2 \ port:readline \ port:yajl \ port:zlib configure.args --disable-silent-rules \ --without-apparmor \ --without-audit \ --without-avahi \ --without-capng \ --without-dtrace \ --without-hal \ --with-init-script=none \ --without-libpcap \ --without-lxc \ --without-macvtap \ --without-netcf \ --without-network \ --without-numactl \ --without-openvz \ --without-phyp \ --without-polkit \ --without-qemu \ --without-sasl \ --without-selinux \ --without-udev \ --without-uml \ --without-virtualport \ --without-xen \ --without-xenapi \ --without-xen-inotify \ --with-esx \ --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 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}