x11/xdriinfo: Update to 1.0.7

PR:	287371
This commit is contained in:
mew14930xvi 2025-06-08 10:57:46 +09:00 committed by Emmanuel Vadot
parent 0e5d4e9ee9
commit f2bd6cbe19
3 changed files with 14 additions and 9 deletions

View File

@ -1,15 +1,17 @@
PORTNAME= xdriinfo
PORTVERSION= 1.0.6
PORTREVISION= 5
DISTVERSION= 1.0.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Query configuration information of DRI drivers
WWW= https://gitlab.freedesktop.org/xorg/app/xdriinfo
USES= gl xorg xorg-cat:app
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gl tar:xz xorg xorg-cat:app
USE_GL= gl
USE_XORG= x11 xorgproto
PLIST_FILES= bin/xdriinfo share/man/man1/xdriinfo.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1525888518
SHA256 (xorg/app/xdriinfo-1.0.6.tar.bz2) = d9ccd2c3e87899417acc9ea1f3e319a4198112babe1dc711273584f607449d51
SIZE (xorg/app/xdriinfo-1.0.6.tar.bz2) = 123636
TIMESTAMP = 1748188764
SHA256 (xorg/app/xdriinfo-1.0.7.tar.xz) = dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734
SIZE (xorg/app/xdriinfo-1.0.7.tar.xz) = 118268

View File

@ -1,2 +1,5 @@
This package contains xdriinfo, an utility that can be used to query
configuration information of direct rendering devices.
X.org DRI information utility.
The xdriinfo utility prints an XML description of a DRI driver. The
driver can be specified directly by driver name or indirectly by screen
number. No X connection is needed if the driver name is explicitly
specified.