Tools based on libXcm, a library for colour management on X:

.  xcmddc requests EDID from a monitor over the i2c bus;
.  xcmedid is for parsing EDID data blocks;
.  xcmevents observes X11 colour management events.
This commit is contained in:
Boris Samorodov 2013-02-16 11:56:47 +00:00
parent 933a5ca001
commit ba091f45c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312341
4 changed files with 29 additions and 0 deletions

View file

@ -333,6 +333,7 @@
SUBDIR += xclick
SUBDIR += xclip
SUBDIR += xclipboard
SUBDIR += xcm
SUBDIR += xcmd
SUBDIR += xcmiscproto
SUBDIR += xcmsdb

22
x11/xcm/Makefile Normal file
View file

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= xcm
PORTVERSION= 0.5.2
CATEGORIES= x11
MASTER_SITES= SF/oyranos/Xcm
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Color Management tools
LIB_DEPENDS= Xcm:${PORTSDIR}/x11/libXcm
XORG_CAT= app
# xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
# and LIB_DEPENDS is replaced by the following line:
#USE_XORG= xcm
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents
MAN1= xcm.1 xcmddc.1 xcmedid.1 xcmevents.1
.include <bsd.port.mk>

2
x11/xcm/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (xorg/app/xcm-0.5.2.tar.bz2) = 5a848797c8ef8e8f82dc18cc037b893a9d3df8e07420a1da2ba8ea41d1b9ff3e
SIZE (xorg/app/xcm-0.5.2.tar.bz2) = 259665

4
x11/xcm/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
Tools based on libXcm, a library for colour management on X:
. xcmddc requests EDID from a monitor over the i2c bus;
. xcmedid is for parsing EDID data blocks;
. xcmevents observes X11 colour management events.