pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wev: new package



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Apr 6 15:39:23 2026 +0200
Changeset:	ffb7b15c4263914a94e09a8a1d4a520f65ae2baa

Modified Files:
	Makefile
Added Files:
	wev/DESCR
	wev/Makefile
	wev/PLIST
	wev/distinfo

Log Message:
wev: new package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ffb7b15c4263914a94e09a8a1d4a520f65ae2baa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile     |  1 +
 wev/DESCR    |  4 ++++
 wev/Makefile | 27 +++++++++++++++++++++++++++
 wev/PLIST    |  3 +++
 wev/distinfo |  5 +++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 32d9988738..69f7f85ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -6060,6 +6060,7 @@ SUBDIR+=	wendzelnntpd
 SUBDIR+=	weplab
 SUBDIR+=	west
 SUBDIR+=	weston
+SUBDIR+=	wev
 SUBDIR+=	wgrib2
 SUBDIR+=	whatscli
 SUBDIR+=	which
diff --git a/wev/DESCR b/wev/DESCR
new file mode 100644
index 0000000000..039ac44d7a
--- /dev/null
+++ b/wev/DESCR
@@ -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.
diff --git a/wev/Makefile b/wev/Makefile
new file mode 100644
index 0000000000..dc8921f4dc
--- /dev/null
+++ b/wev/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	wev-1.1.0
+CATEGORIES=	x11
+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 "../../wip/input-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wev/PLIST b/wev/PLIST
new file mode 100644
index 0000000000..74365081fd
--- /dev/null
+++ b/wev/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wev
+man/man1/wev.1
diff --git a/wev/distinfo b/wev/distinfo
new file mode 100644
index 0000000000..e7f7c504de
--- /dev/null
+++ b/wev/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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