summaryrefslogtreecommitdiff
path: root/x11/xvidtune
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xvidtune')
-rw-r--r--x11/xvidtune/Makefile11
-rw-r--r--x11/xvidtune/distinfo5
-rw-r--r--x11/xvidtune/pkg-descr12
3 files changed, 20 insertions, 8 deletions
diff --git a/x11/xvidtune/Makefile b/x11/xvidtune/Makefile
index ebcca931c938..f3b9ed09d9d5 100644
--- a/x11/xvidtune/Makefile
+++ b/x11/xvidtune/Makefile
@@ -1,14 +1,15 @@
PORTNAME= xvidtune
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+DISTVERSION= 1.0.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Video mode tuner for X
+WWW= https://gitlab.freedesktop.org/xorg/app/xvidtune
-USES= xorg xorg-cat:app
-USE_XORG= xxf86vm xt xaw
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+USES= tar:xz xorg xorg-cat:app
+USE_XORG= x11 xaw xmu xorgproto xt xxf86vm
.include <bsd.port.mk>
diff --git a/x11/xvidtune/distinfo b/x11/xvidtune/distinfo
index cf179107d9ac..e3a49803cf3d 100644
--- a/x11/xvidtune/distinfo
+++ b/x11/xvidtune/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xvidtune-1.0.3.tar.bz2) = 24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01
-SIZE (xorg/app/xvidtune-1.0.3.tar.bz2) = 128492
+TIMESTAMP = 1751344402
+SHA256 (xorg/app/xvidtune-1.0.4.tar.xz) = 0d4eecd54e440cc11f1bdaaa23180fcf890f003444343f533f639086b05b2cc5
+SIZE (xorg/app/xvidtune-1.0.4.tar.xz) = 130156
diff --git a/x11/xvidtune/pkg-descr b/x11/xvidtune/pkg-descr
index a3a12fbb41d8..622fbdd33c52 100644
--- a/x11/xvidtune/pkg-descr
+++ b/x11/xvidtune/pkg-descr
@@ -1 +1,11 @@
-This package contains xvidtune, a video mode tuner for the X Window System.
+Xvidtune is a client interface to the X server video mode extension
+(XFree86-VidModeExtension). It can show current video mode, switch the
+video mode and interactively adjust current video mode.
+
+When given one of the non-toolkit options, xvidtune provides a command
+line interface to either print or switch the video mode.
+
+Without any options (or with only toolkit options) it presents the user
+with various buttons and sliders that can be used to interactively
+adjust existing video modes. It will also print the settings in a
+format suitable for inclusion in an xorg.conf file.