From a4e45a73722015d5e3a75634e7f4a1d889bb2891 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 5 Oct 2024 19:33:00 -0400 Subject: [PATCH] Add port for stern. --- sysutils/stern/Makefile | 19 +++++++++++++++++++ sysutils/stern/distinfo | 5 +++++ sysutils/stern/pkg-descr | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 sysutils/stern/Makefile create mode 100644 sysutils/stern/distinfo create mode 100644 sysutils/stern/pkg-descr diff --git a/sysutils/stern/Makefile b/sysutils/stern/Makefile new file mode 100644 index 0000000..b198223 --- /dev/null +++ b/sysutils/stern/Makefile @@ -0,0 +1,19 @@ +PORTNAME= stern +DISTVERSIONPREFIX= v +DISTVERSION= 1.30.0 +PORTREVISION= 1 +CATEGORIES= sysutils + +MAINTAINER= ports@FreeBSD.org +COMMENT= Multi pod and container log tailing for Kubernetes. + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +GO_MODULE=github.com/stern/stern + +PLIST_FILES= bin/stern + + +.include diff --git a/sysutils/stern/distinfo b/sysutils/stern/distinfo new file mode 100644 index 0000000..aec79cf --- /dev/null +++ b/sysutils/stern/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1728171283 +SHA256 (go/sysutils_stern/stern-v1.30.0/v1.30.0.mod) = c28ceb58c1aad1d9733a001f0202f8422a2828076b4767e2f472620efcbdd317 +SIZE (go/sysutils_stern/stern-v1.30.0/v1.30.0.mod) = 3394 +SHA256 (go/sysutils_stern/stern-v1.30.0/v1.30.0.zip) = 0c7d5ef16a69501541159791dcb3d42238a6bddb6bd73c6f859f5f45ccedab70 +SIZE (go/sysutils_stern/stern-v1.30.0/v1.30.0.zip) = 83635 diff --git a/sysutils/stern/pkg-descr b/sysutils/stern/pkg-descr new file mode 100644 index 0000000..42f342a --- /dev/null +++ b/sysutils/stern/pkg-descr @@ -0,0 +1,5 @@ +Stern. + +Multi pod and container log tailing for Kubernetes + +WWW: https://github.com/stern/stern