aboutsummaryrefslogtreecommitdiff
path: root/graphics/wayland-utils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-02 01:47:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-08-02 01:47:49 +0000
commit44abd5683a3ca6a57b871eda2e8f3e8fb3b4b7bd (patch)
tree3141f9cdc036645d94f8b704faa17b33fbd30e4c /graphics/wayland-utils
parentcbf9dbf69c25bad5cc95e5e2bbe4e21e729d693e (diff)
downloadports-44abd5683a3ca6a57b871eda2e8f3e8fb3b4b7bd.tar.gz
ports-44abd5683a3ca6a57b871eda2e8f3e8fb3b4b7bd.zip
graphics/wayland-info: chase project rename
Notes
Notes: svn path=/head/; revision=543928
Diffstat (limited to 'graphics/wayland-utils')
-rw-r--r--graphics/wayland-utils/Makefile28
-rw-r--r--graphics/wayland-utils/distinfo5
-rw-r--r--graphics/wayland-utils/pkg-descr11
3 files changed, 44 insertions, 0 deletions
diff --git a/graphics/wayland-utils/Makefile b/graphics/wayland-utils/Makefile
new file mode 100644
index 000000000000..5134256d4d6a
--- /dev/null
+++ b/graphics/wayland-utils/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= wayland-utils
+DISTVERSIONPREFIX= ${PORTNAME}-
+DISTVERSION= 1.0.0
+CATEGORIES= graphics
+
+PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
+PATCHFILES+= d367b894f9c8.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland-utils/-/merge_requests/1
+
+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= wayland
+GL_COMMIT= 1664a20eb1dfd830113a38d02ad0937de73e4f90
+PLIST_FILES= bin/wayland-info \
+ man/man1/wayland-info.1.gz
+
+.include <bsd.port.mk>
diff --git a/graphics/wayland-utils/distinfo b/graphics/wayland-utils/distinfo
new file mode 100644
index 000000000000..bee7083915d2
--- /dev/null
+++ b/graphics/wayland-utils/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1596199568
+SHA256 (wayland-wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90_GL0.tar.gz) = c076d6bcce965d96022bc20703c7b40f0fcf212c9dc7f1fd2ea505b3136e4aaa
+SIZE (wayland-wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90_GL0.tar.gz) = 13181
+SHA256 (d367b894f9c8.diff) = cda73b2dc86e57b8642e69bccbf78e9141c8700397b17afef408afb6dede8a70
+SIZE (d367b894f9c8.diff) = 1099
diff --git a/graphics/wayland-utils/pkg-descr b/graphics/wayland-utils/pkg-descr
new file mode 100644
index 000000000000..f5e1a8aea3ce
--- /dev/null
+++ b/graphics/wayland-utils/pkg-descr
@@ -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/wayland/wayland-utils