aboutsummaryrefslogtreecommitdiff
path: root/x11/xcm
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-02-16 11:56:47 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-02-16 11:56:47 +0000
commitba091f45c3a0a07acd6f244561463c56bdcbe81c (patch)
tree7f8ae67a3cf746472e17601034585a7559dd0586 /x11/xcm
parent933a5ca001c0a2f751fadd19188c7672e94e23f7 (diff)
Notes
Diffstat (limited to 'x11/xcm')
-rw-r--r--x11/xcm/Makefile22
-rw-r--r--x11/xcm/distinfo2
-rw-r--r--x11/xcm/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/x11/xcm/Makefile b/x11/xcm/Makefile
new file mode 100644
index 000000000000..d3ee6fd794a4
--- /dev/null
+++ b/x11/xcm/Makefile
@@ -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>
diff --git a/x11/xcm/distinfo b/x11/xcm/distinfo
new file mode 100644
index 000000000000..ce964c8f0f3f
--- /dev/null
+++ b/x11/xcm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/app/xcm-0.5.2.tar.bz2) = 5a848797c8ef8e8f82dc18cc037b893a9d3df8e07420a1da2ba8ea41d1b9ff3e
+SIZE (xorg/app/xcm-0.5.2.tar.bz2) = 259665
diff --git a/x11/xcm/pkg-descr b/x11/xcm/pkg-descr
new file mode 100644
index 000000000000..f22773c5ca54
--- /dev/null
+++ b/x11/xcm/pkg-descr
@@ -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.