From owner-svn-ports-head@freebsd.org Sat Feb 11 16:00:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3769CDB33F; Sat, 11 Feb 2017 16:00:34 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id 84324A64; Sat, 11 Feb 2017 16:00:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BG0Xux042737; Sat, 11 Feb 2017 16:00:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BG0XMi042732; Sat, 11 Feb 2017 16:00:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201702111600.v1BG0XMi042732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 11 Feb 2017 16:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433886 - in head/graphics: . wayland-protocols 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.23 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: Sat, 11 Feb 2017 16:00:34 -0000 Author: bapt Date: Sat Feb 11 16:00:33 2017 New Revision: 433886 URL: https://svnweb.freebsd.org/changeset/ports/433886 Log: wayland-protocols contains Wayland protocols that adds functionality not available in the Wayland core protocol. Such protocols either adds completely new functionality, or extends the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. A protocol in wayland-protocols consists of a directory containing a set of XML files containing the protocol specification, and a README file containing detailed state and a list of maintainers. WWW: http://wayland.freedesktop.org/ Added: head/graphics/wayland-protocols/ head/graphics/wayland-protocols/Makefile (contents, props changed) head/graphics/wayland-protocols/distinfo (contents, props changed) head/graphics/wayland-protocols/pkg-descr (contents, props changed) head/graphics/wayland-protocols/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Feb 11 15:57:06 2017 (r433885) +++ head/graphics/Makefile Sat Feb 11 16:00:33 2017 (r433886) @@ -1052,6 +1052,7 @@ SUBDIR += waffle SUBDIR += waifu2x-converter-cpp SUBDIR += wayland + SUBDIR += wayland-protocols SUBDIR += webp SUBDIR += wings SUBDIR += wmicons Added: head/graphics/wayland-protocols/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-protocols/Makefile Sat Feb 11 16:00:33 2017 (r433886) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= wayland-protocols +PORTVERSION= 1.7 +CATEGORIES= graphics wayland +MASTER_SITES= https://wayland.freedesktop.org/releases/ + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Wayland protocols + +BUILD_DEPENDS= wayland-scanner:graphics/wayland + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz pathfix +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${datadir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \ + ${WRKSRC}/configure + +.include Added: head/graphics/wayland-protocols/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-protocols/distinfo Sat Feb 11 16:00:33 2017 (r433886) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486828668 +SHA256 (wayland-protocols-1.7.tar.xz) = 635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f +SIZE (wayland-protocols-1.7.tar.xz) = 113220 Added: head/graphics/wayland-protocols/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-protocols/pkg-descr Sat Feb 11 16:00:33 2017 (r433886) @@ -0,0 +1,11 @@ +wayland-protocols contains Wayland protocols that adds functionality not +available in the Wayland core protocol. Such protocols either adds +completely new functionality, or extends the functionality of some other +protocol either in Wayland core, or some other protocol in +wayland-protocols. + +A protocol in wayland-protocols consists of a directory containing a set +of XML files containing the protocol specification, and a README file +containing detailed state and a list of maintainers. + +WWW: http://wayland.freedesktop.org/ Added: head/graphics/wayland-protocols/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-protocols/pkg-plist Sat Feb 11 16:00:33 2017 (r433886) @@ -0,0 +1,16 @@ +libdata/pkgconfig/wayland-protocols.pc +%%DATADIR%%/stable/presentation-time/presentation-time.xml +%%DATADIR%%/stable/viewporter/viewporter.xml +%%DATADIR%%/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml +%%DATADIR%%/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml +%%DATADIR%%/unstable/input-method/input-method-unstable-v1.xml +%%DATADIR%%/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml +%%DATADIR%%/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml +%%DATADIR%%/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml +%%DATADIR%%/unstable/relative-pointer/relative-pointer-unstable-v1.xml +%%DATADIR%%/unstable/tablet/tablet-unstable-v1.xml +%%DATADIR%%/unstable/tablet/tablet-unstable-v2.xml +%%DATADIR%%/unstable/text-input/text-input-unstable-v1.xml +%%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml +%%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v5.xml +%%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v6.xml