diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 17:03:33 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 17:03:33 +0000 |
commit | 1aae05025c55470327863435ab7085821e213487 (patch) | |
tree | 627621c26dd4eafef93e9cb7f1533389f1b08915 /graphics/lcms/pkg-plist | |
parent | fe925925a032ab59cde39bf9ac9914edc9a8b91c (diff) |
Add new port of LCMS 1.06, the Little Color Management System, a
graphics library. Color management is the process of keeping
"profiles" which describe the response of scanners, cameras,
monitors, printers and such to light, and compensating for the
different response curves as images are transferred from one device
to another.
PR: 22420
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=34760
Diffstat (limited to 'graphics/lcms/pkg-plist')
-rw-r--r-- | graphics/lcms/pkg-plist | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/lcms/pkg-plist b/graphics/lcms/pkg-plist new file mode 100644 index 000000000000..56e4d2d62c0f --- /dev/null +++ b/graphics/lcms/pkg-plist @@ -0,0 +1,19 @@ +include/lcms/lcms.h +include/lcms/icc34.h +@dirrm include/lcms +lib/liblcms.a +lib/liblcms.so.1 +lib/liblcms.so +lib/liblcms.la +bin/testcms +%%DOC%%share/doc/lcms/README.simple +%%DOC%%share/doc/lcms/filter.c +%%DOC%%share/doc/lcms/jpgemb.c +%%DOC%%share/doc/lcms/lcmsapi.txt +%%DOC%%share/doc/lcms/neutral.c +%%DOC%%share/doc/lcms/pngchrm.c +%%DOC%%share/doc/lcms/simple.c +%%DOC%%share/doc/lcms/tiffemb.c +%%DOC%%share/doc/lcms/tutorial.txt +%%DOC%%share/doc/lcms/wtpt.c +%%DOC%%@dirrm share/doc/lcms/ |