Download and Install rb-entrycache on Mac OS X
Monday the 6th of October, 2008

    rb-entrycache  most recent diff


    version

      View the most recent changes for the rb-entrycache port at: rb-entrycache.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-entrycache.
      The raw portfile for rb-entrycache is located here:
      http://rb-entrycache.darwinports.com/dports/ruby/rb-entrycache/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/rb-entrycache
      Google
      Web Darwinports.com



      # $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp macports.org $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup {entrycache entryCache} 1.1 install.rb {README doc test}
      Maintainers: nomaintainer
      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/
      Platform: darwin

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/rb-entrycache
      % sudo port install rb-entrycache
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching rb-entrycache
      ---> Verifying checksum for rb-entrycache
      ---> Extracting rb-entrycache
      ---> Configuring rb-entrycache
      ---> Building rb-entrycache with target all
      ---> Staging rb-entrycache into destroot
      ---> Installing rb-entrycache
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using rb-entrycache with these commands:
      %  man rb-entrycache
      % apropos rb-entrycache
      % which rb-entrycache
      % locate rb-entrycache

     Where to find more information:

    Darwin Ports



    Lightbox this page.