1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

x11/xev: Update to 1.2.7

Add WWW and update pkg-descr.

https://lists.x.org/archives/xorg/2026-May/062237.html

PR:		295593
Approved by:	x11 (arrowd)
Approved by:	fluffy (mentor)
This commit is contained in:
Kousuke Kannagi
2026-05-19 18:28:05 +09:00
parent 81547c97ef
commit d276ac3bb4
3 changed files with 13 additions and 7 deletions
+3 -3
View File
@@ -1,17 +1,17 @@
PORTNAME= xev
PORTVERSION= 1.2.6
DISTVERSION= 1.2.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Print contents of X events
WWW= https://gitlab.freedesktop.org/xorg/app/xev
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xrandr
USE_XORG= x11 xorgproto xrandr
PLIST_FILES= bin/xev share/man/man1/xev.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1709537565
SHA256 (xorg/app/xev-1.2.6.tar.xz) = 61e1c5e008ac9973aca7cdddf36e9df7410e77083b030eb04f4dc737c51807d7
SIZE (xorg/app/xev-1.2.6.tar.xz) = 129724
TIMESTAMP = 1779175876
SHA256 (xorg/app/xev-1.2.7.tar.xz) = 95167895924de58e34b1013b2b0c8476e90d0888c6c39e7ae9bc35e3a19dba04
SIZE (xorg/app/xev-1.2.7.tar.xz) = 136784
+7 -1
View File
@@ -1 +1,7 @@
This package contains xev, which is a application that monitors X events.
Xev creates a window and then asks the X server to send it events
whenever anything happens to the window (such as it being moved,
resized, typed in, clicked in, etc.). You can also attach it to an
existing window. It is useful for seeing what causes events to occur and
to display the information that they contain; it is essentially a
debugging and development tool, and should not be needed in normal
usage.