Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (59f1eafadb96aba08f4954ddd42ed945cd644f67)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (59f1eafadb96aba08f4954ddd42ed945cd644f67)
  • Date: Tue, 21 Sep 2010 19:49:21 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

net/openwbem/DEPENDS | 32 +++++++++++++++++++++++++++++++-
net/openwbem/DETAILS | 2 +-
net/openwbem/HISTORY | 3 ++-
net/openwbem/init.d/owcimomd | 7 +++++++
4 files changed, 41 insertions(+), 3 deletions(-)

New commits:
commit 59f1eafadb96aba08f4954ddd42ed945cd644f67
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

net/openwbem: fixed LICENSE, rewrote DEPENDS and added init script

diff --git a/net/openwbem/DEPENDS b/net/openwbem/DEPENDS
index fe4cb49..78b67b6 100755
--- a/net/openwbem/DEPENDS
+++ b/net/openwbem/DEPENDS
@@ -1 +1,31 @@
-depends boost
+depends g++ &&
+
+optional_depends linux-pam \
+ "--enable-pam" \
+ "--disable-pam" \
+ "for pam integration" &&
+
+optional_depends openslp \
+ "--enable-openslp" \
+ "--disable-openslp" \
+ "openslp integration" &&
+
+optional_depends openssl \
+ "--enable-ssl" \
+ "--disable-ssl" \
+ "OpenSSL integration" &&
+
+optional_depends perl \
+ "--enable-perl-providerifc" \
+ "--disable-perl-providerifc" \
+ "enable the perl provider interface" &&
+
+optional_depends valgrind
\
+ "--enable-valgrind-support"
\
+ "--disable-valgrind-support"
\
+ "enable workarounds so the code can work well with
valgrind" &&
+
+optional_depends zlib \
+ "--enable-zlib" \
+ "--disable-zlib" \
+ "for zlib integration"
diff --git a/net/openwbem/DETAILS b/net/openwbem/DETAILS
index efb1001..718f081 100755
--- a/net/openwbem/DETAILS
+++ b/net/openwbem/DETAILS
@@ -5,7 +5,7 @@

SOURCE_HASH=sha512:82f8c1cd43991b00be065ef524874924180f42144cbd77a471996b02f84bcc8706ac819d8344e50d67ff9ff2dcd85ba822614b6c0df39fd160a6783bb180d39a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://openwbem.sourceforge.net";
- LICENSE[0]="GPL"
+ LICENSE[0]="http://openwbem.sourceforge.net/license.html";
ENTERED=20100921
KEYWORDS="net"
SHORT="Open implementation of Web Based Enterprise Management."
diff --git a/net/openwbem/HISTORY b/net/openwbem/HISTORY
index ab3a923..74e1110 100644
--- a/net/openwbem/HISTORY
+++ b/net/openwbem/HISTORY
@@ -1,3 +1,4 @@
2010-09-21 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS, DETAILS, PRE_BUILD, gcc4.4.patch: spell created
+ * DEPENDS, DETAILS, PRE_BUILD, init.d/owcimomd, gcc4.4.patch: spell
+ created

diff --git a/net/openwbem/init.d/owcimomd b/net/openwbem/init.d/owcimomd
new file mode 100644
index 0000000..1a1ce4a
--- /dev/null
+++ b/net/openwbem/init.d/owcimomd
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/owcimomd
+NEEDS="+network"
+RUNLEVEL=3
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (59f1eafadb96aba08f4954ddd42ed945cd644f67), Pol Vinogradov, 09/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page