Download and Install rb-rmagick on Mac OS X
Wednesday the 20th of August, 2008

    rb-rmagick  most recent diff


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



      # $Id: Portfile 37978 2008-07-01 20:58:23Z febeling macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup RMagick 2.5.1 setup.rb {README.html examples} rubyforge:38606
      Maintainers: febeling openmaintainer
      Description: The Ruby interface to ImageMagick and GraphicsMagick
      Long Description: RMagick is an interface between the Ruby programming language and the ImageMagick (tm) and GraphicsMagick image processing libraries. It is fully featured and has good documentation.
      Category:-append graphics
      use_bzip2 yes
      checksums sha1 ca388927fa17dd899992f1adae4cc4793e44c3e7
      Platform: darwin

      depends_lib-append port:ImageMagick

      pre-configure {
      foreach exe {wmf2eps gs} {
      if {[catch {set found [binaryInPath ${exe}]}] != 0} {
      ui_warn "${exe} is not installed, some RMagick examples will fail."
      } else {
      ui_info "${exe} found: ${found}"
      }
      }
      }
      configure.args --doc-dir=${prefix}/share/doc/${name}/userguide --allow-example-errors


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

     Where to find more information:

    Darwin Ports



    image test