./devel/ruby-memoist, Replacement of memoizable, memoize methods invocation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.16.2, Package name: ruby27-memoist-0.16.2, Maintainer: tsutsui

Memoist a ruby library that provides memoize methods,
which is an extraction of ActiveSupport::Memoizable.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-03-23 16:36:04 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Add USE_LANGUAGES

Add "USE_LANGUAGES=	# none".
   2019-12-11 15:51:36 by Izumi Tsutsui | Files touched by this commit (3) | Package updated
Log message:
ruby-memoist: update to 0.16.2.

Upstream changes (from CHANGELOG.md):

v0.16.2 (2019-12-04)

Merged pull requests:

* Fix regression introduced by frozen symbol fix #86 (sebjacobs)

v0.16.1 (2019-11-08)

Merged pull requests:

* Remove ruby 1.9.2 from travis build matrix #84 (unasuke)
* Make Memoist.escape_punctuation compatible with MRI 2.7 #82 (casperisfine)
* add 2.5.1 to travis #77 (matthewrudy)
* Remove ghit.me #74 (matthewrudy)
* Place sample code for execution in README.md #73 (3nan3)
* Require Ruby >=1.9.2 #69 (matthewrudy)
   2017-07-08 05:11:05 by Izumi Tsutsui | Files touched by this commit (2) | Package updated
Log message:
Update ruby-memoist to 0.16.0.

No upstream changelog (except github log),
but there is an implicit API change that breaks pkgsrc/net/mikutter.
mikutter will be updated to the latest version which support newer memoist.
   2016-11-01 17:50:31 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-memoist to 0.15.0.

* Add the frozen string literal pragma for ruby 2.3.0.
* Add a benchmark for basic performance of memoised methods
* Add a hit counter... 90s style
* Use SVG badge over PNG
* Ensure we don't load uninitialized variables in the test
* Avoid overwriting the memoized_methods helper
   2016-01-09 19:38:26 by Izumi Tsutsui | Files touched by this commit (4)
Log message:
Import ruby-memoist-0.14.0 as devel/ruby-memoist.

Memoist a ruby library that provides memoize methods,
which is an extraction of ActiveSupport::Memoizable.