Subject: CVS commit: pkgsrc/sysutils/dmidecode
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 10/29/2005 15:32:04
Module Name:	pkgsrc
Committed By:	reed
Date:		Sat Oct 29 15:32:04 UTC 2005

Modified Files:
	pkgsrc/sysutils/dmidecode: Makefile PLIST distinfo
	pkgsrc/sysutils/dmidecode/patches: patch-aa

Log Message:
Update to 2.7. This is from Nicolas Joly via PR# 31529.
And okayed by maintainer.

Many changes, see CHANGELOG for all. Here are some highlights:
        * dmidecode.c: Add option -u, --dump. It disables decoding of the
          entries, raw dumps are displayed instead. This option is mainly
          intended for debugging.
        * vpddecode.c: Add option -u, --dump. It disables decoding of the
          VPD records, a raw dump is displayed instead. This option is
          mainly intended for debugging.
        * dmidecode.c: Add option -t, --type. It limits the output to
          the given type(s) of DMI entries.
        * dmiopt.c: Define keywords to be used with --type (instead of
          numeric values).
        * dmidecode.c, dmiopt.c, dmiopt.h: Add option -q, --quiet. It
          makes the output less verbose.
        * dmidecode.c, dmiopt.c, dmiopt.h: Add option -s, --string. It
          prints one selected DMI string instead of the regular output.

This also installs AUTHORS, CHANGELOG, and README.
And I added "@dirrm share/doc/dmidecode" to PLIST.

patch-aa to use PKGMANDIR and also sets docdir.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/dmidecode/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/dmidecode/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/dmidecode/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/dmidecode/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.