diff options
author | gdt <gdt@pkgsrc.org> | 2008-11-01 13:40:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-11-01 13:40:34 +0000 |
commit | 0d5748b6b61d7a4f507d1d93f1559e1eb22146d7 (patch) | |
tree | a98c328195a84a3478cb407010056482f3b2a5c2 | |
parent | 5de8617f16f542ba68b080d2831acd555dd716db (diff) | |
download | pkgsrc-0d5748b6b61d7a4f507d1d93f1559e1eb22146d7.tar.gz |
Fix COMMENT, DESCR.
-rw-r--r-- | graphics/lcms/DESCR | 14 | ||||
-rw-r--r-- | graphics/lcms/Makefile | 8 |
2 files changed, 13 insertions, 9 deletions
diff --git a/graphics/lcms/DESCR b/graphics/lcms/DESCR index 90f9884a6a0..6f6af79f4f6 100644 --- a/graphics/lcms/DESCR +++ b/graphics/lcms/DESCR @@ -1,7 +1,7 @@ -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. - -Color management refers to techniques that ensure consistent color -as images are transferred from scanners or cameras to monitors and -printers. +LittleCMS is a CMM, a color management engine; it implements fast +transforms between ICC profiles. "Little" stands for its small +overhead. With a typical footprint of about 100K including C runtime, +you can color-enable your application without the pain of ActiveX, +OCX, redistributables or binaries of any kind. We are using little cms +in several commercial projects, however, we are offering lcms library +free for anybody under an extremely liberal open source license. diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 722855b6204..f615f97fb62 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2008/01/15 23:42:25 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2008/11/01 13:40:34 gdt Exp $ DISTNAME= lcms-1.17 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.littlecms.com/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.littlecms.com/ -COMMENT= Light Color Management System -- a color management library +COMMENT= Little Color Management System -- a color management library PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -15,6 +16,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check +# This is very MIT-like, but perhaps not the exact text. +#LICENSE= lcms-license + # lcms does not need zlib, but will look for it and link it to tifficc # if present. Therefore, we don't enjoin lcms from finding zlib, but # don't include it via bl3. |