diff options
author | danfe <danfe@FreeBSD.org> | 2011-11-04 11:32:18 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-11-04 11:32:18 +0800 |
commit | 0bbbfdb70f606ebe08566686b537227d67cfb7bf (patch) | |
tree | 8286c840d18dff6a7abafd5d86e9e44c4f101e0a /graphics | |
parent | 71f25b6a9b3fbe633ee3a4872803881f82586115 (diff) | |
download | freebsd-ports-gnome-0bbbfdb70f606ebe08566686b537227d67cfb7bf.tar.gz freebsd-ports-gnome-0bbbfdb70f606ebe08566686b537227d67cfb7bf.tar.zst freebsd-ports-gnome-0bbbfdb70f606ebe08566686b537227d67cfb7bf.zip |
- Improve port description (reformat and make it more complete)
- Stop telling lies about LGPL; while Little CMS did use LGPL until revision
1.12, it switched to the MIT license after that as it is more suitable for
commercial applications
- Remove Author tag since WWW page is comprehensive enough
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lcms2/pkg-descr | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/graphics/lcms2/pkg-descr b/graphics/lcms2/pkg-descr index d701ce3f4117..0b1fbac38043 100644 --- a/graphics/lcms2/pkg-descr +++ b/graphics/lcms2/pkg-descr @@ -1,10 +1,15 @@ -LCMS is the Little Color Management System, a Color Matching Method -(CMM) library which implements fast transforms between ICC profiles. -It is released under LGPL with source code and meant to be portable. +Little CMS intends to be a small-footprint color management engine, with +special focus on accuracy and performance. It uses the International Color +Consortium standard (ICC), which is the modern standard when regarding to +color management. The ICC specification is widely used and is referred to +in many International and other de-facto standards. It was approved as an +International Standard, ISO 15076-1, in 2005. -Color management refers to techniques that ensure consistent color -as images are transferred from scanners or cameras to monitors and -printers. +Since version 2.1, Little CMS fully implements ICC specification 4.2 plus +all addendums; it fully supports all kind of V2 and V4 profiles, including +abstract, devicelink, and named color profiles. -Author: Marti Maria -WWW: http://www.littlecms.com/ +Color management refers to techniques that ensure consistent colors while +images are transferred from scanners or cameras to monitors and printers. + +WWW: http://www.littlecms.com/ |