Port details |
- xkbutils Collection of small X Keyboard Extension utilities
- 1.0.6 x11 =57 1.0.6Version of this port present on the latest quarterly branch.
- Maintainer: x11@FreeBSD.org
- Port Added: 2007-05-23 03:28:46
- Last Update: 2024-06-16 17:01:24
- Commit Hash: c37458d
- People watching this port, also watch:: xorg-apps, libX11, libXau, xinit, xhost
- License: MIT
- WWW:
- https://gitlab.freedesktop.org/xorg/app/xkbutils
- Description:
- This package contains xkbutils, a collection of XKB utility demos.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xkbutils/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xkbutils
- pkg install xkbutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xkbutils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707032310
SHA256 (xorg/app/xkbutils-1.0.6.tar.xz) = 31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e
SIZE (xorg/app/xkbutils-1.0.6.tar.xz) = 130540
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorg-macros.pc : devel/xorg-macros
- xkbfile.pc : x11/libxkbfile
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- xkbfile.pc : x11/libxkbfile
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xt.pc : x11-toolkits/libXt
- This port is required by:
- for Run
-
- x11/xorg-apps
Configuration Options:
- No options to configure
- Options name:
- x11_xkbutils
- USES:
- tar:xz xorg xorg-cat:app xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.6 16 Jun 2024 17:01:24 |
Fernando ApesteguĂa (fernape) |
x11/xkbutils: improve comment, add upstream url
Reported by: concussious.bugzilla_runbox.com
Approved by: x11 (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D45408 |
1.0.6 04 Feb 2024 07:55:15 |
Emmanuel Vadot (manu) |
x11/xkbutils: Update to 1.0.6
Release
notes: https://lists.x.org/archives/xorg-announce/2024-February/003448.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
1.0.4_3 29 Jan 2024 19:34:26 |
Gleb Popov (arrowd) Author: Helge Oldach |
x11/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.0.4_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4_2 03 Nov 2019 21:56:38 |
zeising |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
1.0.4_2 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
1.0.4_1 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
1.0.4 16 Dec 2013 11:11:10 |
zeising |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
1.0.4 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.0.4 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
1.0.4 11 Mar 2013 19:14:28 |
zeising |
Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.
Reviewed by: kwm, bapt
Obtained from: xorg development repo (partly) |
1.0.4 14 Feb 2013 12:32:58 |
zeising |
Update to 1.0.4 |
1.0.3 20 Sep 2011 08:23:03 |
bapt |
Change license from X11 to MIT we do not have x11 in the database and x11 is a
MIT license:
MIT license / X11 license (from bsd.license.db.mk) |
1.0.3 20 Sep 2011 02:52:01 |
eadler |
- update iceauth to 1.0.5
- update libXcursor to 1.1.12
- update libXdmcp to 1.1.0
- update libxkbfile to 1.0.7
- update rstart to 1.0.4
- update smproxy to 1.0.5
- update viewres to 1.0.3
- update x11perf to 1.5.4
- update xauth to 1.0.6
- update xbacklight to 1.1.2
- update xbitmaps to 1.1.1
- update xclipboard to 1.1.1
- update xcmsdb to 1.0.3
- update xcursor-themes to 1.0.3
- update xcursorgen to 1.0.4 (Only the first 15 lines of the commit message are shown above ) |
1.0.1_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.1_2 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.0.1_1 14 Mar 2008 16:18:12 |
flz |
Add inputproto to USE_XORG.
Reported by: erwin |
1.0.1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |