forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
7 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |