NOTICE: This package has been removed from pkgsrc

./misc/ruby-memoizable, Memoize method return values

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.2, Package name: ruby27-memoizable-0.4.2, Maintainer: tsutsui

Memoization is an optimization that saves the return value of a method
so it doesn't need to be re-computed every time that method is called.


Required to run:
[misc/ruby-thread_safe] [lang/ruby23-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-05 19:42:47 by Izumi Tsutsui | Files touched by this commit (4) | Package removed
Log message:
ruby-memoizable: remove.

This was just imported for ruby-twitter, and
no other package depends on this.
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

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

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-03-13 15:53:30 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-memoizable to 0.4.2.

* A few big fixes and improvements.
* Use resolution-independent SVG badges [ci skip].
   2014-01-17 14:01:09 by OBATA Akio | Files touched by this commit (4)
Log message:
Import ruby-memoizable-0.4.0 as misc/ruby-memoizable.
part of PR pkg/48447

Memoization is an optimization that saves the return value of a method
so it doesn't need to be re-computed every time that method is called.