pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/wev
Module Name: pkgsrc
Committed By: kikadf
Date: Wed Apr 15 08:49:59 UTC 2026
Added Files:
pkgsrc/wayland/wev: DESCR Makefile PLIST distinfo
Log Message:
wev: new package
wev opens an xdg-shell toplevel on the default
Wayland display (via the WAYLAND_DISPLAY
environment variable), then prints events
associated with that display.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/wev/DESCR pkgsrc/wayland/wev/Makefile \
pkgsrc/wayland/wev/PLIST pkgsrc/wayland/wev/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/wayland/wev/DESCR
diff -u /dev/null pkgsrc/wayland/wev/DESCR:1.1
--- /dev/null Wed Apr 15 08:49:59 2026
+++ pkgsrc/wayland/wev/DESCR Wed Apr 15 08:49:58 2026
@@ -0,0 +1,4 @@
+wev opens an xdg-shell toplevel on the default
+Wayland display (via the WAYLAND_DISPLAY
+environment variable), then prints events
+associated with that display.
Index: pkgsrc/wayland/wev/Makefile
diff -u /dev/null pkgsrc/wayland/wev/Makefile:1.1
--- /dev/null Wed Apr 15 08:49:59 2026
+++ pkgsrc/wayland/wev/Makefile Wed Apr 15 08:49:58 2026
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 08:49:58 kikadf Exp $
+
+DISTNAME= wev-1.1.0
+CATEGORIES= wayland
+MASTER_SITES= https://git.sr.ht/~sircmpwn/wev/archive/
+DIST_SUBDIR= wev
+DISTFILES= ${PKGVERSION_NOREV}${EXTRACT_SUFX}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://sr.ht/~sircmpwn/wev/
+COMMENT= Wayland event viewer
+LICENSE= mit
+
+USE_TOOLS+= gmake pkg-config
+
+SUBST_CLASSES+= man
+SUBST_STAGE.man= pre-configure
+SUBST_MESSAGE.man= Fix man path
+SUBST_FILES.man+= Makefile
+SUBST_SED.man+= -e '/^MANDIR/s/SHAREDIR/PREFIX/'
+
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../devel/input-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/wev/PLIST
diff -u /dev/null pkgsrc/wayland/wev/PLIST:1.1
--- /dev/null Wed Apr 15 08:49:59 2026
+++ pkgsrc/wayland/wev/PLIST Wed Apr 15 08:49:58 2026
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 08:49:58 kikadf Exp $
+bin/wev
+man/man1/wev.1
Index: pkgsrc/wayland/wev/distinfo
diff -u /dev/null pkgsrc/wayland/wev/distinfo:1.1
--- /dev/null Wed Apr 15 08:49:59 2026
+++ pkgsrc/wayland/wev/distinfo Wed Apr 15 08:49:59 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 08:49:59 kikadf Exp $
+
+BLAKE2s (wev/1.1.0.tar.gz) = c71c5168ab80a3cd3b1cdf64645ce74274f2aa1eae4fe83d638530aed7cc0ccf
+SHA512 (wev/1.1.0.tar.gz) = c38516cb5e56ba44252ca2c78b14c0f4b0a26ba2aaeaee917474f751154711a3cd8ab96747167f7ab384c771d1554944e107d56571d0b2abacc4772e18cbc2d2
+Size (wev/1.1.0.tar.gz) = 11163 bytes
Home |
Main Index |
Thread Index |
Old Index