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
This commit is contained in:
parent
b43093e4a3
commit
87be9be746
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490301
2
GIDs
2
GIDs
@ -460,7 +460,7 @@ pwhois:*:512:
|
||||
# free: 517
|
||||
# free: 518
|
||||
# free: 519
|
||||
# free: 520
|
||||
libvirtdbus:*:520:
|
||||
davmail:*:521:
|
||||
nullmail:*:522:
|
||||
freevo:*:523:
|
||||
|
2
UIDs
2
UIDs
@ -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
|
||||
|
@ -1625,6 +1625,7 @@
|
||||
SUBDIR += libversion
|
||||
SUBDIR += libvhdi
|
||||
SUBDIR += libvirt
|
||||
SUBDIR += libvirt-dbus
|
||||
SUBDIR += libvirt-glib
|
||||
SUBDIR += libvirt-java
|
||||
SUBDIR += libvmdk
|
||||
|
27
devel/libvirt-dbus/Makefile
Normal file
27
devel/libvirt-dbus/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvirt-dbus
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://libvirt.org/libvirt/dbus/
|
||||
|
||||
MAINTAINER= novel@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>
|
3
devel/libvirt-dbus/distinfo
Normal file
3
devel/libvirt-dbus/distinfo
Normal file
@ -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
devel/libvirt-dbus/pkg-descr
Normal file
4
devel/libvirt-dbus/pkg-descr
Normal file
@ -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
devel/libvirt-dbus/pkg-plist
Normal file
14
devel/libvirt-dbus/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user