[SM-Commit] GIT changes to master grimoire by Florian Franzmann (65bb6d191f74b7dd7a5652c4aabf96caa8456d58)

Florian Franzmann scm at sourcemage.org
Sun Jun 29 13:07:00 EDT 2008


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 ChangeLog                          |    3 +++
 utils/irqbalance/BUILD             |    1 +
 utils/irqbalance/DEPENDS           |    1 +
 utils/irqbalance/DETAILS           |   17 +++++++++++++++++
 utils/irqbalance/HISTORY           |    3 +++
 utils/irqbalance/INSTALL           |    1 +
 utils/irqbalance/init.d/irqbalance |    6 ++++++
 7 files changed, 32 insertions(+)

New commits:
commit e10c44c073256e432195cf4e6cb135349ed764ff
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    utils/irqbalance: new spell

diff --git a/ChangeLog b/ChangeLog
index 32b2d4a..2f8fb1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-29 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* utils/irqbalance: new spell, an irq load balancer
+
 2008-06-28 Treeve Jelbert <treeve at sourcemage.org>
 	* kde4-apps/kdenlive4: kde4 version of kdenlive (video editor)
 	* kde4-apps/amarok4: kde4 version of amarok (music player)
diff --git a/utils/irqbalance/BUILD b/utils/irqbalance/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/irqbalance/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/irqbalance/DEPENDS b/utils/irqbalance/DEPENDS
new file mode 100755
index 0000000..150d45a
--- /dev/null
+++ b/utils/irqbalance/DEPENDS
@@ -0,0 +1 @@
+depends glib2
diff --git a/utils/irqbalance/DETAILS b/utils/irqbalance/DETAILS
new file mode 100755
index 0000000..3b63cb0
--- /dev/null
+++ b/utils/irqbalance/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=irqbalance
+         VERSION=0.55
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=http://${SPELL}.org/releases/${SOURCE}
+     SOURCE_HASH=sha512:3cecb8239d1af397559e567c7a33d0634f6b824d00f6f7eba295c1b1d005edb794423854e2b0475f572d233d045a06150c081a582bf42fe18c3cce18d857120e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://irqbalance.org"
+      LICENSE[0]=GPL
+         ENTERED=20080629
+           SHORT="a daemon that distributes interrupts over the processors and cores you have in your computer"
+cat << EOF
+irqbalance is a Linux* daemon that distributes interrupts over the processors
+and cores you have in your computer system. The design goal of irqbalance is
+to do find a balance between power savings and optimal performance. To a large
+degree, the work irqbalance does is invisible to you; if irqbalance performs
+its job right, nobody will ever notice it's there or want to turn it off.
+EOF
diff --git a/utils/irqbalance/HISTORY b/utils/irqbalance/HISTORY
new file mode 100644
index 0000000..36e546a
--- /dev/null
+++ b/utils/irqbalance/HISTORY
@@ -0,0 +1,3 @@
+2008-06-29 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* BUILD, DEPENDS, DETAILS, HISTORY, init.d/irqbalance, INSTALL: spell
+	  created
diff --git a/utils/irqbalance/INSTALL b/utils/irqbalance/INSTALL
new file mode 100755
index 0000000..37d7281
--- /dev/null
+++ b/utils/irqbalance/INSTALL
@@ -0,0 +1 @@
+install -m755 ${SOURCE_DIRECTORY}/irqbalance ${INSTALL_ROOT}/usr/sbin
diff --git a/utils/irqbalance/init.d/irqbalance b/utils/irqbalance/init.d/irqbalance
new file mode 100755
index 0000000..8677c98
--- /dev/null
+++ b/utils/irqbalance/init.d/irqbalance
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/irqbalance
+RUNLEVEL=2
+
+. /etc/init.d/smgl_init



More information about the SM-Commit mailing list