pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-metrics
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 9 09:28:28 UTC 2025
Added Files:
pkgsrc/devel/ruby-metrics: DESCR Makefile PLIST distinfo
Log Message:
devel/ruby-metrics: add package version 0.12.1
Add package version 0.12.1, this package is required by new ruby-async
package.
Metrics
Capture metrics about code execution in a vendor agnostic way. As the
author of many libraries which would benefit from metrics, there are few key
priorities: (1) zero overhead if metrics are disabled, minimal overhead if
enabled, and (2) a small and opinionated interface with standardised
semantics.
Features
* Zero-overhead if tracing is disabled and minimal overhead if enabled.
* Small opinionated interface with standardised semantics.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-metrics/DESCR \
pkgsrc/devel/ruby-metrics/Makefile pkgsrc/devel/ruby-metrics/PLIST \
pkgsrc/devel/ruby-metrics/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-metrics/DESCR
diff -u /dev/null pkgsrc/devel/ruby-metrics/DESCR:1.1
--- /dev/null Sun Feb 9 09:28:28 2025
+++ pkgsrc/devel/ruby-metrics/DESCR Sun Feb 9 09:28:28 2025
@@ -0,0 +1,12 @@
+Metrics
+
+Capture metrics about code execution in a vendor agnostic way. As the
+author of many libraries which would benefit from metrics, there are few key
+priorities: (1) zero overhead if metrics are disabled, minimal overhead if
+enabled, and (2) a small and opinionated interface with standardised
+semantics.
+
+Features
+
+* Zero-overhead if tracing is disabled and minimal overhead if enabled.
+* Small opinionated interface with standardised semantics.
Index: pkgsrc/devel/ruby-metrics/Makefile
diff -u /dev/null pkgsrc/devel/ruby-metrics/Makefile:1.1
--- /dev/null Sun Feb 9 09:28:28 2025
+++ pkgsrc/devel/ruby-metrics/Makefile Sun Feb 9 09:28:28 2025
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2025/02/09 09:28:28 taca Exp $
+
+DISTNAME= metrics-0.12.1
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/socketry/metrics
+COMMENT= Application metrics and instrumentation
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-metrics/PLIST
diff -u /dev/null pkgsrc/devel/ruby-metrics/PLIST:1.1
--- /dev/null Sun Feb 9 09:28:28 2025
+++ pkgsrc/devel/ruby-metrics/PLIST Sun Feb 9 09:28:28 2025
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/09 09:28:28 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/bake/metrics/capture.rb
+${GEM_LIBDIR}/lib/metrics.rb
+${GEM_LIBDIR}/lib/metrics/backend.rb
+${GEM_LIBDIR}/lib/metrics/backend/capture.rb
+${GEM_LIBDIR}/lib/metrics/backend/console.rb
+${GEM_LIBDIR}/lib/metrics/backend/test.rb
+${GEM_LIBDIR}/lib/metrics/config.rb
+${GEM_LIBDIR}/lib/metrics/metric.rb
+${GEM_LIBDIR}/lib/metrics/provider.rb
+${GEM_LIBDIR}/lib/metrics/tags.rb
+${GEM_LIBDIR}/lib/metrics/version.rb
+${GEM_LIBDIR}/license.md
+${GEM_LIBDIR}/readme.md
+${GEM_LIBDIR}/releases.md
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-metrics/distinfo
diff -u /dev/null pkgsrc/devel/ruby-metrics/distinfo:1.1
--- /dev/null Sun Feb 9 09:28:28 2025
+++ pkgsrc/devel/ruby-metrics/distinfo Sun Feb 9 09:28:28 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/09 09:28:28 taca Exp $
+
+BLAKE2s (metrics-0.12.1.gem) = 1611ee4531dfb45d00a50975a9b2b7568e777564f8af49b945f162a5c5524d1f
+SHA512 (metrics-0.12.1.gem) = 0d223c89fe20a8e096f8b218daae4429e4b46282e17a2d8a9f09a450c89cebfc73b2ca6bfc17b6f55f368fcc9553797a06bb6d32b437a5bdc32b6d009cc3114c
+Size (metrics-0.12.1.gem) = 13312 bytes
Home |
Main Index |
Thread Index |
Old Index