a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {entrycache entryCache} 1.1 install.rb {README doc test}
maintainers nomaintainer@macports.org
description A size limited hash class for ruby.
long_description EntryCache is a size limited hash class for ruby. \
it features multple flushing/purging algorithms, and \
is very effective as a general purpose memory cache. \
Also provided is AdaptiveEntryCache, which adjusts and \
resizes automaticly based on the current cache hit/miss rate, \
allowing the cache to scale based on current runtime \
requirements. Both variants are easy to use and employ, \
and may serve as a drop-in replacement for \
Hash(as they are mainly extending it).
checksums md5 d519c75e9306e5ff2dfa46e52f9e54fc
homepage http://idanso.dyndns.org:8081/rportal/software.rb?id=7
master_sites http://idanso.dyndns.org:8081/rportal/static/downloads/
platforms darwin