Graphicsmagick version 1.3.7 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    graphicsmagick  most recent diff


    version 1.3.7

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The graphicsmagick Portfile 57993 2009-09-20 11:09:14Z ryandesign macports.org $

      PortSystem 1.0

      Name: GraphicsMagick
      Version: 1.3.7
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: graphics
      Platform: darwin
      Maintainers: ryandesign openmaintainer
      license MIT

      Description: image processing tools collection

      Long Description: GraphicsMagick is the swiss army knife of image processing. It provides a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG, and TIFF.

      Homepage: http://www.graphicsmagick.org/
      Master Sites: sourceforge:graphicsmagick ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/${branch}/

      Checksums: md5 42bfd382ddcda399880721170bcbf61b sha1 e65c4d799704245216821374f66de5796795c263 rmd160 56a7408d2f3fc15be2859a0d5b3c42e0549faf0c

      depends_lib port:libxml2 port:bzip2 port:zlib port:libpng port:tiff port:freetype port:libiconv port:jpeg

      use_bzip2 yes

      configure.args --with-jbig=no --with-wmf=no --with-dps=no --with-lcms=no --with-x=no --with-perl=no --with-trio=no --with-jp2=no --with-fpx=no --with-png=yes --with-tiff=yes --with-bzlib=yes --with-zlib=yes --with-xml=yes --with-ttf=yes --enable-shared=yes

      use_parallel_build yes

      test.run yes
      test.target check

      Variant: lcms description {Support the Little Color Management System} {
      depends_lib-append port:lcms
      configure.args-delete --with-lcms=no
      configure.args-append --with-lcms=yes
      }

      Variant: q8 conflicts q16 q32 description {Use 8 bits per pixel quantum} {
      configure.args-append --with-quantum-depth=8
      }

      Variant: q16 conflicts q8 q32 description {Use 16 bits per pixel quantum} {
      configure.args-append --with-quantum-depth=16
      }

      Variant: q32 conflicts q8 q16 description {Use 32 bits per pixel quantum} {
      configure.args-append --with-quantum-depth=32
      }

      if {![variant_isset q16] && ![variant_isset q32]} {
      default_variants +q8
      }

      livecheck.type regex
      livecheck.regex {>([0-9.]+)<}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.