From owner-svn-ports-head@freebsd.org Sat Jul 11 13:02:37 2020 Return-Path: Delivered-To: svn-ports-head@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 524153623A6; Sat, 11 Jul 2020 13:02:37 +0000 (UTC) (envelope-from jbeich@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 4B3qnn1XZTz3d8C; Sat, 11 Jul 2020 13:02:37 +0000 (UTC) (envelope-from jbeich@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 1810C1335B; Sat, 11 Jul 2020 13:02:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06BD2aKO048197; Sat, 11 Jul 2020 13:02:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06BD2alt048194; Sat, 11 Jul 2020 13:02:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007111302.06BD2alt048194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 Jul 2020 13:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541969 - in head/graphics: . wayland-info X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics: . wayland-info X-SVN-Commit-Revision: 541969 X-SVN-Commit-Repository: ports 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.33 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 Jul 2020 13:02:37 -0000 Author: jbeich Date: Sat Jul 11 13:02:35 2020 New Revision: 541969 URL: https://svnweb.freebsd.org/changeset/ports/541969 Log: graphics/wayland-info: add new port wayland-info is a utility for displaying information about the Wayland protocols supported by a Wayland compositor. https://lists.freedesktop.org/archives/wayland-devel/2020-July/041520.html Added: head/graphics/wayland-info/ head/graphics/wayland-info/Makefile (contents, props changed) head/graphics/wayland-info/distinfo (contents, props changed) head/graphics/wayland-info/pkg-descr (contents, props changed) Modified: head/graphics/Makefile (contents, props changed) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Jul 11 12:57:18 2020 (r541968) +++ head/graphics/Makefile Sat Jul 11 13:02:35 2020 (r541969) @@ -1063,6 +1063,7 @@ SUBDIR += waifu2x-converter-cpp SUBDIR += waifu2x-ncnn-vulkan SUBDIR += wayland + SUBDIR += wayland-info SUBDIR += wayland-protocols SUBDIR += waylandpp SUBDIR += webp Added: head/graphics/wayland-info/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-info/Makefile Sat Jul 11 13:02:35 2020 (r541969) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= wayland-info +PORTVERSION= s20200709 +CATEGORIES= graphics + +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= e95b23f7430b.diff:-p1 # https://gitlab.freedesktop.org/ofourdan/wayland-info/-/merge_requests/2 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Display information about protocols supported by Wayland compositor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= wayland-protocols>=1.18:graphics/wayland-protocols +LIB_DEPENDS= libwayland-client.so:graphics/wayland + +USES= meson pkgconfig +USE_GITLAB= yes +GL_SITE= https://gitlab.freedesktop.org +GL_ACCOUNT= ofourdan +GL_COMMIT= f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz + +.include Added: head/graphics/wayland-info/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-info/distinfo Sat Jul 11 13:02:35 2020 (r541969) @@ -0,0 +1,5 @@ +TIMESTAMP = 1594281066 +SHA256 (ofourdan-wayland-info-f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a_GL0.tar.gz) = 45cb558be69550b8fcfbc72e4245973bb4624518a55b6afb0462be399c66078b +SIZE (ofourdan-wayland-info-f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a_GL0.tar.gz) = 11996 +SHA256 (e95b23f7430b.diff) = bb6d38d544cdcac61c2c749ab3d0c1d6c138f08b2e97068b394ef8e6a4fad3bd +SIZE (e95b23f7430b.diff) = 697 Added: head/graphics/wayland-info/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/wayland-info/pkg-descr Sat Jul 11 13:02:35 2020 (r541969) @@ -0,0 +1,11 @@ +wayland-info is a utility for displaying information about the Wayland +protocols supported by a Wayland compositor. + +It can be used to check which Wayland protocols and versions are advertised +by the Wayland compositor. + +wayland-info also provides additional information for a subset of Wayland +protocols it knows about, namely Linux DMABUF, presentation time, tablet and +XDG output protocols. + +WWW: https://gitlab.freedesktop.org/ofourdan/wayland-info