pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-traces



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  9 14:17:03 UTC 2025

Added Files:
        pkgsrc/devel/ruby-traces: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-traces: add package version 0.15.2

Add package version 0.15.2, this package is required by new ruby-async
package.

Traces

Capture nested traces during code execution in a vendor agnostic way.

Features

* Zero-overhead if tracing is disabled and minimal overhead if enabled.
* Small opinionated interface with standardised semantics, consistent
  with the W3C Trace Context Specification.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-traces/DESCR \
    pkgsrc/devel/ruby-traces/Makefile pkgsrc/devel/ruby-traces/PLIST \
    pkgsrc/devel/ruby-traces/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/ruby-traces/DESCR
diff -u /dev/null pkgsrc/devel/ruby-traces/DESCR:1.1
--- /dev/null   Sun Feb  9 14:17:03 2025
+++ pkgsrc/devel/ruby-traces/DESCR      Sun Feb  9 14:17:02 2025
@@ -0,0 +1,9 @@
+Traces
+
+Capture nested traces during code execution in a vendor agnostic way.
+
+Features
+
+* Zero-overhead if tracing is disabled and minimal overhead if enabled.
+* Small opinionated interface with standardised semantics, consistent
+  with the W3C Trace Context Specification.
Index: pkgsrc/devel/ruby-traces/Makefile
diff -u /dev/null pkgsrc/devel/ruby-traces/Makefile:1.1
--- /dev/null   Sun Feb  9 14:17:03 2025
+++ pkgsrc/devel/ruby-traces/Makefile   Sun Feb  9 14:17:02 2025
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2025/02/09 14:17:02 taca Exp $
+
+DISTNAME=      traces-0.15.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/socketry/traces
+COMMENT=       Application instrumentation and tracing
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-traces/PLIST
diff -u /dev/null pkgsrc/devel/ruby-traces/PLIST:1.1
--- /dev/null   Sun Feb  9 14:17:03 2025
+++ pkgsrc/devel/ruby-traces/PLIST      Sun Feb  9 14:17:02 2025
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/09 14:17:02 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/lib/traces.rb
+${GEM_LIBDIR}/lib/traces/backend.rb
+${GEM_LIBDIR}/lib/traces/backend/capture.rb
+${GEM_LIBDIR}/lib/traces/backend/console.rb
+${GEM_LIBDIR}/lib/traces/backend/test.rb
+${GEM_LIBDIR}/lib/traces/config.rb
+${GEM_LIBDIR}/lib/traces/context.rb
+${GEM_LIBDIR}/lib/traces/provider.rb
+${GEM_LIBDIR}/lib/traces/version.rb
+${GEM_LIBDIR}/license.md
+${GEM_LIBDIR}/readme.md
+${GEM_LIBDIR}/releases.md
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-traces/distinfo
diff -u /dev/null pkgsrc/devel/ruby-traces/distinfo:1.1
--- /dev/null   Sun Feb  9 14:17:03 2025
+++ pkgsrc/devel/ruby-traces/distinfo   Sun Feb  9 14:17:02 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/09 14:17:02 taca Exp $
+
+BLAKE2s (traces-0.15.2.gem) = 462a29c2f7da8dad8923ea2caeaf104f7de6e5fd5aabae23af96a537afe06057
+SHA512 (traces-0.15.2.gem) = 95147024783dc94c03bd86c2e6e48d494f9ce528d88d72c7bdf67bb9e7a5539dc67f64659b90ffb550b00835aa689cc3c920fac6124b86f5783f148044361b63
+Size (traces-0.15.2.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index