Rb-rmagick - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    rb-rmagick  most recent diff


    version

      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


      The rb-rmagick Portfile 45873 2009-01-23 20:56:30Z febeling macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup RMagick 2.9.0 setup.rb {README.html examples} rubyforge:50276

      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 1c5bb201ecc1e2ac769068c72666a0edca67c089
      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



    Lightbox this page.