pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-otel



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  7 02:17:52 UTC 2026

Added Files:
        pkgsrc/devel/R-otel: DESCR Makefile distinfo

Log Message:
(devel/R-otel) import R-otel-0.2.0

High-quality, ubiquitous, and portable telemetry to enable effective
observability. OpenTelemetry is a collection of tools, APIs, and SDKs
used to instrument, generate, collect, and export telemetry data
(metrics, logs, and traces) for analysis in order to understand your
software's performance and behavior. This package implements the
OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use
this package as a dependency if you want to instrument your R package
for OpenTelemetry.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-otel/DESCR pkgsrc/devel/R-otel/Makefile \
    pkgsrc/devel/R-otel/distinfo

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

Added files:

Index: pkgsrc/devel/R-otel/DESCR
diff -u /dev/null pkgsrc/devel/R-otel/DESCR:1.1
--- /dev/null   Sun Jun  7 02:17:52 2026
+++ pkgsrc/devel/R-otel/DESCR   Sun Jun  7 02:17:52 2026
@@ -0,0 +1,8 @@
+High-quality, ubiquitous, and portable telemetry to enable effective
+observability. OpenTelemetry is a collection of tools, APIs, and SDKs
+used to instrument, generate, collect, and export telemetry data
+(metrics, logs, and traces) for analysis in order to understand your
+software's performance and behavior. This package implements the
+OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use
+this package as a dependency if you want to instrument your R package
+for OpenTelemetry.
Index: pkgsrc/devel/R-otel/Makefile
diff -u /dev/null pkgsrc/devel/R-otel/Makefile:1.1
--- /dev/null   Sun Jun  7 02:17:52 2026
+++ pkgsrc/devel/R-otel/Makefile        Sun Jun  7 02:17:52 2026
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2026/06/07 02:17:52 mef Exp $
+
+R_PKGNAME=     otel
+R_PKGVER=      0.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       OpenTelemetry R API
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-otel/distinfo
diff -u /dev/null pkgsrc/devel/R-otel/distinfo:1.1
--- /dev/null   Sun Jun  7 02:17:52 2026
+++ pkgsrc/devel/R-otel/distinfo        Sun Jun  7 02:17:52 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/06/07 02:17:52 mef Exp $
+
+BLAKE2s (R/otel_0.2.0.tar.gz) = 246666d70d5dbace169488b2e5fce4a7883bb98875c9712dd06d6c834c6605fd
+SHA512 (R/otel_0.2.0.tar.gz) = 99c42586e18660ac15941ecb38441b1054c8b7afeeeafdc847416437de1a3229ca1b8f3ed3bffb0f5b3ea040525625a9ae25892eef7235edbac1f30387f38769
+Size (R/otel_0.2.0.tar.gz) = 72585 bytes



Home | Main Index | Thread Index | Old Index