Skip to content

Commit da81bdd

Browse files
mew14930xvievadot
authored andcommitted
x11/xvidtune: Update to 1.0.4
PR: 287937
1 parent 066925f commit da81bdd

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

x11/xvidtune/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
PORTNAME= xvidtune
2-
PORTVERSION= 1.0.3
3-
PORTREVISION= 1
2+
DISTVERSION= 1.0.4
43
CATEGORIES= x11
54

65
MAINTAINER= x11@FreeBSD.org
76
COMMENT= Video mode tuner for X
7+
WWW= https://gitlab.freedesktop.org/xorg/app/xvidtune
88

9-
USES= xorg xorg-cat:app
10-
USE_XORG= xxf86vm xt xaw
9+
LICENSE= MIT
10+
LICENSE_FILE= ${WRKSRC}/COPYING
1111

12-
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
12+
USES= tar:xz xorg xorg-cat:app
13+
USE_XORG= x11 xaw xmu xorgproto xt xxf86vm
1314

1415
.include <bsd.port.mk>

x11/xvidtune/distinfo

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
SHA256 (xorg/app/xvidtune-1.0.3.tar.bz2) = 24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01
2-
SIZE (xorg/app/xvidtune-1.0.3.tar.bz2) = 128492
1+
TIMESTAMP = 1751344402
2+
SHA256 (xorg/app/xvidtune-1.0.4.tar.xz) = 0d4eecd54e440cc11f1bdaaa23180fcf890f003444343f533f639086b05b2cc5
3+
SIZE (xorg/app/xvidtune-1.0.4.tar.xz) = 130156

x11/xvidtune/pkg-descr

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
This package contains xvidtune, a video mode tuner for the X Window System.
1+
Xvidtune is a client interface to the X server video mode extension
2+
(XFree86-VidModeExtension). It can show current video mode, switch the
3+
video mode and interactively adjust current video mode.
4+
5+
When given one of the non-toolkit options, xvidtune provides a command
6+
line interface to either print or switch the video mode.
7+
8+
Without any options (or with only toolkit options) it presents the user
9+
with various buttons and sliders that can be used to interactively
10+
adjust existing video modes. It will also print the settings in a
11+
format suitable for inclusion in an xorg.conf file.

0 commit comments

Comments
 (0)