Created attachment 207215 [details] A shell archiver for bmfdec port. Add a new port to decompile binary MOF file from WMF buffer, requested by takawata@FreeBSD.org. Now takawata@ implemented WMI embedded Binary MOF object interface to acpi_wmi(4). SEE ALSO: https://reviews.freebsd.org/D21529
FYI, the driver has been commited. https://svnweb.freebsd.org/changeset/base/351930
Assign to committer that requested port, also MAINTAINER. Review items: Recommend using 0.0.0.g20180113 (note the extra zero) as PORTVERSION, or just tag 0.0.1 in the repository and use that for GH_TAGNAME (this is better). Please include the port addition to sysutils/Makefile The changes look fine, I'm happy to approve them (ports) with confirmation that QA (portlint, poudriere) passes.
Back over to Mateusz, who self-assigned
Takanori, are you fine with becoming the maintainer of this port?
Agree.
Let me know if it looks fine for you: https://reviews.freebsd.org/D21545
A commit references this bug: Author: 0mp Date: Fri Sep 6 12:58:26 UTC 2019 New revision: 511316 URL: https://svnweb.freebsd.org/changeset/ports/511316 Log: New port: converters/bmfdec: Decompile binary MOF file (BMF) from WMI buffer Binary MOF buffer in WMI tools: * Decompile binary MOF file (BMF) to UTF-8 plain text MOF file. * Decompress binary MOF file (BMF) * Parse binary MOF file (BMF) EXAMPLES: sysctl -b dev.acpi_wmi.0.bmof | bmf2mof SEE ALSO: acpi_wmi(4) WWW: https://github.com/pali/bmfdec/ PR: 240353 Submitted by: <nork ninth-nine com> (previous version) Reviewed by: takawata Differential Revision: https://reviews.freebsd.org/D21545 Changes: head/converters/Makefile head/converters/bmfdec/ head/converters/bmfdec/Makefile head/converters/bmfdec/distinfo head/converters/bmfdec/pkg-descr
Thanks!