pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dmidecode Import dmidecode-2.5: Print out DMI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/591e13ad2279
branches:  trunk
changeset: 487262:591e13ad2279
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Jan 12 00:00:36 2005 +0000

description:
Import dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable format

Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
table contents in a human-readable format. This table contains a
description of the system's hardware components, as well as other
useful pieces of information such as serial numbers and BIOS
revision.

diffstat:

 sysutils/dmidecode/DESCR            |   5 +++++
 sysutils/dmidecode/Makefile         |  15 +++++++++++++++
 sysutils/dmidecode/PLIST            |   9 +++++++++
 sysutils/dmidecode/distinfo         |   5 +++++
 sysutils/dmidecode/patches/patch-aa |  13 +++++++++++++
 5 files changed, 47 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r db6232a82896 -r 591e13ad2279 sysutils/dmidecode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dmidecode/DESCR  Wed Jan 12 00:00:36 2005 +0000
@@ -0,0 +1,5 @@
+Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
+table contents in a human-readable format. This table contains a
+description of the system's hardware components, as well as other
+useful pieces of information such as serial numbers and BIOS
+revision.
diff -r db6232a82896 -r 591e13ad2279 sysutils/dmidecode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dmidecode/Makefile       Wed Jan 12 00:00:36 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 00:00:36 hubertf Exp $
+#
+
+DISTNAME=      dmidecode-2.5
+CATEGORIES=    sysutils
+MASTER_SITES=  http://savannah.gnu.org/download/dmidecode/
+
+MAINTAINER=    shattered%users.sourceforge.net@localhost,hubertf%NetBSD.org@localhost
+HOMEPAGE=      http://www.nongnu.org/dmidecode/
+COMMENT=       Print out DMI (SMBIOS) table in human-readable format
+
+NO_BUILDLINK=  YES
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86
+
+.include "../../mk/bsd.pkg.mk"
diff -r db6232a82896 -r 591e13ad2279 sysutils/dmidecode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dmidecode/PLIST  Wed Jan 12 00:00:36 2005 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/12 00:00:36 hubertf Exp $
+sbin/biosdecode
+sbin/dmidecode
+sbin/ownership
+sbin/vpddecode
+man/man8/biosdecode.8
+man/man8/dmidecode.8
+man/man8/ownership.8
+man/man8/vpddecode.8
diff -r db6232a82896 -r 591e13ad2279 sysutils/dmidecode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dmidecode/distinfo       Wed Jan 12 00:00:36 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/12 00:00:36 hubertf Exp $
+
+SHA1 (dmidecode-2.5.tar.gz) = 0f9848155dcc3d9651f2167521d520d1a9ed4faa
+Size (dmidecode-2.5.tar.gz) = 44530 bytes
+SHA1 (patch-aa) = 16aed9ff58014f41d59c966504eee1b2adbabcb2
diff -r db6232a82896 -r 591e13ad2279 sysutils/dmidecode/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dmidecode/patches/patch-aa       Wed Jan 12 00:00:36 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/12 00:00:36 hubertf Exp $
+
+--- Makefile.orig      2004-10-01 19:09:37.000000000 +0200
++++ Makefile
+@@ -23,7 +23,7 @@ CFLAGS += -O2
+ LDFLAGS =
+ 
+ DESTDIR =
+-prefix  = /usr/local
++prefix  = ${PREFIX}
+ sbindir = $(prefix)/sbin
+ mandir  = $(prefix)/man
+ man8dir = $(mandir)/man8



Home | Main Index | Thread Index | Old Index