Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5a1be1d8cfe653ce998e8ab6b57b1d07c7e59602)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5a1be1d8cfe653ce998e8ab6b57b1d07c7e59602)
  • Date: Mon, 16 Feb 2009 16:31:12 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 3 +++
utils/das_watchdog/BUILD | 1 +
utils/das_watchdog/DEPENDS | 3 +++
utils/das_watchdog/DETAILS | 16 ++++++++++++++++
utils/das_watchdog/HISTORY | 2 ++
utils/das_watchdog/INSTALL | 2 ++
utils/das_watchdog/PRE_BUILD | 4 ++++
7 files changed, 31 insertions(+)

New commits:
commit 5a1be1d8cfe653ce998e8ab6b57b1d07c7e59602
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

utils/das_watchdog: New spell, watchdog for realtime processes.

diff --git a/ChangeLog b/ChangeLog
index 0e280e5..1d8667e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-02-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * utils/das_watchdog: New spell, watchdog for realtime processes.
+
2009-02-15 Vlad Glagolev <stealth AT sourcemage.org>
* net/sion: spell deprecated, renamed into gigolo
* net/gigolo: new spell, formed from sion: frontend to manage
connections to
diff --git a/utils/das_watchdog/BUILD b/utils/das_watchdog/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/das_watchdog/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/das_watchdog/DEPENDS b/utils/das_watchdog/DEPENDS
new file mode 100755
index 0000000..cc8437b
--- /dev/null
+++ b/utils/das_watchdog/DEPENDS
@@ -0,0 +1,3 @@
+depends pkgconfig &&
+depends xmessage &&
+depends libgtop2
diff --git a/utils/das_watchdog/DETAILS b/utils/das_watchdog/DETAILS
new file mode 100755
index 0000000..4b7e85d
--- /dev/null
+++ b/utils/das_watchdog/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=das_watchdog
+ VERSION=0.9.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://archive.notam02.no/arkiv/src/$SOURCE
+
SOURCE_HASH=sha512:aad6c4595d9f6ef4f0e66dfaae36bbddb040f101f29ec1cd970290a015a7da90dd40d6f4c7549523ffe05d8ef95034ede8a3c60db28b4a6b6254b8c476162d38
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://archive.notam02.no/arkiv/src/
+ LICENSE[0]=GPL
+ ENTERED=20090217
+ KEYWORDS="utils realtime"
+ SHORT="Watchdog for realtime processes"
+cat << EOF
+Das_Watchdog is a general watchdog for the linux operating system that
+should run in the background at all times to ensure a realtime process
+won't hang the machine.
+EOF
diff --git a/utils/das_watchdog/HISTORY b/utils/das_watchdog/HISTORY
new file mode 100644
index 0000000..264557b
--- /dev/null
+++ b/utils/das_watchdog/HISTORY
@@ -0,0 +1,2 @@
+2009-02-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created spell.
diff --git a/utils/das_watchdog/INSTALL b/utils/das_watchdog/INSTALL
new file mode 100755
index 0000000..bf7d536
--- /dev/null
+++ b/utils/das_watchdog/INSTALL
@@ -0,0 +1,2 @@
+cp das_watchdog "$INSTALL_ROOT/usr/bin/" &&
+cp test_rt "$INSTALL_ROOT/usr/bin/"
diff --git a/utils/das_watchdog/PRE_BUILD b/utils/das_watchdog/PRE_BUILD
new file mode 100755
index 0000000..a3a95fa
--- /dev/null
+++ b/utils/das_watchdog/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s|^FLAGS=-O2|FLAGS=\$(CFLAGS)|" Makefile



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5a1be1d8cfe653ce998e8ab6b57b1d07c7e59602), Juuso Alasuutari, 02/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page