<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/dmidecode/Makefile, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-01-04T14:08:14Z</updated>
<entry>
<title>Change maintainer email to my NetBSD.org alias.  At the same time, disown</title>
<updated>2009-01-04T14:08:14Z</updated>
<author>
<name>shattered</name>
<email>shattered</email>
</author>
<published>2009-01-04T14:08:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e24e7aa63a18e570b9f63feb8165bac736c44b0f'/>
<id>urn:sha1:e24e7aa63a18e570b9f63feb8165bac736c44b0f</id>
<content type='text'>
games/adom -- I don't use (play :-) it these days.
</content>
</entry>
<entry>
<title>Update dmidecode to 2.10.</title>
<updated>2008-12-06T11:36:41Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-12-06T11:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a52658238589fe3ae6e00326e8dd96236981c31d'/>
<id>urn:sha1:a52658238589fe3ae6e00326e8dd96236981c31d</id>
<content type='text'>
Patch provided by Sergey Svishchev via PR 40104.

dmidecode:
* Support for Solaris (x86 only, of course).
* Possibility to dump the SMBIOS/DMI table to a small binary file
  (option --dump-bin).
* Possibility to read the SMBIOS/DMI table from such binary files
  (option --from-dump).
* Support for SMBIOS 2.6. This includes new chassis types, new
  processor family names, new processor family upgrade names, bus
  address for system slots, and a new entry type for on-board devices,
  amongst many other minor changes.
* Support for DMI entry type 31 (Boot integrity services).
* Many processor family names taken from the CIM Schema document.

vpddecode:
* No longer ask users to report broken records.
* Fix --quiet option.
</content>
</entry>
<entry>
<title>Update to 2.9:</title>
<updated>2007-09-05T21:48:39Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2007-09-05T21:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2dd270d3ec0b76945953537938f31dfb6fcd328f'/>
<id>urn:sha1:2dd270d3ec0b76945953537938f31dfb6fcd328f</id>
<content type='text'>
Update to support SMBIOS specification version 2.5 and others, please
review CHANGELOG for the full list of changes.
</content>
</entry>
<entry>
<title>Supports DESTDIR installation.</title>
<updated>2007-08-10T23:25:02Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-08-10T23:25:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=81e9e50097e66b9e746c4a8b7aaa3c9c069a53e9'/>
<id>urn:sha1:81e9e50097e66b9e746c4a8b7aaa3c9c069a53e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.8, provided by Sergey Svishchev:</title>
<updated>2006-07-17T18:38:43Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-07-17T18:38:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70d0596369c4457f798cfdb083653184e344267b'/>
<id>urn:sha1:70d0596369c4457f798cfdb083653184e344267b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update to 2.7. This is from Nicolas Joly via PR# 31529.</title>
<updated>2005-10-29T15:32:04Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2005-10-29T15:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9735f68176763096ad8b13c93298f9212459dbd2'/>
<id>urn:sha1:9735f68176763096ad8b13c93298f9212459dbd2</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update to 2.6, provided by Nicolas Joly in PR 30342.</title>
<updated>2005-05-26T13:53:33Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-05-26T13:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6804769639a33f7fff6ef87f8458278bbee6f4dd'/>
<id>urn:sha1:6804769639a33f7fff6ef87f8458278bbee6f4dd</id>
<content type='text'>
Changes: bugfixes and more IDs. BeOS support.
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sign over maintainership to tech-pkg@</title>
<updated>2005-02-21T20:26:08Z</updated>
<author>
<name>hubertf</name>
<email>hubertf</email>
</author>
<published>2005-02-21T20:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7692814d02f053538d682dd6e1449129b3a4918a'/>
<id>urn:sha1:7692814d02f053538d682dd6e1449129b3a4918a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in ONLY_FOR_PLATFORM to enable it for amd64.</title>
<updated>2005-02-07T12:42:20Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-02-07T12:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a24cfbbc0ec2330736008534ada3cba31612dad'/>
<id>urn:sha1:2a24cfbbc0ec2330736008534ada3cba31612dad</id>
<content type='text'>
From Nicolas Joly in PR 29264.
</content>
</entry>
</feed>
