Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (941652f735e9f597a1d5d9495d6776b7a552548b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (941652f735e9f597a1d5d9495d6776b7a552548b)
  • Date: Wed, 8 Aug 2007 19:26:59 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 4 ++++
utils/lsvpd/DEPENDS | 2 ++
utils/lsvpd/DETAILS | 21 +++++++++++++++++++++
utils/lsvpd/HISTORY | 3 +++
4 files changed, 30 insertions(+)

New commits:
commit 941652f735e9f597a1d5d9495d6776b7a552548b
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

utils/lsvpd: new spell
a utility to list device Vital Product Data (VPD) information

problems with db, we have version 4.6.18 {test)
lsvpd 1.3.1 needs db 4.3 (cast fails with db 4.6.18)
lsvpd 1.3.0 needs db 4.2 (cast is OK with 4,6,18, lsvpd and lscfg work,
problems with db format, firstly during booting (a lot of warnings)}

diff --git a/ChangeLog b/ChangeLog
index 52ff8f8..0fb1d9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* audio-libs/libofa: new spell : music fingerprints
needed by latet libtunepimp

+2007-08-08 Ladislav Hagara <hgr AT vabo.cz>
+ * utils/lsvpd: new spell
+ a utility to list device Vital Product Data (VPD) information
+
2007-08-08 Eric Sandall <sandalle AT sourcemage.org>
* devel/eclipse-cdt-sdk: Deprecated in favour of eclipse-cdt

diff --git a/utils/lsvpd/DEPENDS b/utils/lsvpd/DEPENDS
new file mode 100755
index 0000000..779868c
--- /dev/null
+++ b/utils/lsvpd/DEPENDS
@@ -0,0 +1,2 @@
+depends sg3_utils &&
+depends g++
diff --git a/utils/lsvpd/DETAILS b/utils/lsvpd/DETAILS
new file mode 100755
index 0000000..e1796d3
--- /dev/null
+++ b/utils/lsvpd/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=lsvpd
+ VERSION=1.3.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/linux-diag/$SOURCE
+
SOURCE_HASH=sha512:be7dd2a9ff82f1bb280ec2d769f9442a889f8f9aabf9cc6a2b8a76d4da45cd615de5215bbc4a8b08d19dcdad0e78a489ccc51e34db098dcebece868bdf2ab124
+ WEB_SITE=http://linux-diag.sourceforge.net/
+ ENTERED=20070808
+ LICENSE[0]="GPL"
+ KEYWORDS="utils"
+ SHORT="a utility to list device Vital Product Data (VPD)
information"
+cat << EOF
+The lsvpd package contains both the lsvpd, lscfg and lsmcode
+commands. These commands, along with a boot-time scanning program
+called vpdupdate, constitute a simple hardware inventory
+system. The lsvpd command provides Vital Product Data (VPD) about
+hardware components to higher-level serviceability tools. The lscfg
+command provides a more human-readable format of the VPD, as well as
+some system-specific information. lsmcode lists microcode and
+firmware levels.
+EOF
diff --git a/utils/lsvpd/HISTORY b/utils/lsvpd/HISTORY
new file mode 100644
index 0000000..2f14976
--- /dev/null
+++ b/utils/lsvpd/HISTORY
@@ -0,0 +1,3 @@
+2007-08-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: created this spell, version 1.3.0
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (941652f735e9f597a1d5d9495d6776b7a552548b), Ladislav Hagara, 08/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page