Version: 1.3, Package name: mdprint-1.3 |
Maintained by: Klemens Nanni |
Master sites: |
Description mdprint prints the contents of the provided binary sun4v MD file. If no file is provided, the "guest MD" is read from the device file "/dev/mdesc" which is expected to be present on all sun4v guest domains. If no file is provided and the -P/--PRI option is used, the PRI (physical resource inventory) MD is read from the device file "/devices/pseudo/ds_pri@0:ds_pri" (Solaris only). The complete PRI is only available on the "primary" domain. |
Filesize: 3087.678 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-01-10 15:33:22 by Klemens Nanni | Files touched by this commit (2) |
Log message: Convert quirky .rpm handling to regular EXTRACT_SUFX=.rpm OK espie robert |
2020-12-27 21:01:48 by Klemens Nanni | Files touched by this commit (2) |
Log message: Fix Python 3.8+ SyntaxWarning messages on every usage https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior Polish 2to3 usage while here. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-05-14 13:12:09 by Klemens Nanni | Files touched by this commit (3) |
Log message: Fix "mdprint -p" (parsable output) for byte array values I missed another sloppy conversion of tuples into hex encoded strings while making this script run with Python 3. Fix odd line break in DESCR while here. |
2020-05-14 13:09:32 by Klemens Nanni | Files touched by this commit (1) |
Log message: Extract only the script we need, use a variable |