From f6dfaeb673d5160ca9712e500ca7816310bac57f Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 15 Apr 2026 19:10:42 -0400 Subject: [PATCH] kl: new port (v0.9.1) --- sysutils/kl/Portfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sysutils/kl/Portfile diff --git a/sysutils/kl/Portfile b/sysutils/kl/Portfile new file mode 100644 index 00000000000..1573f25012d --- /dev/null +++ b/sysutils/kl/Portfile @@ -0,0 +1,25 @@ +# -*- 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/robinovitch61/kl 0.9.1 v +go.offline_build no +revision 0 + +description An interactive Kubernetes log viewer for your terminal. +long_description {*}${description} + +categories sysutils +installs_libs no +license MIT +maintainers {gmail.com:herby.gillot @herbygillot} \ + openmaintainer + +checksums rmd160 d1c57223cca258618872f39da66aea18d7addfde \ + sha256 774b77fce41798abb057e01996740850c52d27457b38499abe91af3ea65d3bc9 \ + size 5299942 + +destroot { + xinstall -m 0755 ${worksrcpath}/kl ${destroot}${prefix}/bin/ +}