aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-02-16 19:56:47 +0800
committerbsam <bsam@FreeBSD.org>2013-02-16 19:56:47 +0800
commit78bc7b769d3675aa92d5ae0cf7c198e5c530c557 (patch)
tree7f8ae67a3cf746472e17601034585a7559dd0586 /x11
parent5b1e42d03255d52cc011e52507260be9cd43b472 (diff)
downloadfreebsd-ports-gnome-78bc7b769d3675aa92d5ae0cf7c198e5c530c557.tar.gz
freebsd-ports-gnome-78bc7b769d3675aa92d5ae0cf7c198e5c530c557.tar.zst
freebsd-ports-gnome-78bc7b769d3675aa92d5ae0cf7c198e5c530c557.zip
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xcm/Makefile22
-rw-r--r--x11/xcm/distinfo2
-rw-r--r--x11/xcm/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 201935819b7a..4129b98b3cbc 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -333,6 +333,7 @@
SUBDIR += xclick
SUBDIR += xclip
SUBDIR += xclipboard
+ SUBDIR += xcm
SUBDIR += xcmd
SUBDIR += xcmiscproto
SUBDIR += xcmsdb
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.