Download and Install hibernate3 version 3.2.5.ga on Mac OS X
Thursday the 24th of July, 2008

    hibernate3  most recent diff


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



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

      PortSystem 1.0

      Name: hibernate3
      Version: 3.2.5.ga

      Category: java databases
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Hibernate ORM for Java.
      Long Description: Hibernate is a powerful, ultra-high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition and the Java collections framework. The Hibernate Query Language, designed as a "minimal" object-oriented extension to SQL, provides an elegant bridge between the object and relational worlds. Hibernate also allows you to express queries using native SQL or Java-based Criteria and Example queries. Hibernate is now the most popular object/relational mapping solution for Java.
      Homepage: http://www.hibernate.org/

      distname hibernate-${version}
      master_sites sourceforge:hibernate
      checksums md5 1542d795a2bdbcc21c47c128c80fe14b

      depends_build bin:java:kaffe bin:ant:apache-ant bin:antlr:antlr port:junit

      use_configure no

      worksrcdir hibernate-3.2

      build.cmd ant
      build.target jar
      build.args
      build.env CLASSPATH=${prefix}/share/java/junit.jar:${prefix}/share/java/antlr.jar

      destroot {
      # Ensure needed directories
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc

      # Install the jar
      xinstall -m 644 ${worksrcpath}/build/${name}.jar ${worksrcpath}/build/${name}-client.jar ${destroot}${prefix}/share/java

      # Install the docs
      file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.check sourceforge
      livecheck.name hibernate
      livecheck.distname ${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/hibernate3
      % sudo port install hibernate3
      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 hibernate3
      ---> Verifying checksum for hibernate3
      ---> Extracting hibernate3
      ---> Configuring hibernate3
      ---> Building hibernate3 with target all
      ---> Staging hibernate3 into destroot
      ---> Installing hibernate3
    - 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 hibernate3 with these commands:
      %  man hibernate3
      % apropos hibernate3
      % which hibernate3
      % locate hibernate3

     Where to find more information:

    Darwin Ports



    image test