pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/lcms Fix COMMENT, DESCR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f44ce26f7248
branches:  trunk
changeset: 549377:f44ce26f7248
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Nov 01 13:40:34 2008 +0000

description:
Fix COMMENT, DESCR.

diffstat:

 graphics/lcms/DESCR    |  14 +++++++-------
 graphics/lcms/Makefile |   8 ++++++--
 2 files changed, 13 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 414c706816a6 -r f44ce26f7248 graphics/lcms/DESCR
--- a/graphics/lcms/DESCR       Sat Nov 01 13:36:53 2008 +0000
+++ b/graphics/lcms/DESCR       Sat Nov 01 13:40:34 2008 +0000
@@ -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 -r 414c706816a6 -r f44ce26f7248 graphics/lcms/Makefile
--- a/graphics/lcms/Makefile    Sat Nov 01 13:36:53 2008 +0000
+++ b/graphics/lcms/Makefile    Sat Nov 01 13:40:34 2008 +0000
@@ -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@localhost
 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 @@
 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.



Home | Main Index | Thread Index | Old Index