svn commit: r312284 - in head/x11: . libXcm
Boris Samorodov
bsam at FreeBSD.org
Fri Feb 15 10:53:02 UTC 2013
Author: bsam
Date: Fri Feb 15 10:53:01 2013
New Revision: 312284
URL: http://svnweb.freebsd.org/changeset/ports/312284
Log:
The libXcm library is colour management helper for Xorg. It contains
a reference implementation of the X Color Management specification.
It allows to attach colour regions to X windows to communicate with
colour servers.
Added:
head/x11/libXcm/
head/x11/libXcm/Makefile (contents, props changed)
head/x11/libXcm/distinfo (contents, props changed)
head/x11/libXcm/pkg-descr (contents, props changed)
head/x11/libXcm/pkg-plist (contents, props changed)
Modified:
head/x11/Makefile
Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile Fri Feb 15 09:58:01 2013 (r312283)
+++ head/x11/Makefile Fri Feb 15 10:53:01 2013 (r312284)
@@ -143,6 +143,7 @@
SUBDIR += libXScrnSaver
SUBDIR += libXTrap
SUBDIR += libXau
+ SUBDIR += libXcm
SUBDIR += libXcomposite
SUBDIR += libXcursor
SUBDIR += libXdamage
Added: head/x11/libXcm/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/libXcm/Makefile Fri Feb 15 10:53:01 2013 (r312284)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= libXcm
+PORTVERSION= 0.5.2
+CATEGORIES= x11
+MASTER_SITES= SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
+
+MAINTAINER= bsam at FreeBSD.org
+COMMENT= X Colour Management Library
+
+LICENSE= MIT
+
+XORG_CAT= lib
+USE_PKGCONFIG= build
+USE_XORG= xfixes xmu
+
+MAN3= Xcm.3 XcmDDC.3 XcmEdidParse.3 XcmEvents.3 XcolorProfile.3 \
+ XcolorRegion.3 libXcm.3
+
+post-patch:
+ @${SED} -I.bak -e 's:{libdir}/pkgconfig:{prefix}/libdata/pkgconfig:g' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
Added: head/x11/libXcm/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/libXcm/distinfo Fri Feb 15 10:53:01 2013 (r312284)
@@ -0,0 +1,2 @@
+SHA256 (xorg/lib/libXcm-0.5.2.tar.bz2) = 1ed2750e55dd3c8c9e1597de577bdc3a72d37e976979926d973ea9e3583afcd5
+SIZE (xorg/lib/libXcm-0.5.2.tar.bz2) = 301813
Added: head/x11/libXcm/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/libXcm/pkg-descr Fri Feb 15 10:53:01 2013 (r312284)
@@ -0,0 +1,4 @@
+The libXcm library is colour management helper for Xorg. It contains
+a reference implementation of the X Color Management specification.
+It allows to attach colour regions to X windows to communicate with
+colour servers.
Added: head/x11/libXcm/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/libXcm/pkg-plist Fri Feb 15 10:53:01 2013 (r312284)
@@ -0,0 +1,13 @@
+include/X11/Xcm/Xcm.h
+include/X11/Xcm/XcmDDC.h
+include/X11/Xcm/XcmEdidParse.h
+include/X11/Xcm/XcmEvents.h
+include/X11/Xcm/XcmVersion.h
+lib/libXcm.la
+lib/libXcm.so
+lib/libXcm.so.0
+libdata/pkgconfig/xcm.pc
+share/cmake/Modules/FindXcm.cmake
+ at dirrmtry share/cmake/Modules
+ at dirrmtry share/cmake
+ at dirrm include/X11/Xcm
More information about the svn-ports-head
mailing list