Date: Sat, 11 Feb 2017 16:00:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433886 - in head/graphics: . wayland-protocols Message-ID: <201702111600.v1BG0XMi042732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702111600.v1BG0XMi042732>