Download and Install ehcache version 1.1 on Mac OS X
Thursday the 24th of July, 2008

    ehcache  most recent diff


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



      # $Id: Portfile 35275 2008-03-23 15:54:42Z jberry macports.org $

      PortSystem 1.0

      Name: ehcache
      Version: 1.1

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Ehcache is a pure Java, in-process object cache.
      Long Description: Ehcache is a pure Java, in-process cache with the following features: 1. Fast 2. Simple 3. Acts as a pluggable cache for Hibernate 4. Small foot print. Both in terms of size and memory requirements. 5. Minimal dependencies. 6. Fully documented. See the online Documentation, FAQ and the online JavaDoc. 7. Comprehensively Test Coverage. See the clover test report. 8. Scalable to hundreds of caches and large multi-cpu servers. 9. Provides LRU, LFU and FIFO cache eviction policies. 10. Available under the Apache 1.1 license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects. 11. Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.
      Homepage: http://ehcache.sourceforge.net/

      master_sites sourceforge

      extract.suffix .tgz
      worksrcdir ${name}
      fetch.type cvs
      cvs.module ${name}
      cvs.root :pserver:anonymous cvs.sourceforge.net:/cvsroot/ehcache
      cvs.tag RELEASE_[string map { . _ } ${version}]

      checksums md5 1cc46d376838b9d4a99b1a83ebabb88c

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe

      use_configure no

      build.cmd ant
      build.target clean dist

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/build/dist/${name}-${version}.jar ${destroot}${prefix}/share/java/${name}.jar
      file copy ${worksrcpath}/build/javadoc ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test