CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/11/05 11:01:02
Log message:
Import yq
yq takes YAML input, converts it to JSON, and filters it through jq(1).
No output conversion is done by default. Command line arguments are
forwarded.
yq exits 1 on YAML parsing errors, otherwise jq's exit code is forwarded.
YAML tags in the input are ignored (any nested data is treated as untagged).
Key order is preserved.
xq behaves like yq but takes XML input. Multiple XML documents can be
passed
in separate files/streams. Entity expansion and DTD resolution is disabled
to
avoid XML parsing vulnerabilities.
Feedback rsadowski kmos
OK kmos
Status:
Vendor Tag: kn
Release Tags: kn_20191105
N ports/textproc/yq/Makefile
N ports/textproc/yq/distinfo
N ports/textproc/yq/pkg/DESCR
N ports/textproc/yq/pkg/PLIST
No conflicts created by this import