pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-fiber-annotation



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jun  9 13:40:03 UTC 2023

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

Log Message:
devel/ruby-fiber-annotation: add package version 0.2.0

Required by new version of devel/ruby-async.

Fiber::Annotation

A simple way to annotate what a fiber is currently doing, useful for
debugging, logging and tracing.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-fiber-annotation/DESCR \
    pkgsrc/devel/ruby-fiber-annotation/Makefile \
    pkgsrc/devel/ruby-fiber-annotation/PLIST \
    pkgsrc/devel/ruby-fiber-annotation/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-fiber-annotation/DESCR
diff -u /dev/null pkgsrc/devel/ruby-fiber-annotation/DESCR:1.1
--- /dev/null   Fri Jun  9 13:40:03 2023
+++ pkgsrc/devel/ruby-fiber-annotation/DESCR    Fri Jun  9 13:40:03 2023
@@ -0,0 +1,4 @@
+Fiber::Annotation
+
+A simple way to annotate what a fiber is currently doing, useful for
+debugging, logging and tracing.
Index: pkgsrc/devel/ruby-fiber-annotation/Makefile
diff -u /dev/null pkgsrc/devel/ruby-fiber-annotation/Makefile:1.1
--- /dev/null   Fri Jun  9 13:40:03 2023
+++ pkgsrc/devel/ruby-fiber-annotation/Makefile Fri Jun  9 13:40:03 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/06/09 13:40:03 taca Exp $
+
+DISTNAME=      fiber-annotation-0.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ioquatix/fiber-annotation
+COMMENT=       Mechanism for annotating fibers
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-fiber-annotation/PLIST
diff -u /dev/null pkgsrc/devel/ruby-fiber-annotation/PLIST:1.1
--- /dev/null   Fri Jun  9 13:40:03 2023
+++ pkgsrc/devel/ruby-fiber-annotation/PLIST    Fri Jun  9 13:40:03 2023
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/09 13:40:03 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/lib/fiber/annotation.rb
+${GEM_LIBDIR}/lib/fiber/annotation/version.rb
+${GEM_LIBDIR}/license.md
+${GEM_LIBDIR}/readme.md
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-fiber-annotation/distinfo
diff -u /dev/null pkgsrc/devel/ruby-fiber-annotation/distinfo:1.1
--- /dev/null   Fri Jun  9 13:40:03 2023
+++ pkgsrc/devel/ruby-fiber-annotation/distinfo Fri Jun  9 13:40:03 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/09 13:40:03 taca Exp $
+
+BLAKE2s (fiber-annotation-0.2.0.gem) = 9361fb0d759c5ed2aad2c718e2d8db61d2db11a92ef5239cd042ca001ce16436
+SHA512 (fiber-annotation-0.2.0.gem) = 4a0d51c753e1c6ad47881302c643821892a5f544aa8a73b64555a0d545c8c9780ef3af88580dbb8452732cae6c6ba24406cd41e87a256c4b2f9f4077357cfbbe
+Size (fiber-annotation-0.2.0.gem) = 10240 bytes



Home | Main Index | Thread Index | Old Index