summaryrefslogtreecommitdiff
path: root/textproc/nerdlog
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/nerdlog')
-rw-r--r--textproc/nerdlog/Makefile23
-rw-r--r--textproc/nerdlog/distinfo5
-rw-r--r--textproc/nerdlog/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/nerdlog/Makefile b/textproc/nerdlog/Makefile
new file mode 100644
index 000000000000..12535b5cd52b
--- /dev/null
+++ b/textproc/nerdlog/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= nerdlog
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.10.0
+PORTREVISION= 2
+CATEGORIES= textproc
+
+MAINTAINER= lwhsu@FreeBSD.org
+COMMENT= Fast, multi-host TUI log viewer with timeline histogram
+WWW= https://dmitryfrank.com/projects/nerdlog/article
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= gawk:lang/gawk
+
+USES= go:modules
+
+GO_MODULE= github.com/dimonomid/nerdlog
+GO_TARGET= ./cmd/nerdlog
+
+PLIST_FILES= bin/nerdlog
+
+.include <bsd.port.mk>
diff --git a/textproc/nerdlog/distinfo b/textproc/nerdlog/distinfo
new file mode 100644
index 000000000000..e282820199dc
--- /dev/null
+++ b/textproc/nerdlog/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1749828111
+SHA256 (go/textproc_nerdlog/nerdlog-v1.10.0/v1.10.0.mod) = 0c58037f5de021bf8abd2ab2e82ac41d1932270767aeaa05ed08706f77339460
+SIZE (go/textproc_nerdlog/nerdlog-v1.10.0/v1.10.0.mod) = 1160
+SHA256 (go/textproc_nerdlog/nerdlog-v1.10.0/v1.10.0.zip) = 401260acc3c81367e06ef4bcd01f7116bbe3ab1ee346e0b9f92024997f3a49cb
+SIZE (go/textproc_nerdlog/nerdlog-v1.10.0/v1.10.0.zip) = 2256981
diff --git a/textproc/nerdlog/pkg-descr b/textproc/nerdlog/pkg-descr
new file mode 100644
index 000000000000..9ae0933b8848
--- /dev/null
+++ b/textproc/nerdlog/pkg-descr
@@ -0,0 +1,3 @@
+Nerdlog is a fast, remote-first, multi-host TUI log viewer with timeline
+histogram and no central server. Loosely inspired by Graylog/Kibana, but
+without the bloat. Pretty much no setup needed, either.