git: 130c104e4c5f - main - devel/R-cran-otel: Add new port

From: TAKATSU Tomonari <tota_at_FreeBSD.org>
Date: Thu, 23 Oct 2025 23:37:33 UTC
The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=130c104e4c5fab675b04c5bb65d28c1ec1592799

commit 130c104e4c5fab675b04c5bb65d28c1ec1592799
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2025-10-23 06:58:14 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2025-10-23 23:37:25 +0000

    devel/R-cran-otel: Add new port
    
    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.
---
 devel/Makefile              |  1 +
 devel/R-cran-otel/Makefile  | 14 ++++++++++++++
 devel/R-cran-otel/distinfo  |  3 +++
 devel/R-cran-otel/pkg-descr |  8 ++++++++
 4 files changed, 26 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1fc134119e08..05f8b393a49f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -98,6 +98,7 @@
     SUBDIR += R-cran-msm
     SUBDIR += R-cran-multicool
     SUBDIR += R-cran-optparse
+    SUBDIR += R-cran-otel
     SUBDIR += R-cran-pak
     SUBDIR += R-cran-parallelly
     SUBDIR += R-cran-parsedate
diff --git a/devel/R-cran-otel/Makefile b/devel/R-cran-otel/Makefile
new file mode 100644
index 000000000000..770a0bf8137a
--- /dev/null
+++ b/devel/R-cran-otel/Makefile
@@ -0,0 +1,14 @@
+PORTNAME=	otel
+PORTVERSION=	0.2.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	OpenTelemetry R API
+WWW=		https://cran.r-project.org/web/packages/otel/
+
+LICENSE=	MIT
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-otel/distinfo b/devel/R-cran-otel/distinfo
new file mode 100644
index 000000000000..1796feb5070d
--- /dev/null
+++ b/devel/R-cran-otel/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1761198669
+SHA256 (otel_0.2.0.tar.gz) = ef8afe5a1bc8074bbeb8a84134699ef348a1f8ac629ffba25ee43ea7bcd8dd17
+SIZE (otel_0.2.0.tar.gz) = 72585
diff --git a/devel/R-cran-otel/pkg-descr b/devel/R-cran-otel/pkg-descr
new file mode 100644
index 000000000000..0cf20d58dbc4
--- /dev/null
+++ b/devel/R-cran-otel/pkg-descr
@@ -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.