1 | # -*- 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 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup muniversal 1.0 |
---|
6 | |
---|
7 | name lcms2 |
---|
8 | version 2.0a |
---|
9 | worksrcdir lcms-2.0 |
---|
10 | categories graphics |
---|
11 | platforms darwin |
---|
12 | maintainers adfernandes openmaintainer |
---|
13 | license MIT |
---|
14 | use_parallel_build yes |
---|
15 | |
---|
16 | description Little Color Management System, a color matching \ |
---|
17 | method library (version 2) |
---|
18 | long_description LCMS is the Little Color Management System, a portable \ |
---|
19 | Color Matching Method (CMM) library which implements \ |
---|
20 | fast transforms between ICC profiles. \ |
---|
21 | Color management refers to techniques that ensure \ |
---|
22 | consistent color as images are transferred from \ |
---|
23 | scanners or cameras to monitors and printers. |
---|
24 | |
---|
25 | homepage http://www.littlecms.com/ |
---|
26 | |
---|
27 | master_sites sourceforge:lcms \ |
---|
28 | ${homepage} |
---|
29 | |
---|
30 | checksums sha1 b9d3939764e3b3f33cb9b9f7cffd43520227db9e |
---|
31 | |
---|
32 | depends_lib port:jpeg \ |
---|
33 | port:tiff \ |
---|
34 | port:zlib |
---|
35 | |
---|
36 | test.run yes |
---|
37 | test.target check |
---|
38 | |
---|
39 | livecheck.type regex |
---|
40 | livecheck.url http://www.littlecms.com/downloads.htm |
---|
41 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*\[a-z\]?)${extract.suffix}" |
---|