summaryrefslogtreecommitdiff
path: root/sysutils/dmidecode
AgeCommit message (Collapse)AuthorFilesLines
2006-12-23regen patch-aa (fixing pkglint warning). From MAINTAINER.wiz2-6/+7
2006-07-17Update to 2.8, provided by Sergey Svishchev:wiz2-6/+6
Version 2.8 of dmidecode adds a new command line interface and many BIOS IDs to vpddecode, and a few new --string options to dmidecode.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-2/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-29Update to 2.7. This is from Nicolas Joly via PR# 31529.reed4-14/+18
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.
2005-05-26Update to 2.6, provided by Nicolas Joly in PR 30342.wiz3-12/+12
Changes: bugfixes and more IDs. BeOS support.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-07Fix typo in ONLY_FOR_PLATFORM to enable it for amd64.wiz1-2/+2
From Nicolas Joly in PR 29264.
2005-01-12Import dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable formathubertf5-0/+47
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.