Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f57f2db27e9077b675d94f3fc25cbdbd811362dc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f57f2db27e9077b675d94f3fc25cbdbd811362dc)
  • Date: Sat, 26 Jan 2008 01:09:40 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 4 ++++
utils/ndesk-dbus-glib/DEPENDS | 1 +
utils/ndesk-dbus-glib/DETAILS | 19 +++++++++++++++++++
utils/ndesk-dbus-glib/HISTORY | 3 +++
utils/ndesk-dbus/DEPENDS | 2 ++
utils/ndesk-dbus/DETAILS | 19 +++++++++++++++++++
utils/ndesk-dbus/HISTORY | 3 +++
7 files changed, 51 insertions(+)

New commits:
commit f57f2db27e9077b675d94f3fc25cbdbd811362dc
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ndesk-dbus-glib: New spell required by beagle

commit a2d35a782bb61164b0ba404bb94e08a23313a2cd
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ndesk-dbus: New spell required now by beagle

diff --git a/ChangeLog b/ChangeLog
index 8d29cb6..8d7efae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-26 George Sherwood <george AT beernabeer.com>
+ * util/ndesk-dbus: new spell, required for beagle
+ * util/ndeks-dbus-glib: new spell, required for beagle
+
2008-01-26 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luaposix: new spell, POSIX library for Lua
* lua-forge/lua-imlib2: new spell, binding to the imlib2 image library
diff --git a/utils/ndesk-dbus-glib/DEPENDS b/utils/ndesk-dbus-glib/DEPENDS
new file mode 100755
index 0000000..bb7a373
--- /dev/null
+++ b/utils/ndesk-dbus-glib/DEPENDS
@@ -0,0 +1 @@
+depends ndesk-dbus
diff --git a/utils/ndesk-dbus-glib/DETAILS b/utils/ndesk-dbus-glib/DETAILS
new file mode 100755
index 0000000..0c27294
--- /dev/null
+++ b/utils/ndesk-dbus-glib/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ndesk-dbus-glib
+ VERSION=0.4.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.ndesk.org/archive/dbus-sharp/${SOURCE}
+
SOURCE_HASH=sha512:334389a2c0dc43a94167adb3c7febebb578a79eae625ba451818734075746af44d6dec2fa0e450b30ef5d5306d826e573d25ca0571b80eaa652ebadb8d713d01
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.ndesk.org/DBusSharp";
+ LICENSE[0]=MIT X11
+ ENTERED=20080126
+ SHORT="C# implementation of D-Bus"
+cat << EOF
+ndesk-dbus-glib is a C# implementation of D-Bus. It's often referred to as
+dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings
+(which wrap libdbus).
+
+D-Bus is an inter-process communication framework that lets applications
+interface with the system event bus as well as allowing them to talk to one
+another in a peer-to-peer configuration.
+EOF
diff --git a/utils/ndesk-dbus-glib/HISTORY b/utils/ndesk-dbus-glib/HISTORY
new file mode 100644
index 0000000..d899b27
--- /dev/null
+++ b/utils/ndesk-dbus-glib/HISTORY
@@ -0,0 +1,3 @@
+2008-01-26 George Sherwood <george AT beernabeer.com>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/utils/ndesk-dbus/DEPENDS b/utils/ndesk-dbus/DEPENDS
new file mode 100755
index 0000000..89276ee
--- /dev/null
+++ b/utils/ndesk-dbus/DEPENDS
@@ -0,0 +1,2 @@
+depends dbus &&
+depends mono
diff --git a/utils/ndesk-dbus/DETAILS b/utils/ndesk-dbus/DETAILS
new file mode 100755
index 0000000..4b0b10d
--- /dev/null
+++ b/utils/ndesk-dbus/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ndesk-dbus
+ VERSION=0.6.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.ndesk.org/archive/dbus-sharp/${SOURCE}
+
SOURCE_HASH=sha512:96a65bca45f8da6c01ae66d59e70679fdde479a9af4e7546ee4ff4b7b8b39c9a1bfc15789957e00055b5abe8d8c11c91eea518fc714362644a51561eaaa0b385
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.ndesk.org/DBusSharp";
+ LICENSE[0]=MIT X11
+ ENTERED=20080126
+ SHORT="a C# implementation of D-Bus"
+cat << EOF
+ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
+dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings
+(which wrap libdbus).
+
+D-Bus is an inter-process communication framework that lets applications
+interface with the system event bus as well as allowing them to talk to one
+another in a peer-to-peer configuration.
+EOF
diff --git a/utils/ndesk-dbus/HISTORY b/utils/ndesk-dbus/HISTORY
new file mode 100644
index 0000000..d899b27
--- /dev/null
+++ b/utils/ndesk-dbus/HISTORY
@@ -0,0 +1,3 @@
+2008-01-26 George Sherwood <george AT beernabeer.com>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f57f2db27e9077b675d94f3fc25cbdbd811362dc), George Sherwood, 01/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page