diff options
Diffstat (limited to 'x11/xmodmap')
-rw-r--r-- | x11/xmodmap/Makefile | 9 | ||||
-rw-r--r-- | x11/xmodmap/distinfo | 6 | ||||
-rw-r--r-- | x11/xmodmap/pkg-descr | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index bb472dfe9bf2..772361ad6a2f 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -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> diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo index 37c085e69b46..4bb90976f51e 100644 --- a/x11/xmodmap/distinfo +++ b/x11/xmodmap/distinfo @@ -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 diff --git a/x11/xmodmap/pkg-descr b/x11/xmodmap/pkg-descr index b4ee30821975..2124d51682b5 100644 --- a/x11/xmodmap/pkg-descr +++ b/x11/xmodmap/pkg-descr @@ -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. |