diff --git a/x11/xkbevd/Makefile b/x11/xkbevd/Makefile index 26173da693ce..a4d71784531e 100644 --- a/x11/xkbevd/Makefile +++ b/x11/xkbevd/Makefile @@ -1,18 +1,17 @@ PORTNAME= xkbevd -PORTVERSION= 1.1.4 -PORTREVISION= 1 +DISTVERSION= 1.1.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Keyboard Extension event daemon WWW= https://gitlab.freedesktop.org/xorg/app/xkbevd LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xkbfile x11 +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xkbfile xorgproto PLIST_FILES= bin/xkbevd share/man/man1/xkbevd.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xkbevd/distinfo b/x11/xkbevd/distinfo index 15a8a23cddd8..d0420a80ddef 100644 --- a/x11/xkbevd/distinfo +++ b/x11/xkbevd/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xkbevd-1.1.4.tar.bz2) = 2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a -SIZE (xorg/app/xkbevd-1.1.4.tar.bz2) = 151991 +TIMESTAMP = 1751188173 +SHA256 (xorg/app/xkbevd-1.1.6.tar.xz) = d9b401f84cf8568342ff63b1ffc6aecd3877579256d89fe6408645e2741b073e +SIZE (xorg/app/xkbevd-1.1.6.tar.xz) = 150004 diff --git a/x11/xkbevd/pkg-descr b/x11/xkbevd/pkg-descr index 70ed918dff06..2eb9fc1ff010 100644 --- a/x11/xkbevd/pkg-descr +++ b/x11/xkbevd/pkg-descr @@ -1 +1,7 @@ -This package contains xkbevd, the XKB event daemon. +The xkbevd event daemon listens for specified XKB events and executes +requested commands if they occur. The configuration file consists of a +list of event specification/action pairs and/or variable definitions. + +This command is very raw and is therefore only partially implemented; +we present it here as a rough prototype for developers, not as a +general purpose tool for end users.