Download and Install rb-og on Mac OS X
Sunday the 12th of October, 2008

    version

      View the most recent changes for the rb-og port at: rb-og.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-og.
      The raw portfile for rb-og is located here:
      http://rb-og.darwinports.com/dports/ruby/rb-og/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-og
      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 og 0.9.5 copy_install:lib {README.og test examples} rubyforge:2866
      Maintainers: nomaintainer
      Description: Og provides transparent serialization of object graphs to a RDBMS backend
      Long Description: Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or for custom queries), suports deserialization to Ruby objects or tuples, automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common Entities.
      Category:-append databases
      checksums md5 9b46291588ccb53ccb62e9e8f3d22d44
      Homepage: http://www.navel.gr/nitro/
      Platform: darwin
      extract.suffix .tgz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.