From 31702903e2b5f3fcb0f7561e863b53b3f730386d Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 8 Nov 2024 10:36:46 +0100 Subject: add x11/xwininfo 1.1.6 --- x11/xwininfo/Makefile | 30 ++++++++++++++++++++++++++++++ x11/xwininfo/distinfo | 2 ++ x11/xwininfo/pkg/DESCR | 5 +++++ x11/xwininfo/pkg/PLIST | 2 ++ 4 files changed, 39 insertions(+) create mode 100644 x11/xwininfo/Makefile create mode 100644 x11/xwininfo/distinfo create mode 100644 x11/xwininfo/pkg/DESCR create mode 100644 x11/xwininfo/pkg/PLIST diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile new file mode 100644 index 0000000..15b87ff --- /dev/null +++ b/x11/xwininfo/Makefile @@ -0,0 +1,30 @@ +COMMENT = Utility to print information about windows on an X server + +DISTNAME = xwininfo-1.1.6 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xwininfo + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = xcb-errors xcb-icccm xcb-shape xcb c + +SITES = ${SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/xcb-util-errors \ + x11/xcb-util-wm + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu +CONFIGURE_ARGS = --with-xcb-icccm --with-xcb-errors + +NO_TEST = Yes + +.include diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo new file mode 100644 index 0000000..31990be --- /dev/null +++ b/x11/xwininfo/distinfo @@ -0,0 +1,2 @@ +SHA256 (xwininfo-1.1.6.tar.gz) = LVIVHenSgINDxxXEgOfTf4iVjIt/zQkBeLCXQ22YfCs= +SIZE (xwininfo-1.1.6.tar.gz) = 220758 diff --git a/x11/xwininfo/pkg/DESCR b/x11/xwininfo/pkg/DESCR new file mode 100644 index 0000000..0292a04 --- /dev/null +++ b/x11/xwininfo/pkg/DESCR @@ -0,0 +1,5 @@ +xwininfo is a utility for displaying information about windows. +Various information is displayed depending on which options are +selected. Windows can be selected interactively or with the -id +option. + diff --git a/x11/xwininfo/pkg/PLIST b/x11/xwininfo/pkg/PLIST new file mode 100644 index 0000000..bc3af80 --- /dev/null +++ b/x11/xwininfo/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/xwininfo +@man man/man1/xwininfo.1 -- cgit v1.2.3