Download and Install rb-memcache on Mac OS X
Thursday the 24th of July, 2008

    rb-memcache  most recent diff


      View the most recent changes for the rb-memcache port at: rb-memcache.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-memcache.
      The raw portfile for rb-memcache is located here:
      http://rb-memcache.darwinports.com/dports/ruby/rb-memcache/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-memcache
      Google
      Web Darwinports.com



      # $Id: Portfile 24602 2007-04-29 00:30:13Z pguyot kallisys.net $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup {memcache Ruby-MemCache} 0.0.4 basic_install.rb {README docs tests test.rb utils.rb}
      Maintainers: pguyot kallisys.net
      Description: This is a client library for memcached
      Long Description: memcached is used to alleviate database load by caching oft-used values in network-accessible memory space, and is used behind several high-traffic dynamic web sites like LiveJournal, Slashdot, WikiPedia, and others.
      checksums md5 32ab2c32a7d35a67f56ed21c72fe4e6f rmd160 11d391aacf4f5a05dd665ccac361a48163c2512a sha1 e5866091bad54c3f5e924f176846677ca14991c0
      Homepage: http://www.deveiate.org/code/Ruby-MemCache.html
      master_sites http://www.deveiate.org/code/
      depends_lib-append port:memcached
      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-memcache
      % sudo port install rb-memcache
      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-memcache
      ---> Verifying checksum for rb-memcache
      ---> Extracting rb-memcache
      ---> Configuring rb-memcache
      ---> Building rb-memcache with target all
      ---> Staging rb-memcache into destroot
      ---> Installing rb-memcache
    - 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-memcache with these commands:
      %  man rb-memcache
      % apropos rb-memcache
      % which rb-memcache
      % locate rb-memcache

     Where to find more information:

    Darwin Ports



    image test