diff options
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 10 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 6 | ||||
-rw-r--r-- | x11/libXtst/pkg-descr | 11 |
3 files changed, 21 insertions, 6 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 1f52662e8455..e23c6d231bdb 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -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> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 478873e0d705..6910a95a97f9 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -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 diff --git a/x11/libXtst/pkg-descr b/x11/libXtst/pkg-descr index 9697dca7a295..01cfa5cee20e 100644 --- a/x11/libXtst/pkg-descr +++ b/x11/libXtst/pkg-descr @@ -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. |