Skip to content

Commit

Permalink
Add devel/libvirt-dbus -- Libvirt D-Bus API binding
Browse files Browse the repository at this point in the history
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
  • Loading branch information
novel committed Jan 14, 2019
1 parent afeda0b commit 78c3b69
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GIDs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ pwhois:*:512:
# free: 517
# free: 518
# free: 519
# free: 520
libvirtdbus:*:520:
davmail:*:521:
nullmail:*:522:
freevo:*:523:
Expand Down
2 changes: 1 addition & 1 deletion UIDs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ pwhois:*:512:512::0:0:pwhoisd User:/nonexistent:/usr/sbin/nologin
# 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
Expand Down
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,7 @@
SUBDIR += libversion
SUBDIR += libvhdi
SUBDIR += libvirt
SUBDIR += libvirt-dbus
SUBDIR += libvirt-glib
SUBDIR += libvirt-java
SUBDIR += libvmdk
Expand Down
27 changes: 27 additions & 0 deletions devel/libvirt-dbus/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# $FreeBSD$

PORTNAME= libvirt-dbus
PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= ftp://libvirt.org/libvirt/dbus/

MAINTAINER= [email protected]
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>
3 changes: 3 additions & 0 deletions devel/libvirt-dbus/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1547224319
SHA256 (libvirt-dbus-1.2.0.tar.xz) = 080e226f1579adc59e2a6d744a3da06afffeaed47c37d38782cd272bc9ccba9a
SIZE (libvirt-dbus-1.2.0.tar.xz) = 284444
4 changes: 4 additions & 0 deletions devel/libvirt-dbus/pkg-descr
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions devel/libvirt-dbus/pkg-plist
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 78c3b69

Please sign in to comment.