NOTICE: This package has been removed from pkgsrc

./devel/ruby-memoize, Speeds up methods at the cost of memory (or disk space)

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


Branch: CURRENT, Version: 1.3.1, Package name: ruby200-memoize-1.3.1, Maintainer: pkgsrc-users

The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.


Required to run:
[lang/ruby200-base]

Master sites:

SHA1: 421dd0587ff836bbb38d018ee460be343ca06d80
RMD160: 6206c7c262122486be2c8461e23b0c86a84529ed
Filesize: 4.387 KB

Version history: (Expand)


CVS history: (Expand)


   2016-01-09 20:55:17 by Izumi Tsutsui | Files touched by this commit (5) | Package removed
Log message:
Remove ruby-memoize package.

* not well-maintained in upstream
* active alternative "memoist" gem is available and committed
* the only user mikutter is updated to use the memoist gem
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

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-09-25 10:52:59 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update HOMEPAGE and comment out unreachable MASTER_SITES.
Avoid using rubyforge.org since it stopped most of services.
   2015-03-15 18:25:56 by Hiramatsu Yoshifumi | Files touched by this commit (11)
Log message:
Set MAINTAINER to pkgsrc-users.
   2013-07-21 04:40:46 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Use RbConfig instead of legacy Config.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-02-25 03:34:14 by OBATA Akio | Files touched by this commit (5) | Imported package
Log message:
Import ruby-memoize-1.3.1 as devel/ruby-memoize.

The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.