Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (825ea4e35a0d9f180c12e5b8e89e19b6473fb624)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (825ea4e35a0d9f180c12e5b8e89e19b6473fb624)
  • Date: Thu, 5 Aug 2010 18:30:18 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

libs/libcgroup/DEPENDS | 2 ++
libs/libcgroup/DETAILS | 25 +++++++++++++++++++++++++
libs/libcgroup/HISTORY | 2 ++
3 files changed, 29 insertions(+)

New commits:
commit 825ea4e35a0d9f180c12e5b8e89e19b6473fb624
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

libcgroup: fixing download URL

commit b5df8a4b194491a47828d155b05c89a92f92260e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

libcgroup, initial version of spell

diff --git a/libs/libcgroup/DEPENDS b/libs/libcgroup/DEPENDS
new file mode 100755
index 0000000..8b34e37
--- /dev/null
+++ b/libs/libcgroup/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+optional_depends linux-pam "--enable-pam" "--disable-pam" "to include the
PAM module"
diff --git a/libs/libcgroup/DETAILS b/libs/libcgroup/DETAILS
new file mode 100755
index 0000000..e82d184
--- /dev/null
+++ b/libs/libcgroup/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=libcgroup
+ VERSION=0.36.2
+
SOURCE_HASH=sha512:e2b14b73346cca5eedfdbd80cb46a1e8636f9a99c7d065a9b94d0a94a80facf71c659b86ca85ebc683788e23e2766f3f2dbd34718b822395d46a706030fe0462
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/libcg/$SPELL/v$VERSION/$SOURCE
+ WEB_SITE=http://libcg.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20100805
+ KEYWORDS="libs"
+SHORT="a library that abstracts the control group filesystem in linux"
+cat << EOF
+libcg aims to provide programmers easily usable APIs to use the control group
+file system. It should satisfy the following requirements
+ * Provide a programmable interface for cgroups
+This should allow applications to create cgroups using something like
+create_cgroup() as opposed to having to go the whole filesystem route.
+ * Provide persistent configuration across reboots
+Control Groups have a lifetime of only one boot cycle. The configuration is
lost
+at reboot. Userspace needs to handle this issue. This is handled by libcg
+ * Provide a programmable interface for manipulating configurations
+This should allow libcg to handle changing application requirements. For
+example, while gaming, you might want to reduce the cpu power of other groups
+whereas othertimes you would want greater CPU power for those groups.
+EOF
diff --git a/libs/libcgroup/HISTORY b/libs/libcgroup/HISTORY
new file mode 100644
index 0000000..14f7ac8
--- /dev/null
+++ b/libs/libcgroup/HISTORY
@@ -0,0 +1,2 @@
+2010-08-05 David Kowis <dkowis AT shlrm.org>
+ * DETAILS,DEPENDS,HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by David Kowis (825ea4e35a0d9f180c12e5b8e89e19b6473fb624), David Kowis, 08/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page