pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

victorialogs-vlagent: Import vlagent-1.52.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Aug 13 11:49:00 2026 +0200
Changeset:	3e9ea481f5466d68348e48eb7e3279391d2690d3

Added Files:
	victorialogs-vlagent/DESCR
	victorialogs-vlagent/Makefile
	victorialogs-vlagent/PLIST

Log Message:
victorialogs-vlagent: Import vlagent-1.52.0

VictoriaLogs is open source user-friendly database for logs from
VictoriaMetrics.

This package contains vlagent, an agent for collecting logs from
various sources and storing them in VictoriaLogs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e9ea481f5466d68348e48eb7e3279391d2690d3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 victorialogs-vlagent/DESCR    |  5 +++++
 victorialogs-vlagent/Makefile | 13 +++++++++++++
 victorialogs-vlagent/PLIST    |  2 ++
 3 files changed, 20 insertions(+)

diffs:
diff --git a/victorialogs-vlagent/DESCR b/victorialogs-vlagent/DESCR
new file mode 100644
index 0000000000..759cce9638
--- /dev/null
+++ b/victorialogs-vlagent/DESCR
@@ -0,0 +1,5 @@
+VictoriaLogs is open source user-friendly database for logs from
+VictoriaMetrics.
+
+This package contains vlagent, an agent for collecting logs from
+various sources and storing them in VictoriaLogs.
diff --git a/victorialogs-vlagent/Makefile b/victorialogs-vlagent/Makefile
new file mode 100644
index 0000000000..5b25dbbe43
--- /dev/null
+++ b/victorialogs-vlagent/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+PKGNAME=	vlagent-${VICTORIALOGS_VERS}
+
+COMMENT=	Agent for collecting logs storing them in VictoriaLogs
+
+GOFLAGS+=		-ldflags ' \
+			-X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=vlagent-${PKGVERSION_NOREV}'
+GO_BUILD_PATTERN+=	./app/vlagent
+
+.include "../../wip/victorialogs/Makefile.common"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/victorialogs-vlagent/PLIST b/victorialogs-vlagent/PLIST
new file mode 100644
index 0000000000..1d54c08db4
--- /dev/null
+++ b/victorialogs-vlagent/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/vlagent


Home | Main Index | Thread Index | Old Index