Skip to content

Commit

Permalink
devel/rubygem-traces: Add rubygem-traces 0.4.0
Browse files Browse the repository at this point in the history
Traces captures 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.

WWW: https://github.com/socketry/traces
  • Loading branch information
sunpoet committed May 13, 2022
1 parent dc5eaa4 commit d447dd5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6962,6 +6962,7 @@
SUBDIR += rubygem-to_regexp
SUBDIR += rubygem-tool
SUBDIR += rubygem-tracer
SUBDIR += rubygem-traces
SUBDIR += rubygem-trailblazer-option
SUBDIR += rubygem-transaction-simple
SUBDIR += rubygem-travis
Expand Down
18 changes: 18 additions & 0 deletions devel/rubygem-traces/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= traces
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Application instrumentation and tracing

LICENSE= MIT

USES= gem
USE_RUBY= yes

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-traces/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1652122543
SHA256 (rubygem/traces-0.4.0.gem) = 80fd1a0ecedf81ef1f57c586612afce9080b3ed6858e29cd127ff80de05982d1
SIZE (rubygem/traces-0.4.0.gem) = 11776
8 changes: 8 additions & 0 deletions devel/rubygem-traces/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Traces captures 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.

WWW: https://github.com/socketry/traces

0 comments on commit d447dd5

Please sign in to comment.