aboutsummaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-09-06 12:58:25 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-09-06 12:58:25 +0000
commitfce0f4ebce1e16e3d5ea19e9f7f8e732347175a1 (patch)
tree927bd609c4cdf307b7cd7bca3584a40b42edce71 /converters/Makefile
parent6e86080939e4bfedaefa5ffed65284322831a831 (diff)
downloadports-fce0f4ebce1e16e3d5ea19e9f7f8e732347175a1.tar.gz
ports-fce0f4ebce1e16e3d5ea19e9f7f8e732347175a1.zip
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
Notes
Notes: svn path=/head/; revision=511316
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 7d41cb9deffa..5db836cdf91e 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -13,6 +13,7 @@
SUBDIR += base64
SUBDIR += base91
SUBDIR += bibtexconv
+ SUBDIR += bmfdec
SUBDIR += bsdconv
SUBDIR += btoa
SUBDIR += chmview