[Lunar-commits] <moonbase> DeviceKit: more access to devices
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Mar 28 00:30:29 CET 2009
commit 9081a3f40f0081b4adf0589952c41352f6bdf317
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Mar 28 00:30:29 2009 +0100
DeviceKit: more access to devices
---
devel/DeviceKit-disks/DEPENDS | 2 ++
devel/DeviceKit-disks/DETAILS | 13 +++++++++++++
devel/DeviceKit-power/BUILD | 6 ++++++
devel/DeviceKit-power/DEPENDS | 1 +
devel/DeviceKit-power/DETAILS | 15 +++++++++++++++
devel/DeviceKit/DEPENDS | 2 ++
devel/DeviceKit/DETAILS | 16 ++++++++++++++++
7 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/devel/DeviceKit-disks/DEPENDS b/devel/DeviceKit-disks/DEPENDS
new file mode 100644
index 0000000..89e2171
--- /dev/null
+++ b/devel/DeviceKit-disks/DEPENDS
@@ -0,0 +1,2 @@
+depends DeviceKit
+depends lvm2
diff --git a/devel/DeviceKit-disks/DETAILS b/devel/DeviceKit-disks/DETAILS
new file mode 100644
index 0000000..0eed86a
--- /dev/null
+++ b/devel/DeviceKit-disks/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=DeviceKit-disks
+ VERSION=003
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://hal.freedesktop.org/releases/
+ SOURCE_VFY=sha1:4e8e891b295d4682d6f5b01e44e944699a986ae4
+ ENTERED=20090327
+ UPDATED=20090327
+ SHORT="a daemon which provides access to disks"
+
+cat << EOF
+DeviceKit-disks is a daemon that provide interfaces to obtain
+information and perform operations on storage devices.
+EOF
diff --git a/devel/DeviceKit-power/BUILD b/devel/DeviceKit-power/BUILD
new file mode 100644
index 0000000..2e25cce
--- /dev/null
+++ b/devel/DeviceKit-power/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit 's/-Werror//g' configure &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/DeviceKit-power/DEPENDS b/devel/DeviceKit-power/DEPENDS
new file mode 100644
index 0000000..256691d
--- /dev/null
+++ b/devel/DeviceKit-power/DEPENDS
@@ -0,0 +1 @@
+depends DeviceKit
diff --git a/devel/DeviceKit-power/DETAILS b/devel/DeviceKit-power/DETAILS
new file mode 100644
index 0000000..9fd2ff7
--- /dev/null
+++ b/devel/DeviceKit-power/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=DeviceKit-power
+ VERSION=006
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://hal.freedesktop.org/releases/
+ SOURCE_VFY=sha1:0056add5e8b96b46acdd93ee2432ce5a03ba1f6d
+ ENTERED=20090327
+ UPDATED=20090327
+ SHORT="enumerates power devices and listens to device events"
+
+cat << EOF
+DeviceKit-power is an abstraction for enumerating power devices,
+listening to device events and querying history and statistics.
+Any application or service on the system can access the
+org.freedesktop.DeviceKit.Power service via the system message bus.
+EOF
diff --git a/devel/DeviceKit/DEPENDS b/devel/DeviceKit/DEPENDS
new file mode 100644
index 0000000..f15f038
--- /dev/null
+++ b/devel/DeviceKit/DEPENDS
@@ -0,0 +1,2 @@
+depends udev
+depends dbus-glib
diff --git a/devel/DeviceKit/DETAILS b/devel/DeviceKit/DETAILS
new file mode 100644
index 0000000..db7f352
--- /dev/null
+++ b/devel/DeviceKit/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=DeviceKit
+ VERSION=003
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://hal.freedesktop.org/releases/
+ SOURCE_VFY=sha1:31874d013b8816a71d6a7a9200b7a74701b204e4
+ ENTERED=20090327
+ UPDATED=20090327
+ SHORT="enumerates devices and listens to device events"
+
+cat << EOF
+DeviceKit is an abstraction for enumerating devices and listening to
+device events. Any application on the system can access the
+org.freedesktop.DeviceKit service via the system message bus. On
+GNU/Linux, DeviceKit can be considered a simple D-Bus frontend to
+udev(7).
+EOF
More information about the Lunar-commits
mailing list