svn commit: r490301 - in head: . devel devel/libvirt-dbus
Roman Bogorodskiy
novel at FreeBSD.org
Mon Jan 14 16:27:41 UTC 2019
Author: novel
Date: Mon Jan 14 16:27:39 2019
New Revision: 490301
URL: https://svnweb.freebsd.org/changeset/ports/490301
Log:
Add devel/libvirt-dbus -- Libvirt D-Bus API binding
libvirt-dbus wraps libvirt API to provide a high-level object-oriented API
better suited for dbus-based applications.
WWW: https://libvirt.org/dbus.html
Added:
head/devel/libvirt-dbus/
head/devel/libvirt-dbus/Makefile (contents, props changed)
head/devel/libvirt-dbus/distinfo (contents, props changed)
head/devel/libvirt-dbus/pkg-descr (contents, props changed)
head/devel/libvirt-dbus/pkg-plist (contents, props changed)
Modified:
head/GIDs
head/UIDs
head/devel/Makefile
Modified: head/GIDs
==============================================================================
--- head/GIDs Mon Jan 14 16:16:49 2019 (r490300)
+++ head/GIDs Mon Jan 14 16:27:39 2019 (r490301)
@@ -460,7 +460,7 @@ pwhois:*:512:
# free: 517
# free: 518
# free: 519
-# free: 520
+libvirtdbus:*:520:
davmail:*:521:
nullmail:*:522:
freevo:*:523:
Modified: head/UIDs
==============================================================================
--- head/UIDs Mon Jan 14 16:16:49 2019 (r490300)
+++ head/UIDs Mon Jan 14 16:27:39 2019 (r490301)
@@ -466,7 +466,7 @@ pwhois:*:512:512::0:0:pwhoisd User:/nonexistent:/usr/s
# free: 517
# free: 518
# free: 519
-# free: 520
+libvirtdbus:*:520:520::0:0:Libvirt D-Bus bridge:/nonexistent:/usr/sbin/nologin
davmail:*:521:521::0:0:Davmail Exchange Gateway:/nonexistent:/usr/sbin/nologin
nullmail:*:522:522::0:0:Nullmailer Mail System:/var/spool/nullmailer:/bin/sh
freevo:*:523:523::0:0:Freevo User:/var/db/freevo:/bin/sh
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jan 14 16:16:49 2019 (r490300)
+++ head/devel/Makefile Mon Jan 14 16:27:39 2019 (r490301)
@@ -1625,6 +1625,7 @@
SUBDIR += libversion
SUBDIR += libvhdi
SUBDIR += libvirt
+ SUBDIR += libvirt-dbus
SUBDIR += libvirt-glib
SUBDIR += libvirt-java
SUBDIR += libvmdk
Added: head/devel/libvirt-dbus/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvirt-dbus/Makefile Mon Jan 14 16:27:39 2019 (r490301)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= libvirt-dbus
+PORTVERSION= 1.2.0
+CATEGORIES= devel
+MASTER_SITES= ftp://libvirt.org/libvirt/dbus/
+
+MAINTAINER= novel at FreeBSD.org
+COMMENT= Libvirt D-Bus API binding
+
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libvirt.so:devel/libvirt \
+ libvirt-glib-1.0.so:devel/libvirt-glib
+RUN_DEPENDS= dbus-daemon:devel/dbus
+
+USES= gettext-runtime gmake libtool perl5 pkgconfig tar:xz
+USE_GNOME= glib20
+USE_PERL5= build
+
+GNU_CONFIGURE= yes
+
+USERS= libvirtdbus
+GROUPS= libvirtdbus
+
+.include <bsd.port.mk>
Added: head/devel/libvirt-dbus/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvirt-dbus/distinfo Mon Jan 14 16:27:39 2019 (r490301)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547224319
+SHA256 (libvirt-dbus-1.2.0.tar.xz) = 080e226f1579adc59e2a6d744a3da06afffeaed47c37d38782cd272bc9ccba9a
+SIZE (libvirt-dbus-1.2.0.tar.xz) = 284444
Added: head/devel/libvirt-dbus/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvirt-dbus/pkg-descr Mon Jan 14 16:27:39 2019 (r490301)
@@ -0,0 +1,4 @@
+libvirt-dbus wraps libvirt API to provide a high-level object-oriented API
+better suited for dbus-based applications.
+
+WWW: https://libvirt.org/dbus.html
Added: head/devel/libvirt-dbus/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvirt-dbus/pkg-plist Mon Jan 14 16:27:39 2019 (r490301)
@@ -0,0 +1,14 @@
+bin/libvirt-dbus
+man/man8/libvirt-dbus.8.gz
+share/dbus-1/interfaces/org.libvirt.Connect.xml
+share/dbus-1/interfaces/org.libvirt.Domain.xml
+share/dbus-1/interfaces/org.libvirt.NWFilter.xml
+share/dbus-1/interfaces/org.libvirt.Network.xml
+share/dbus-1/interfaces/org.libvirt.NodeDevice.xml
+share/dbus-1/interfaces/org.libvirt.Secret.xml
+share/dbus-1/interfaces/org.libvirt.StoragePool.xml
+share/dbus-1/interfaces/org.libvirt.StorageVol.xml
+share/dbus-1/services/org.libvirt.service
+share/dbus-1/system-services/org.libvirt.service
+share/dbus-1/system.d/org.libvirt.conf
+share/polkit-1/rules.d/libvirt-dbus.rules
More information about the svn-ports-head
mailing list