From owner-cvs-all@FreeBSD.ORG Fri May 20 14:42:15 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA3E1065674; Fri, 20 May 2011 14:42:15 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8158FC1B; Fri, 20 May 2011 14:42:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4KEgFWh099347; Fri, 20 May 2011 14:42:15 GMT (envelope-from decke@repoman.freebsd.org) Received: (from decke@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4KEgFjm099346; Fri, 20 May 2011 14:42:15 GMT (envelope-from decke) Message-Id: <201105201442.p4KEgFjm099346@repoman.freebsd.org> From: Bernhard Froehlich Date: Fri, 20 May 2011 14:42:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libvirt Makefile distinfo pkg-descr pkg-plist ports/devel/libvirt/files patch-src__util__command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 14:42:15 -0000 decke 2011-05-20 14:42:15 UTC FreeBSD ports repository Added files: devel/libvirt Makefile distinfo pkg-descr pkg-plist devel/libvirt/files patch-src__util__command.c Log: A toolkit to interact with the virtualization capabilities of recent versions of Linux, and other OSes. libvirt provides: * Remote management using TLS encryption and x509 certificates * Remote management authenticating with Kerberos and SASL * Local access control using PolicyKit * Zero-conf discovery using Avahi multicast-DNS * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows WWW: http://libvirt.org/ PR: ports/157024 Submitted by: Jason Helfman Revision Changes Path 1.1 +54 -0 ports/devel/libvirt/Makefile (new) 1.1 +2 -0 ports/devel/libvirt/distinfo (new) 1.1 +14 -0 ports/devel/libvirt/files/patch-src__util__command.c (new) 1.1 +12 -0 ports/devel/libvirt/pkg-descr (new) 1.1 +359 -0 ports/devel/libvirt/pkg-plist (new)