diff options
Diffstat (limited to 'x11/xdriinfo')
-rw-r--r-- | x11/xdriinfo/Makefile | 10 | ||||
-rw-r--r-- | x11/xdriinfo/distinfo | 6 | ||||
-rw-r--r-- | x11/xdriinfo/pkg-descr | 7 |
3 files changed, 14 insertions, 9 deletions
diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile index 4b1a37d51ac3..bff68e63c9c1 100644 --- a/x11/xdriinfo/Makefile +++ b/x11/xdriinfo/Makefile @@ -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> diff --git a/x11/xdriinfo/distinfo b/x11/xdriinfo/distinfo index b45a6515467c..65628c2e12e5 100644 --- a/x11/xdriinfo/distinfo +++ b/x11/xdriinfo/distinfo @@ -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 diff --git a/x11/xdriinfo/pkg-descr b/x11/xdriinfo/pkg-descr index 2330f01cb6d0..1d5f5fc1bae7 100644 --- a/x11/xdriinfo/pkg-descr +++ b/x11/xdriinfo/pkg-descr @@ -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. |