The NetBSD Project

CVS log for pkgsrc/time/ruby-timers/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / time / ruby-timers

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 4 15:31:57 2022 UTC (16 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

time/ruby-timers: update to 4.3.5

4.3.5 (2022-10-12)

* Fix indentation and related warnings.
* Remove test output.
* Relax timer quantum so that sus-parallel passes.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 4 13:53:31 2022 UTC (19 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

time/ruby-timers: update to 4.3.4

4.3.4 (2022-09-02)

* Add clear! function and refactor validate function
* Add tests that use validate function to check heap invariant
* Refactor name of heap validation method from validate! to valid?
* CI against Ruby 3.1
* Modernize gem.
* Migrate to sus for tests.
* Flush queued timers if possible.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 13 10:08:16 2021 UTC (3 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

time/ruby-timers: update to 4.3.3

4.3.3 (2021-02-13)

No release note nor changelog.  Here is quote from commit log.

* Fix development workflow.
* Remove comment from gemspec.
* Add priority queue class
* Add #size method and change to actual minheap
* Add some tests for priority heap
* Rename first and insert to peek and push for naming consistency
* Switch to a PriorityHeap instead of array for storing Handles
* Refactor Handle class to use Comparable mixin
* Add extra performance test for timer queue insertion speed
* Reduce required accuracy for tests, because macOS on GitHub Actions iãà* Updated code formatting & specs.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 14 15:19:49 2020 UTC (3 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

time/ruby-timers: update to 4.3.2

Update ruby-timers package to 4.3.2.

No release note is available.  Please refer
<https://github.com/socketry/timers/compare/v4.3.0...v4.3.2> in detail.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 22 09:36:18 2020 UTC (4 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

time/ruby-timers: update to 4.3.0

Update ruby-timers to 4.3.0.

pkgsrc changes:
* Add "USE_LANGUAGES=	# none".
* Update dependency.

No release notes available.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 20 15:43:17 2017 UTC (7 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update ruby-timers to 4.1.2.

## 4.1.2 (2016-11-26)

* RuboCop reformatting

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 13 14:06:36 2015 UTC (8 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Update ruby-timers to 4.1.1.

4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.

4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 13 13:28:23 2015 UTC (9 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1

Add ruby-timers package version 4.0.1.

Ruby timer collections. Schedule several procs to fire after configurable
delays or at periodic intervals.

This gem is especially useful when you are faced with an API that accepts a
single timeout but you want to run multiple timers on top of it. An example of
such a library is [nio4r](https://github.com/celluloid/nio4r), a
cross-platform Ruby library for using system calls like epoll and kqueue.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>