x11/libXtst: Update to 1.2.5 and Fix manpages and pkg-descr

PR:	286596
This commit is contained in:
mew14930xvi 2025-05-14 16:25:50 +09:00 committed by Emmanuel Vadot
parent acbda2a7d8
commit 5ac4ec8313
3 changed files with 21 additions and 6 deletions

View File

@ -1,12 +1,13 @@
PORTNAME= libXtst
PORTVERSION= 1.2.4
DISTVERSION= 1.2.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Test extension
WWW= https://www.freedesktop.org/Software/xorg
WWW= https://gitlab.freedesktop.org/xorg/lib/libxtst
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= x11 xext xi xorgproto
@ -15,8 +16,13 @@ CPE_VENDOR= x
CONFIGURE_ARGS+=--disable-specs --without-xmlto
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/specs//' ${WRKSRC}/Makefile.in
post-build:
@${REINPLACE_CMD} -e 's|^\.so |.so man3/|' ${WRKSRC}/man/*.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1716963960
SHA256 (xorg/lib/libXtst-1.2.4.tar.xz) = 84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8
SIZE (xorg/lib/libXtst-1.2.4.tar.xz) = 287636
TIMESTAMP = 1747142850
SHA256 (xorg/lib/libXtst-1.2.5.tar.xz) = b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242
SIZE (xorg/lib/libXtst-1.2.5.tar.xz) = 291748

View File

@ -1 +1,10 @@
This package contains the XKB file library.
libXtst provides the Xlib-based client API for the XTEST & RECORD
extensions.
The XTEST extension is a minimal set of client and server extensions
required to completely test the X11 server with no user intervention.
This extension is not intended to support general journaling and
playback of user actions.
The RECORD extension supports the recording and reporting of all
core X protocol and arbitrary X extension protocol.