From owner-svn-ports-head@FreeBSD.ORG Fri Feb 15 10:53:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A4707292; Fri, 15 Feb 2013 10:53:02 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E79D11F; Fri, 15 Feb 2013 10:53:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1FAr2rD013007; Fri, 15 Feb 2013 10:53:02 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1FAr1Sp013001; Fri, 15 Feb 2013 10:53:01 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201302151053.r1FAr1Sp013001@svn.freebsd.org> From: Boris Samorodov Date: Fri, 15 Feb 2013 10:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312284 - in head/x11: . libXcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 10:53:02 -0000 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@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 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 +@dirrmtry share/cmake/Modules +@dirrmtry share/cmake +@dirrm include/X11/Xcm