Port details |
- p5-OpenTelemetry-SDK OpenTelemetry SDK for Perl
- 0.028 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2025-07-22 17:39:17
- Last Update: 2025-08-26 18:57:35
- Commit Hash: c70bb42
- Also Listed In: perl5
- License: ART10
- WWW:
- https://metacpan.org/dist/OpenTelemetry-SDK/
- Description:
- This distribution provides the reference implementation of the OpenTelemetry
Perl interfaces currently defined in the experimental OpenTelemetry
distribution. That is, it includes the functionality needed to collect,
analyze, and export telemetry data produced using the API.
Generally, Perl applications should install this distribution (or other
concrete implementation of the OpenTelemetry API). Using the SDK, an
application can configure how it wants telemetry data to be handled, including
which data should be persisted, how it should be formatted, and where it should
be recorded or exported. However, libraries that produce telemetry data should
generally depend only on OpenTelemetry, deferring the choice of concrete
implementation to the application developer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-OpenTelemetry-SDK>0:sysutils/p5-OpenTelemetry-SDK
- To install the port:
- cd /usr/ports/sysutils/p5-OpenTelemetry-SDK/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-OpenTelemetry-SDK
- pkg install p5-OpenTelemetry-SDK
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-OpenTelemetry-SDK
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1756234357
SHA256 (OpenTelemetry-SDK-0.028.tar.gz) = 16107606f6319ba2dec410234e00429f664444d414754a1b39cabd5f6dfa33d4
SIZE (OpenTelemetry-SDK-0.028.tar.gz) = 56995
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Module-Build-Tiny>0 : devel/p5-Module-Build-Tiny
- p5-Module-Build>=0.4234 : devel/p5-Module-Build
- perl5>=5.42.r<5.43 : lang/perl5.42
- Runtime dependencies:
-
- p5-Feature-Compat-Try>0 : devel/p5-Feature-Compat-Try
- p5-Future-AsyncAwait>=0.38 : devel/p5-Future-AsyncAwait
- p5-IO-Async>0 : devel/p5-IO-Async
- p5-isa>0 : devel/p5-isa
- p5-Metrics-Any>0 : devel/p5-Metrics-Any
- p5-Mutex>0 : devel/p5-Mutex
- p5-Object-Pad>=0.74 : devel/p5-Object-Pad
- p5-OpenTelemetry-Exporter-OTLP>0 : sysutils/p5-OpenTelemetry-Exporter-OTLP
- p5-OpenTelemetry>=0.030 : sysutils/p5-OpenTelemetry
- perl5>=5.42.r<5.43 : lang/perl5.42
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_p5-OpenTelemetry-SDK
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.028 26 Aug 2025 18:57:35
    |
Dan Langille (dvl)  |
sysutils/p5-OpenTelemetry-SDK: Update to 0.028
re: https://github.com/jjatria/perl-opentelemetry-sdk/releases/tag/0.028 |
0.027 22 Jul 2025 17:49:29
    |
Dan Langille (dvl)  |
sysutils/p5-OpenTelemetry-SDK: Fix broken RUN_DEPENDS line
That would never work. Sorry. |
0.027 22 Jul 2025 17:36:42
    |
Dan Langille (dvl)  |
sysutils/p5-OpenTelemetry-SDK: Add new port
This distribution provides the reference implementation of the
OpenTelemetry Perl interfaces currently defined in the experimental
OpenTelemetry distribution. That is, it includes the functionality
needed to collect, analyze, and export telemetry data produced using
the API. |