Download and Install rb-cocoa on Mac OS X
Monday the 8th of September, 2008

    rb-cocoa  most recent diff


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



      # $Id: Portfile 37741 2008-06-21 13:08:28Z kimuraw macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup {cocoa rubycocoa} 0.13.2 install.rb {ChangeLog ReadMe.html ReadMe.ja.html}
      Maintainers: kimuraw
      Description: Ruby bindings for writing cocoa programs
      Long Description: RubyCocoa is a Ruby library for using Cocoa Objects on Mac OS X in Ruby scripts. You can use RubyCocoa to work with Cocoa objects in Ruby scripts, write Cocoa applications with Ruby and Interface Builder, develop small scale simple Cocoa applications and such.
      Category:-append devel
      Homepage: http://${ruby.project}.sourceforge.net/
      master_sites sourceforge:${ruby.project}
      distname RubyCocoa-${version}
      extract.suffix .tgz
      checksums md5 bbafee2a544bc4b8869268af8c187a9a rmd160 35e3616e1db84d070f12c906ed08fb175f600c11 sha1 24d73ced14d2d89df8db5d65c8ef2d4dc3793e9a
      Platform: darwin

      configure.args --install-prefix=${destroot}${prefix} --install-root=${destroot}

      platform darwin 9 {
      if {![variant_isset universal]} {
      configure.args-append --build-universal=no
      }
      }

      test.run yes
      test.cmd ${ruby.bin}
      test.target install.rb test

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

     Where to find more information:

    Darwin Ports



    image test