# -*- 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 # $Id: Portfile 151762 2016-08-21 20:20:12Z mps@macports.org $ PortSystem 1.0 PortGroup muniversal 1.0 name lcms2 version 2.8 worksrcdir lcms2-${version} categories graphics platforms darwin maintainers nomaintainer license MIT description Little Color Management System, a color matching \ method library (version 2) 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:project/lcms/lcms/${version}/ \ ${homepage} checksums rmd160 6d09bf8974cc02c6c75b3807a656ae0574ab1a07 \ sha256 66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22 depends_lib port:jpeg \ port:tiff \ port:zlib test.run yes test.target check livecheck.type regex livecheck.url http://www.littlecms.com/download.html livecheck.regex "Current version is (\[A-Za-z0-9.\]+)"