(Only the first 10 of 11 ports in this commit are shown above. )
Envoy is a high performance C++ distributed edge and service proxy for
cloud-native services and applications.
Envoy is originally built with Bazel, monstrous build system written in
Java which does silly things like downloading dependencies from GitHub
and is just a PITA to work against. This port is built with two simple
makefiles and GNU make(1). Protobuf semantic validation was disabled
because it apparently requires pulling in ``Go'' language, and I'm not
comfortable with this technology yet.
Note that this port currently requires DEFAULT_VERSIONS+=ssl=boringssl
added to your /etc/make.conf file.
WWW: https://www.envoyproxy.io/