[Lunar-commits] r24096 - moonbase/trunk/devel/ivman
Dennis Veatch
stumbles at lunar-linux.org
Mon Apr 16 18:28:47 CEST 2007
Author: stumbles
Date: 2007-04-16 18:28:47 +0200 (Mon, 16 Apr 2007)
New Revision: 24096
Modified:
moonbase/trunk/devel/ivman/DETAILS
Log:
Version bump. Sum total;
configure.in, src/Makefile.am, src/common.h,
src/dbus_interface.c, src/dbus_interface.h, src/hal_interface.c,
src/hal_interface.h, src/manager.c, src/manager.h: Add better
DBUS/HAL integration. ivman now properly reacts on DBUS/HAL
(dis)appearance and tries to reconnect if a connection is lost.
Modified: moonbase/trunk/devel/ivman/DETAILS
===================================================================
--- moonbase/trunk/devel/ivman/DETAILS 2007-04-16 15:52:16 UTC (rev 24095)
+++ moonbase/trunk/devel/ivman/DETAILS 2007-04-16 16:28:47 UTC (rev 24096)
@@ -1,18 +1,18 @@
MODULE=ivman
- VERSION=0.6.13
+ VERSION=0.6.14
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:2b0c0ceeba1eb26cac2c5a030e1e3c2e520c2e09
+ SOURCE_VFY=sha1:7b0c72cd25de8afcd2a9ab70ed9254c9d00175e1
WEB_SITE=http://ivman.sourceforge.net/
ENTERED=20050913
- UPDATED=20061203
+ UPDATED=20070416
SHORT="Desktop independent frontend to HAL"
cat << EOF
Ivman is an extremely flexible desktop independent frontend to HAL, the
userspace Hardware Abstraction Layer for Linux. It can be used to execute
-arbitrary commands when devices are added to or removed from your system,
-when device properties change, or when devices emit conditions. Any
-properties of the new or changed device can be included within the
+arbitrary commands when devices are added to or removed from your system,
+when device properties change, or when devices emit conditions. Any
+properties of the new or changed device can be included within the
executed command.
EOF
More information about the Lunar-commits
mailing list