Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 19:15:11 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508764 - in head/x11: . wev
Message-ID:  <201908121915.x7CJFB2c077932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Aug 12 19:15:11 2019
New Revision: 508764
URL: https://svnweb.freebsd.org/changeset/ports/508764

Log:
  x11/wev: add new port

Added:
  head/x11/wev/
  head/x11/wev/Makefile   (contents, props changed)
  head/x11/wev/distinfo   (contents, props changed)
  head/x11/wev/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile   (contents, props changed)

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Mon Aug 12 19:15:04 2019	(r508763)
+++ head/x11/Makefile	Mon Aug 12 19:15:11 2019	(r508764)
@@ -336,6 +336,7 @@
     SUBDIR += wbar
     SUBDIR += wbarconf
     SUBDIR += wdm
+    SUBDIR += wev
     SUBDIR += wf-shell
     SUBDIR += wl-clipboard
     SUBDIR += wmappl

Added: head/x11/wev/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/wev/Makefile	Mon Aug 12 19:15:11 2019	(r508764)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	wev
+PORTVERSION=	s20190811
+DISTVERSIONSUFFIX=	-0-g47d1739
+CATEGORIES=	x11
+MASTER_SITES=	https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Wayland event viewer
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
+		wayland-protocols>0:graphics/wayland-protocols \
+		scdoc:textproc/scdoc
+LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
+		libxkbcommon.so:x11/libxkbcommon
+
+USES=		compiler:c11 gmake pkgconfig
+MAKE_ENV=	MANDIR='$$(PREFIX)/man'
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/${PORTNAME}.1.gz
+
+post-patch:
+	@${REINPLACE_CMD} -e 's/ -lrt//' ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>

Added: head/x11/wev/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/wev/distinfo	Mon Aug 12 19:15:11 2019	(r508764)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1565511866
+SHA256 (wev-s20190811-0-g47d1739.tar.gz) = 33e6210a0fbd5527a60303ddd33b2b1a445c9c6f49ed5e236369ce692814fcb6
+SIZE (wev-s20190811-0-g47d1739.tar.gz) = 7766

Added: head/x11/wev/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/wev/pkg-descr	Mon Aug 12 19:15:11 2019	(r508764)
@@ -0,0 +1,4 @@
+This is a tool for debugging events on a Wayland window, analagous to
+the X11 tool xev.
+
+WWW: https://git.sr.ht/~sircmpwn/wev



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121915.x7CJFB2c077932>