Lcms version 1.18a - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.18a

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


      # -*- 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 lcms Portfile 58103 2009-09-22 06:57:50Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup muniversal 1.0

      Name: lcms
      Version: 1.18a
      Category: graphics
      Platform: darwin
      Maintainers: nomaintainer
      license MIT
      use_parallel_build yes

      Description: Little Color Management System, a color matching method library
      Long Description: LCMS is the Little Color Management System, a portable Color Matching Method (CMM) library which implements fast transforms between ICC profiles. Color management refers to techniques that ensure consistent color as images are transferred from scanners or cameras to monitors and printers.

      Homepage: http://www.littlecms.com/

      Master Sites: sourceforge:lcms ${homepage}

      worksrcdir ${name}-1.18

      Checksums: md5 f4abfe1c57ea3f633c2e9d034e74e3e8 sha1 657837dcc3992a0b0aa538c4b5a4ead82a7cbbb3 rmd160 98219a12e5a1d333e82d3c36de13ac88e10c366e

      depends_lib port:jpeg port:tiff port:zlib

      test.run yes
      test.target check

      livecheck.type regex
      livecheck.url http://www.littlecms.com/downloads.htm
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*\[a-z\]?)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.