# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/boz/kail 0.16.1 v github.tarball_from archive revision 0 description Kubernetes log viewer long_description Kubernetes tail. Streams logs from all containers of all \ matched pods. Match pods by service, replicaset, \ deployment, and others. Adjusts to a changing cluster - \ pods are added and removed from logging as they fall in \ or out of the selection. categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 b86fa43ca50f077dff8d6e7e130137e05906a07b \ sha256 280cf351ec38c76daad80a35c86e900bdf63dedadc78a610deb860b626907ef9 \ size 36769 build.env-delete GO111MODULE=off GOPROXY=off build.cmd make build.target build destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }