[Lunar-commits] <moonbase> dbus: new major version. API compatibile with old 1.0.x. Checked

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Mar 2 01:55:59 CET 2008


commit a1e16f1ea41d65ed88fe4a7bb6c00806e1cdb7a8
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Mar 2 01:55:59 2008 +0100

    dbus: new major version. API compatibile with old 1.0.x. Checked
          with: dbus-glib, dbus-qt3
    
    smbios: may be optional dependency for dbus.
    Decide if you want it to be dbus dep.
---
 devel/dbus/BUILD        |    2 +-
 devel/dbus/DEPENDS      |    4 ++--
 devel/dbus/DETAILS      |    7 +++----
 utils/libsmbios/DETAILS |   25 +++++++++++++++++++++++++
 4 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/devel/dbus/BUILD b/devel/dbus/BUILD
index 0b29fae..bec5505 100644
--- a/devel/dbus/BUILD
+++ b/devel/dbus/BUILD
@@ -13,7 +13,7 @@
   export LDFLAGS="$LDFLAGS -lexpat"
 
   OPTS="$OPTS --with-x --enable-checks --enable-verbose-mode              \
-        --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid  \
+        --with-xml=expat --with-system-pid-file=/var/run/messagebus.pid  \
         --with-system-socket=/var/lib/dbus/system_bus_socket              \
         --with-session-socket-dir=/tmp  --with-dbus-user=messagebus       \
         --disable-xml-docs --with-init-scripts=none"
diff --git a/devel/dbus/DEPENDS b/devel/dbus/DEPENDS
index 9743b5f..309181c 100644
--- a/devel/dbus/DEPENDS
+++ b/devel/dbus/DEPENDS
@@ -1,2 +1,2 @@
-depends  pkgconfig  &&
-depends  libxml2
+depends pkgconfig
+depends libxml2
diff --git a/devel/dbus/DETAILS b/devel/dbus/DETAILS
index 44ac94f..cea8cc7 100644
--- a/devel/dbus/DETAILS
+++ b/devel/dbus/DETAILS
@@ -1,14 +1,13 @@
           MODULE=dbus
-         VERSION=1.0.2
+         VERSION=1.1.20
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE/
-      SOURCE_VFY=sha1:2870efd6ea0b5b0d14e52195f560238a74bb1e0e
+      SOURCE_VFY=sha1:fff5db438483e6b4a3c40d430b20baa49ad2d58a
         WEB_SITE=http://dbus.freedesktop.org/
          ENTERED=20031219
-         UPDATED=20070112
+         UPDATED=20080302
       MAINTAINER=nhudson at lunar-linux.org
            SHORT="A message bus system for applications"
-
 cat << EOF
 D-BUS is a message bus system, a simple way for applications to talk
 to one another.  It supplies both a system daemon and a 
diff --git a/utils/libsmbios/DETAILS b/utils/libsmbios/DETAILS
new file mode 100644
index 0000000..3178fec
--- /dev/null
+++ b/utils/libsmbios/DETAILS
@@ -0,0 +1,25 @@
+       MODULE=libsmbios
+      VERSION=2.0.1
+       SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL[0]=http://linux.dell.com/$MODULE/download/$MODULE/$MODULE-$VERSION
+   SOURCE_VFY=sha1:eaaa4084d396db61e2bfbdd42ba19f8703e98855
+     WEB_SITE=http://linux.dell.com/libsmbios/main/
+      ENTERED=20080301
+      UPDATED=20080301
+        SHORT="library for easy SMBIOS access"
+cat << EOF
+The libsmbios project aims towards providing access
+to as much BIOS information as possible.
+SMBIOS is a standards-based approach for hardware vendors
+to present and structure management data for consumption
+by OS and Management Applications.
+Basically, the system BIOS leaves a small table in memory
+that can be found by the OS after system boot.
+This table has a standardized format that can easily
+be parsed by application software.
+Several Dell-specific hardware features, such as
+BIOS update, CMOS Tokens, SMI, hardware probes
+(temperature, fan, etc) are represented
+in the SMBIOS tables. Because of this, libsmbios
+has code to enable these features on Dell systems.
+EOF


More information about the Lunar-commits mailing list