From owner-svn-ports-all@freebsd.org Fri Jun 19 19:31:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58C46337368; Fri, 19 Jun 2020 19:31:08 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49pTSD1lTKz3TG4; Fri, 19 Jun 2020 19:31:08 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 372CA201B0; Fri, 19 Jun 2020 19:31:08 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05JJV8Pa002722; Fri, 19 Jun 2020 19:31:08 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05JJV6MN002715; Fri, 19 Jun 2020 19:31:06 GMT (envelope-from mi@FreeBSD.org) Message-Id: <202006191931.05JJV6MN002715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 19 Jun 2020 19:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539674 - in head/x11: . linux-c7-xcb-util linux-c7-xcb-util-image linux-c7-xcb-util-keysyms X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: in head/x11: . linux-c7-xcb-util linux-c7-xcb-util-image linux-c7-xcb-util-keysyms X-SVN-Commit-Revision: 539674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2020 19:31:08 -0000 Author: mi Date: Fri Jun 19 19:31:06 2020 New Revision: 539674 URL: https://svnweb.freebsd.org/changeset/ports/539674 Log: Add the Linux versions of the xcb-util* packages. Added: head/x11/linux-c7-xcb-util/ head/x11/linux-c7-xcb-util-image/ head/x11/linux-c7-xcb-util-image/Makefile (contents, props changed) head/x11/linux-c7-xcb-util-image/distinfo (contents, props changed) head/x11/linux-c7-xcb-util-keysyms/ head/x11/linux-c7-xcb-util-keysyms/Makefile (contents, props changed) head/x11/linux-c7-xcb-util-keysyms/distinfo (contents, props changed) head/x11/linux-c7-xcb-util/Makefile (contents, props changed) head/x11/linux-c7-xcb-util/distinfo (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Jun 19 19:29:15 2020 (r539673) +++ head/x11/Makefile Fri Jun 19 19:31:06 2020 (r539674) @@ -182,6 +182,9 @@ SUBDIR += lilyterm SUBDIR += linux-c7-libxkbcommon SUBDIR += linux-c7-pixman + SUBDIR += linux-c7-xcb-util + SUBDIR += linux-c7-xcb-util-image + SUBDIR += linux-c7-xcb-util-keysyms SUBDIR += linux-c7-xorg-libs SUBDIR += linux-nvidia-libs SUBDIR += linux-nvidia-libs-304 Added: head/x11/linux-c7-xcb-util-image/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-c7-xcb-util-image/Makefile Fri Jun 19 19:31:06 2020 (r539674) @@ -0,0 +1,28 @@ +# Created by: Mikhail Teterin +# $FreeBSD$ + +PORTNAME= xcb-util-image +PORTVERSION= 0.4.0 +DISTVERSIONSUFFIX= -2.el7 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Port of Xlib's XImage and XShmImage functions (Linux CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +SRC_DISTFILES= + +DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr +LIBDIR= usr/lib${ARCH:S/i386//:S/amd64/64/} +PLIST_FILES= ${LIBDIR}/libxcb-image.so.0.0.0 ${LIBDIR}/libxcb-image.so.0 + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBDIR} + ${LN} ${WRKSRC}/${LIBDIR}/libxcb-image.so.0.0.0 \ + ${STAGEDIR}${PREFIX}/${LIBDIR} + ${LN} -s libxcb-image.so.0.0.0 \ + ${STAGEDIR}${PREFIX}/${LIBDIR}/libxcb-image.so.0 + +.include Added: head/x11/linux-c7-xcb-util-image/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-c7-xcb-util-image/distinfo Fri Jun 19 19:31:06 2020 (r539674) @@ -0,0 +1,5 @@ +TIMESTAMP = 1592332640 +SHA256 (centos/xcb-util-image-0.4.0-2.el7.i686.rpm) = e99ef7cd4474c4082dd9f0bb78af4c2bcce908fcac93aec5329b252faf1606f2 +SIZE (centos/xcb-util-image-0.4.0-2.el7.i686.rpm) = 15232 +SHA256 (centos/xcb-util-image-0.4.0-2.el7.x86_64.rpm) = b6a0703e6284b36b7add437fa2e44d987c6de502447a511d6b880b9a3197dfa9 +SIZE (centos/xcb-util-image-0.4.0-2.el7.x86_64.rpm) = 15060 Added: head/x11/linux-c7-xcb-util-keysyms/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-c7-xcb-util-keysyms/Makefile Fri Jun 19 19:31:06 2020 (r539674) @@ -0,0 +1,28 @@ +# Created by: Mikhail Teterin +# $FreeBSD$ + +PORTNAME= xcb-util-keysyms +PORTVERSION= 0.4.0 +DISTVERSIONSUFFIX= -1.el7 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Port of Xlib's XImage and XShmImage functions (Linux CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +SRC_DISTFILES= + +DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr +LIBDIR= usr/lib${ARCH:S/i386//:S/amd64/64/} +PLIST_FILES= ${LIBDIR}/libxcb-keysyms.so.1.0.0 ${LIBDIR}/libxcb-keysyms.so.1 + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBDIR} + ${LN} ${WRKSRC}/${LIBDIR}/libxcb-keysyms.so.1.0.0 \ + ${STAGEDIR}${PREFIX}/${LIBDIR} + ${LN} -s libxcb-keysyms.so.1.0.0 \ + ${STAGEDIR}${PREFIX}/${LIBDIR}/libxcb-keysyms.so.1 + +.include Added: head/x11/linux-c7-xcb-util-keysyms/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-c7-xcb-util-keysyms/distinfo Fri Jun 19 19:31:06 2020 (r539674) @@ -0,0 +1,7 @@ +TIMESTAMP = 1592325516 +SHA256 (centos/xcb-util-keysyms-0.4.0-1.el7.i686.rpm) = 71f09eff3578e878f9df363790690f779c2c93558fc68ae6c24c749b6a039f5e +SIZE (centos/xcb-util-keysyms-0.4.0-1.el7.i686.rpm) = 10408 +SHA256 (centos/xcb-util-keysyms-0.4.0-1.el7.x86_64.rpm) = b26af1c981d6c263d105a3b9cc01f5fdfff998f58e267bbba4a34866068127c0 +SIZE (centos/xcb-util-keysyms-0.4.0-1.el7.x86_64.rpm) = 10388 +SHA256 (centos/xcb-util-keysyms-0.4.0-1.el7.src.rpm) = ff7c494537d9fcd80e7d341704d22418fe689f317e82f39a8c31f4ed080ea543 +SIZE (centos/xcb-util-keysyms-0.4.0-1.el7.src.rpm) = 295445 Added: head/x11/linux-c7-xcb-util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-c7-xcb-util/Makefile Fri Jun 19 19:31:06 2020 (r539674) @@ -0,0 +1,28 @@ +# Created by: Mikhail Teterin +# $FreeBSD$ + +PORTNAME= xcb-util +PORTVERSION= 0.4.0 +DISTVERSIONSUFFIX= -2.el7 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= libxcb/libX11 extension/replacement libraries (Linux CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +SRC_DISTFILES= + +DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr +LIBDIR= usr/lib${ARCH:S/i386//:S/amd64/64/} +PLIST_FILES= ${LIBDIR}/libxcb-util.so.1.0.0 ${LIBDIR}/libxcb-util.so.1 + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBDIR} + ${LN} ${WRKSRC}/${LIBDIR}/libxcb-util.so.1.0.0 \ + ${STAGEDIR}${PREFIX}/${LIBDIR} + ${LN} -s libxcb-util.so.1.0.0 \ + ${STAGEDIR}${PREFIX}/${LIBDIR}/libxcb-util.so.1 + +.include Added: head/x11/linux-c7-xcb-util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/linux-c7-xcb-util/distinfo Fri Jun 19 19:31:06 2020 (r539674) @@ -0,0 +1,5 @@ +TIMESTAMP = 1592332269 +SHA256 (centos/xcb-util-0.4.0-2.el7.i686.rpm) = a54c945d8d12ccb2a5b43c95101143b917985ff104010381dc7d9d2e3a6874a2 +SIZE (centos/xcb-util-0.4.0-2.el7.i686.rpm) = 16220 +SHA256 (centos/xcb-util-0.4.0-2.el7.x86_64.rpm) = 5e3365c77d8f0fa6d7f8bd42e100f885d0f75aa6177909ef8bb3db6d9701c7de +SIZE (centos/xcb-util-0.4.0-2.el7.x86_64.rpm) = 16228