Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
sysutils/dmidecode/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.15 2013/05/19 11:07:26 shattered Exp $
#
DISTNAME= dmidecode-2.12
CATEGORIES= sysutils
MASTER_SITES= http://savannah.gnu.org/download/dmidecode/
MAINTAINER= shattered@NetBSD.org
HOMEPAGE= http://www.nongnu.org/dmidecode/
COMMENT= Print out DMI (SMBIOS) table in human-readable format
LICENSE= gnu-gpl-v2
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
.include "../../mk/bsd.pkg.mk"

12
sysutils/dmidecode/PLIST Normal file
View File

@@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:16:03 joerg Exp $
man/man8/biosdecode.8
man/man8/dmidecode.8
man/man8/ownership.8
man/man8/vpddecode.8
sbin/biosdecode
sbin/dmidecode
sbin/ownership
sbin/vpddecode
share/doc/dmidecode/AUTHORS
share/doc/dmidecode/CHANGELOG
share/doc/dmidecode/README

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.12 2013/05/19 11:07:26 shattered Exp $
SHA1 (dmidecode-2.12.tar.gz) = d190f1333e8a217cf02d2a6c98795dc5ced97ddc
RMD160 (dmidecode-2.12.tar.gz) = d1c29ae4970623f7e6305aa1cd7b057e054a152c
Size (dmidecode-2.12.tar.gz) = 68064 bytes
SHA1 (patch-aa) = 6c861b3742b1627a1b60dbaea9df0843f2ed603d

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-aa,v 1.5 2012/02/20 17:27:33 hans Exp $
--- Makefile.orig 2005-10-03 20:38:20.000000000 +0200
+++ Makefile
@@ -26,9 +26,9 @@ CFLAGS += -O2
LDFLAGS =
DESTDIR =
-prefix = /usr/local
+prefix = ${PREFIX}
sbindir = $(prefix)/sbin
-mandir = $(prefix)/share/man
+mandir = $(prefix)/${PKGMANDIR}
man8dir = $(mandir)/man8
docdir = $(prefix)/share/doc/dmidecode
@@ -48,6 +48,7 @@ PROGRAMS-i586 := $(PROGRAMS-i386)
PROGRAMS-i686 := $(PROGRAMS-i386)
PROGRAMS-x86_64 := biosdecode ownership vpddecode
PROGRAMS-amd64 := $(PROGRAMS-x86_64)
+PROGRAMS-i86pc := $(PROGRAMS-x86_64)
PROGRAMS := dmidecode $(PROGRAMS-$(MACHINE))