Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (edc75089b9482b0b1a7ed5f28b117953a34cee52)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (edc75089b9482b0b1a7ed5f28b117953a34cee52)
  • Date: Wed, 24 Oct 2007 16:08:08 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

libs/libsmbios/DETAILS | 25 +++++++++++++++++++++++++
libs/libsmbios/HISTORY | 2 ++
2 files changed, 27 insertions(+)

New commits:
commit edc75089b9482b0b1a7ed5f28b117953a34cee52
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libsmbios: added spell

diff --git a/libs/libsmbios/DETAILS b/libs/libsmbios/DETAILS
new file mode 100755
index 0000000..8278500
--- /dev/null
+++ b/libs/libsmbios/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=libsmbios
+ VERSION=0.13.9
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://linux.dell.com/${SPELL}/download/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:a4d08a3b16fda768a6e197e6537e6928a4699f86373bf6aab2796a9447f8fd7419af9558263f1232d347125972bd39120f11027f1f5ad31a536264afc5164d80
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://linux.dell.com/libsmbios/main/index.html";
+ LICENSE[0]=LGPL
+ ENTERED=20070827
+ SHORT="libsmbios provides access to Dell bios functions"
+cat << EOF
+SMBIOS is a standards-based approach for hardware vendors to
+present and structure management data for consumption by OS and
+Management Applications. You can find more information here:
+http://www.dmtf.org/standards/smbios .
+
+Basically, the system BIOS leaves a small table in memory that can be found
+by the OS after system boot. This table has a standardized format that can
+easily be parsed by application software.
+
+Several Dell-specific hardware features, such as BIOS update, CMOS Tokens,
+SMI, hardware probes (temperature, fan, etc) are represented in the SMBIOS
+tables. Because of this, libsmbios has code to enable these features on
+Dell systems.
+EOF
diff --git a/libs/libsmbios/HISTORY b/libs/libsmbios/HISTORY
new file mode 100644
index 0000000..b817ccb
--- /dev/null
+++ b/libs/libsmbios/HISTORY
@@ -0,0 +1,2 @@
+2007-10-24 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS,HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page