summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-08 10:36:46 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-08 10:36:46 +0100
commit31702903e2b5f3fcb0f7561e863b53b3f730386d (patch)
treeab5d00e315d2e0d8bdb4ce0089232c7a740e8dcd
parenta55e5cb51202294abbec18dbce1cc5fed7ed4a6a (diff)
add x11/xwininfo 1.1.6
-rw-r--r--x11/xwininfo/Makefile30
-rw-r--r--x11/xwininfo/distinfo2
-rw-r--r--x11/xwininfo/pkg/DESCR5
-rw-r--r--x11/xwininfo/pkg/PLIST2
4 files changed, 39 insertions, 0 deletions
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 <bsd.port.mk>
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