Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9b22e88c2872d8a02ae3daf69ab77fc6b34c4ad1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9b22e88c2872d8a02ae3daf69ab77fc6b34c4ad1)
  • Date: Mon, 20 Jun 2011 09:50:08 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/memtester/BUILD | 1 +
utils/memtester/DETAILS | 20 ++++++++++++++++++++
utils/memtester/HISTORY | 2 ++
utils/memtester/PRE_BUILD | 4 ++++
5 files changed, 30 insertions(+)

New commits:
commit 9b22e88c2872d8a02ae3daf69ab77fc6b34c4ad1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

memtester: new spell, utility to test for memory faults (the spell itself
was written on 8 June 2011)

diff --git a/ChangeLog b/ChangeLog
index db40e22..565842c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/memtester: new spell, utility to test for memory faults
+
2011-06-20 Ladislav Hagara <hgr AT vabo.cz>
* utils/inxi: new spell, system information script

diff --git a/utils/memtester/BUILD b/utils/memtester/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/memtester/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/memtester/DETAILS b/utils/memtester/DETAILS
new file mode 100755
index 0000000..ca7c9d9
--- /dev/null
+++ b/utils/memtester/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=memtester
+ VERSION=4.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:3d797974a6aa536efa959b9b6953d1fc98442db66a26a4c60fbbd6db6c00968a13ea9f9fb638bfc1f2f1f7c431073a1fa5562c4e48b002cd39e70a9590471c62
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://pyropus.ca/software/memtester/old-versions/$SOURCE
+ WEB_SITE=http://pyropus.ca/software/memtester/
+ ENTERED=20110608
+ KEYWORDS="utils"
+ SHORT="utility to test for memory faults"
+cat << EOF
+memtest is a utility for testing the memory subsystem in a computer to
determine
+if it is faulty.
+
+The original source was by Simon Kirby. The program has been rewritten by
+Charles Cazabon and many additional tests were added to help catch borderline
+memory. He also rewrote the original tests (which catch mainly memory bits
which
+are stuck permanently high or low) so that they run approximately an order of
+magnitude faster.
+EOF
diff --git a/utils/memtester/HISTORY b/utils/memtester/HISTORY
new file mode 100644
index 0000000..220dde1
--- /dev/null
+++ b/utils/memtester/HISTORY
@@ -0,0 +1,2 @@
+2011-06-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, {PRE_}BUILD: spell created
diff --git a/utils/memtester/PRE_BUILD b/utils/memtester/PRE_BUILD
new file mode 100755
index 0000000..1acc50f
--- /dev/null
+++ b/utils/memtester/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/usr/local:$INSTALL_ROOT/usr:;s:man/:share/man/:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9b22e88c2872d8a02ae3daf69ab77fc6b34c4ad1), Vlad Glagolev, 06/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page