aboutsummaryrefslogtreecommitdiffstats
path: root/converters/Makefile
diff options
context:
space:
mode:
author0mp <0mp@FreeBSD.org>2019-09-06 20:58:25 +0800
committer0mp <0mp@FreeBSD.org>2019-09-06 20:58:25 +0800
commit4692befa97fef691e29c6efa954f5cf6e9879d51 (patch)
tree927bd609c4cdf307b7cd7bca3584a40b42edce71 /converters/Makefile
parentaa573b4bba05c1670e6ff4db5303c952f15aa23e (diff)
downloadfreebsd-ports-gnome-4692befa97fef691e29c6efa954f5cf6e9879d51.tar.gz
freebsd-ports-gnome-4692befa97fef691e29c6efa954f5cf6e9879d51.tar.zst
freebsd-ports-gnome-4692befa97fef691e29c6efa954f5cf6e9879d51.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
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