diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-01-12 00:00:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-01-12 00:00:36 +0000 |
commit | 6d3bffe47ea0310c4e7ecff2cebded5236db8db4 (patch) | |
tree | db9ef0f3baa766762b9819dcad6f2aeb3f1be3df /sysutils/dmidecode | |
parent | 638022b31f211850a473590f948412a97a1ff146 (diff) | |
download | pkgsrc-6d3bffe47ea0310c4e7ecff2cebded5236db8db4.tar.gz |
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 (limited to 'sysutils/dmidecode')
-rw-r--r-- | sysutils/dmidecode/DESCR | 5 | ||||
-rw-r--r-- | sysutils/dmidecode/Makefile | 15 | ||||
-rw-r--r-- | sysutils/dmidecode/PLIST | 9 | ||||
-rw-r--r-- | sysutils/dmidecode/distinfo | 5 | ||||
-rw-r--r-- | sysutils/dmidecode/patches/patch-aa | 13 |
5 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/dmidecode/DESCR b/sysutils/dmidecode/DESCR new file mode 100644 index 00000000000..53fdb264a92 --- /dev/null +++ b/sysutils/dmidecode/DESCR @@ -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 --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile new file mode 100644 index 00000000000..6d474f3c08d --- /dev/null +++ b/sysutils/dmidecode/Makefile @@ -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,hubertf@NetBSD.org +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 --git a/sysutils/dmidecode/PLIST b/sysutils/dmidecode/PLIST new file mode 100644 index 00000000000..f77372badf4 --- /dev/null +++ b/sysutils/dmidecode/PLIST @@ -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 --git a/sysutils/dmidecode/distinfo b/sysutils/dmidecode/distinfo new file mode 100644 index 00000000000..b6bf01b88a2 --- /dev/null +++ b/sysutils/dmidecode/distinfo @@ -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 --git a/sysutils/dmidecode/patches/patch-aa b/sysutils/dmidecode/patches/patch-aa new file mode 100644 index 00000000000..3dc2083b484 --- /dev/null +++ b/sysutils/dmidecode/patches/patch-aa @@ -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 |