Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (e301f651652a8c18295bff7990558fc357a22fde)
  • Date: Sat, 8 Jul 2006 17:50:04 -0500

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

ChangeLog | 3 +++
mobile/powersave/DEPENDS | 6 ++++++
mobile/powersave/DETAILS | 16 ++++++++++++++++
mobile/powersave/HISTORY | 2 ++
4 files changed, 27 insertions(+)

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

New spell for controlling and monitoring powersave stuff

diff --git a/ChangeLog b/ChangeLog
index 376a83b..9573858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-09 Juuso Alasuutari <iuso AT sourcemage.org>
+ * mobile/powersave: New spell, powersave control & monitoring.
+
2006-07-07 Juuso Alasuutari <iuso AT sourcemage.org>
* x11-toolkits/gtk-qt: Deprecated, renamed to
kde-look/gtk-qt-engine.
diff --git a/mobile/powersave/DEPENDS b/mobile/powersave/DEPENDS
new file mode 100755
index 0000000..92c899a
--- /dev/null
+++ b/mobile/powersave/DEPENDS
@@ -0,0 +1,6 @@
+depends g++ &&
+depends automake &&
+depends pkgconfig &&
+depends cpufrequtils &&
+
+optional_depends doxygen '' '' 'to build html documentation'
diff --git a/mobile/powersave/DETAILS b/mobile/powersave/DETAILS
new file mode 100755
index 0000000..1e29141
--- /dev/null
+++ b/mobile/powersave/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=powersave
+ VERSION=0.12.20
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:75bb0c91eccd3d9f065f698ff6b6dc297e63d6f843e47d1f1ec6f21b0a148eddcd10c4587248428f82a8cc8aedddc2139ceed75bcb4ae31dfa1bf124d5449323
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://sourceforge.net/projects/powersave/
+ ENTERED=20060709
+ LICENSE[0]=GPL
+ SHORT="Provides battery, temperature, ac, cpufreq (SpeedStep,
Powernow!) control and monitoring."
+cat << EOF
+Provides battery, temperature, ac, cpufreq (SpeedStep, Powernow!) control
and
+monitoring. Proper suspend to disk/ram and standby by shell hooks that are
+easy to extend. APM and ACPI machines are supported equally. For laptops
+as well as for workstations.
+EOF
diff --git a/mobile/powersave/HISTORY b/mobile/powersave/HISTORY
new file mode 100644
index 0000000..8425bc0
--- /dev/null
+++ b/mobile/powersave/HISTORY
@@ -0,0 +1,2 @@
+2006-07-09 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (e301f651652a8c18295bff7990558fc357a22fde), Juuso Alasuutari, 07/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page