Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (63a7e6635a3f3a74c216f92b9affd5970f4f5a55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (63a7e6635a3f3a74c216f92b9affd5970f4f5a55)
  • Date: Sat, 20 Feb 2010 04:39:57 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 3 +++
net/connman/DEPENDS | 3 +++
net/connman/DETAILS | 21 +++++++++++++++++++++
net/connman/HISTORY | 2 ++
4 files changed, 29 insertions(+)

New commits:
commit 63a7e6635a3f3a74c216f92b9affd5970f4f5a55
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

net/connman : Adding spell for conn. manager

diff --git a/ChangeLog b/ChangeLog
index 70236cd..c1e5228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-02-20 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * net/connman: new spell connection manager
+
2010-02-18 Tommy Boatman <tboatman AT sourcemage.org>
* kde4/FUNCTONS - bug 15583
changed PATH+=:$QTDIR to PATH=$QTDIR:$PATH
diff --git a/net/connman/DEPENDS b/net/connman/DEPENDS
new file mode 100755
index 0000000..fea7b85
--- /dev/null
+++ b/net/connman/DEPENDS
@@ -0,0 +1,3 @@
+depends glib2 &&
+depends udev &&
+depends dbus
diff --git a/net/connman/DETAILS b/net/connman/DETAILS
new file mode 100755
index 0000000..9e7deed
--- /dev/null
+++ b/net/connman/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=connman
+ VERSION=0.49
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://www.kernel.org/pub/linux/network/${SPELL}/${SOURCE}
+ WEB_SITE=http://connman.net/
+
SOURCE_HASH=sha512:09ecdb5849a262b262309362295360088200164f8103fa84009643e6a7f0b04baeb420ea2556659d3f5bf5ba2032b6bd4162b788e1a011cba35a8d47afa4bd04
+ ENTERED=20100220
+ LICENSE=GPL
+ KEYWORDS="network"
+ SHORT="A daemon for managing internet connections"
+cat << EOF
+The ConnMan project provides a daemon for managing internet connections
within
+embedded devices running the Linux operating system. The Connection Manager
is
+designed to be slim and to use as few resources as possible, so it can be
+easily integrated. It is a fully modular system that can be extended, through
+plug-ins, to support all kinds of wired or wireless technologies. Also,
+configuration methods, like DHCP and domain name resolving, are implemented
+using plug-ins. The plug-in approach allows for easy adaption and
modification
+for various use cases.
+EOF
diff --git a/net/connman/HISTORY b/net/connman/HISTORY
new file mode 100644
index 0000000..bac1351
--- /dev/null
+++ b/net/connman/HISTORY
@@ -0,0 +1,2 @@
+2010-02-20 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS, HISTORY : spell created



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (63a7e6635a3f3a74c216f92b9affd5970f4f5a55), Puppet_Master, 02/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page