pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-io-event



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 23 13:58:26 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-io-event: Makefile PLIST distinfo

Log Message:
devel/ruby-io-event: update to 1.9.0

1.9.0 (2025-02-10)

* Improved IO::Event::Profiler for detecting stalls.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-io-event/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-io-event/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-io-event/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-io-event/Makefile
diff -u pkgsrc/devel/ruby-io-event/Makefile:1.25 pkgsrc/devel/ruby-io-event/Makefile:1.26
--- pkgsrc/devel/ruby-io-event/Makefile:1.25    Sun Feb  9 09:03:20 2025
+++ pkgsrc/devel/ruby-io-event/Makefile Sun Feb 23 13:58:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/02/09 09:03:20 taca Exp $
+# $NetBSD: Makefile,v 1.26 2025/02/23 13:58:25 taca Exp $
 
-DISTNAME=      io-event-1.8.4
+DISTNAME=      io-event-1.9.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-io-event/PLIST
diff -u pkgsrc/devel/ruby-io-event/PLIST:1.5 pkgsrc/devel/ruby-io-event/PLIST:1.6
--- pkgsrc/devel/ruby-io-event/PLIST:1.5        Sun Feb  9 09:03:20 2025
+++ pkgsrc/devel/ruby-io-event/PLIST    Sun Feb 23 13:58:25 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/02/09 09:03:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/02/23 13:58:25 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/IO_Event.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete
@@ -7,11 +7,13 @@ ${GEM_LIBDIR}/ext/extconf.rb
 ${GEM_LIBDIR}/ext/io/event/array.h
 ${GEM_LIBDIR}/ext/io/event/event.c
 ${GEM_LIBDIR}/ext/io/event/event.h
+${GEM_LIBDIR}/ext/io/event/fiber.c
+${GEM_LIBDIR}/ext/io/event/fiber.h
 ${GEM_LIBDIR}/ext/io/event/interrupt.c
 ${GEM_LIBDIR}/ext/io/event/interrupt.h
 ${GEM_LIBDIR}/ext/io/event/list.h
-${GEM_LIBDIR}/ext/io/event/profile.c
-${GEM_LIBDIR}/ext/io/event/profile.h
+${GEM_LIBDIR}/ext/io/event/profiler.c
+${GEM_LIBDIR}/ext/io/event/profiler.h
 ${GEM_LIBDIR}/ext/io/event/selector/epoll.c
 ${GEM_LIBDIR}/ext/io/event/selector/epoll.h
 ${GEM_LIBDIR}/ext/io/event/selector/kqueue.c
@@ -27,7 +29,9 @@ ${GEM_LIBDIR}/lib/IO_Event.${RUBY_DLEXT}
 ${GEM_LIBDIR}/lib/io/event.rb
 ${GEM_LIBDIR}/lib/io/event/debug/selector.rb
 ${GEM_LIBDIR}/lib/io/event/interrupt.rb
+${GEM_LIBDIR}/lib/io/event/native.rb
 ${GEM_LIBDIR}/lib/io/event/priority_heap.rb
+${GEM_LIBDIR}/lib/io/event/profiler.rb
 ${GEM_LIBDIR}/lib/io/event/selector.rb
 ${GEM_LIBDIR}/lib/io/event/selector/nonblock.rb
 ${GEM_LIBDIR}/lib/io/event/selector/select.rb

Index: pkgsrc/devel/ruby-io-event/distinfo
diff -u pkgsrc/devel/ruby-io-event/distinfo:1.23 pkgsrc/devel/ruby-io-event/distinfo:1.24
--- pkgsrc/devel/ruby-io-event/distinfo:1.23    Sun Feb  9 09:03:20 2025
+++ pkgsrc/devel/ruby-io-event/distinfo Sun Feb 23 13:58:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/02/09 09:03:20 taca Exp $
+$NetBSD: distinfo,v 1.24 2025/02/23 13:58:25 taca Exp $
 
-BLAKE2s (io-event-1.8.4.gem) = bdd39a28f94d12094583017280ab2764e4ea7dd3566ce0211ebec8157b3e8030
-SHA512 (io-event-1.8.4.gem) = 0d3f55c59f910ba949109f4b84a3039c81c212a7889e916969cefd9169daa8959b7a66eee913f888de54f0e02aed70142e89baaa4aa32d8806975e1d86ce8f63
-Size (io-event-1.8.4.gem) = 44032 bytes
+BLAKE2s (io-event-1.9.0.gem) = 863ae1eafdf30bb0fb0e4f171dd6be012869cb54a2bf1d63af839898c30f2ea5
+SHA512 (io-event-1.9.0.gem) = 344f7e8c4b666d64917d600460d79123684e8be39f38eb55f700d3a3577cb777fbd75678f1c36a1eb36655faa751f8e070f9a9916da5a97c2502ac84b87315f8
+Size (io-event-1.9.0.gem) = 46592 bytes



Home | Main Index | Thread Index | Old Index