Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 13:02:36 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541969 - in head/graphics: . wayland-info
Message-ID:  <202007111302.06BD2alt048194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007111302.06BD2alt048194>