1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

x11/xmodmap: Update to 1.0.11

PR:	286640
This commit is contained in:
mew14930xvi
2025-06-11 03:35:13 +09:00
committed by Emmanuel Vadot
parent 0865a639f4
commit 4e3d5589fe
3 changed files with 11 additions and 10 deletions
+4 -5
View File
@@ -1,18 +1,17 @@
PORTNAME= xmodmap
PORTVERSION= 1.0.10
PORTREVISION= 1
DISTVERSION= 1.0.11
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Utility for modifying keymaps and pointer button mappings in X
WWW= https://gitlab.freedesktop.org/xorg/app/xmodmap
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xorgproto
PLIST_FILES= bin/xmodmap share/man/man1/xmodmap.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1551298200
SHA256 (xorg/app/xmodmap-1.0.10.tar.bz2) = 473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c
SIZE (xorg/app/xmodmap-1.0.10.tar.bz2) = 145489
TIMESTAMP = 1746493907
SHA256 (xorg/app/xmodmap-1.0.11.tar.xz) = 9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81
SIZE (xorg/app/xmodmap-1.0.11.tar.xz) = 139532
+4 -2
View File
@@ -1,2 +1,4 @@
This package contains xmodmap, which is a program for editing and displaying
the keyboard modifier map and keymap table in X.
The xmodmap program is used to edit and display the keyboard modifier
map and keymap table that are used by client applications to convert
event keycodes into keysyms. It is usually run from the user's session
startup script to configure the keyboard according to personal tastes.