Spymemcached version 2.2 - How to Download and Install on Mac OS X
Friday the 13th of November, 2009

    spymemcached  most recent diff


    version 2.2

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


      The spymemcached Portfile 42660 2008-11-28 21:00:37Z blair macports.org $

      PortSystem 1.0

      Name: spymemcached
      Version: 2.2
      Category: java
      Platform: darwin
      Maintainers: blair
      Description: A high performance, distributed object caching system.

      Long Description: Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This Port provides a native Java client written by Dustin Sallings.

      Homepage: http://code.google.com/p/spymemcached/

      Master Sites: googlecode
      distfiles memcached-${version}.jar memcached-${version}-javadoc.zip
      extract.only

      Checksums: memcached-${version}.jar md5 2309fedb8695509ff8eed9e3807dd6b5 sha1 5145de0f9c3f5409634a7dec55eafb58d31d5518 rmd160 8ed59697f9be67a0a377a3b800043ba82749568e memcached-${version}-javadoc.zip md5 72baaa970c6fde74ae43d10c4f43569b sha1 57bf64cf2a7a2d0520651258e9815a75df60cb86 rmd160 78216704b566de738f50274c1619367b8d737ac7

      depends_lib bin:java:kaffe port:spyjar

      use_configure no

      build { }

      destroot {
      set javadir ${destroot}${prefix}/share/java
      set docdir ${destroot}${prefix}/share/doc/${name}

      xinstall -d -m 755 ${javadir}
      xinstall -d -m 755 ${docdir}/api

      file copy ${distpath}/memcached-${version}.jar ${javadir}/spymemcached.jar
      system "unzip -q ${distpath}/memcached-${version}-javadoc.zip -d ${docdir}/api"
      }

    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/spymemcached
      % sudo port install spymemcached
      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 spymemcached
      ---> Verifying checksum for spymemcached
      ---> Extracting spymemcached
      ---> Configuring spymemcached
      ---> Building spymemcached with target all
      ---> Staging spymemcached into destroot
      ---> Installing spymemcached
    - 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 spymemcached with these commands:
      %  man spymemcached
      % apropos spymemcached
      % which spymemcached
      % locate spymemcached

     Where to find more information:

    Darwin Ports



    Lightbox this page.