Port details |
- xxkb XKB keyboard layout indicator and switcher
- 1.11.1_1 x11
=3 1.11.1_1Version of this port present on the latest quarterly branch. - Maintainer: alexander.pohoyda@gmx.net
 - Port Added: 2004-05-12 07:11:22
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: xorg-libraries, nmap, xorg
- License: ART10
- Description:
- The xxkb program is a keyboard layout switcher and indicator. Unlike the
programs that reload keyboard maps and use their own hot-keys, xxkb is a
simple GUI for XKB (X keyboard extension) and just sends commands to and
accepts events from XKB. That means that it will work with the existing
configuration of X11 server without any modifications.
Additional features include:
- Remembers the current layout in each application and switches to it
on window focus change
- Can put its own icon on an application window titlebar
- Allows to designate two main layouts from multi-layout keymaps
- Alternative layouts can be set separately for each application and
can be changed during run-time
- Supports custom actions for certain windows (e.g. ignore, set initial
active layout on application startup)
- Can be docked as a docklet or placed in the system tray
WWW: https://sourceforge.net/projects/xxkb/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xxkb/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xxkb
- pkg install xxkb
- PKGNAME: xxkb
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xxkb-1.11.1-src.tar.gz) = ceaa33bed81d8ae5bf77e89787d0736f7564c3de047c35a57bcbf6f4d1888142
SIZE (xxkb-1.11.1-src.tar.gz) = 38123
- 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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- pkgconf>=1.3.0_1 : devel/pkgconf
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for xxkb-1.11.1_1:
DOCS=on: Build and/or install documentation
LIBRSVG2=off: SVG vector graphics support via librsvg2
===> Use 'make config' to modify these settings
- Options name:
- x11_xxkb
- USES:
- iconv imake pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.11.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Nov 2020 17:08:12
1.11.1_1
|
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
07 Nov 2019 18:36:56
1.11.1
|
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
13 Sep 2019 12:44:03
1.11.1
|
tobik  |
Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878 |
06 Jan 2019 15:08:46
1.11.1
|
tobik  |
Do not set MASTER_SITES twice |
20 Jan 2017 20:33:31
1.11.1
|
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
01 Apr 2016 14:33:58
1.11.1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
21 Nov 2015 17:31:10
1.11.1
|
pi  |
x11/xxkb: 1.11 -> 1.11.1, change of license from ART10 to ART20
PR: 204288
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: alexander.pohoyda@gmx.net (maintainer timeout) |
18 Sep 2015 14:47:17
1.11_1
|
amdmi3  |
- Add missing USES=pkgconfig, fix build with LIBRSVG2
- Switch to options helpers
Approved by: portmgr blanket |
08 Dec 2014 19:34:36
1.11_1
|
bapt  |
Cleanup plist |
30 Jan 2014 22:32:45
1.11_1
|
antoine  |
Finish stage support |
10 Jan 2014 09:32:15
1.11
|
vanilla  |
Support stagedir.
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:43:20
1.11
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
02 Sep 2013 13:26:35
1.11
|
tijl  |
Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
For ports that don't need -a introduce USES=imake:notall.
This way ports no longer have to redefine XMKMF.
2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf
runs make Makefiles. This Makefiles target runs imake for each
subdirectory but these imake invocations did not have the flags from
IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
imake let imake handle IMAKECPPFLAGS itself just like it handles
IMAKEINCLUDE.
This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.
Approved by: portmgr (bapt) |
28 Jun 2013 11:51:06
1.11
|
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
13 Nov 2012 14:25:01
1.11
|
danfe  |
- Sanitize Makefile formatting, trim header and clean it up a bit
- Define LICENSE (Artistic 1.0)
- Drop shlib version number from LIB_DEPENDS
- Convert to the new OPTIONS framework, utilize PORTDOCS
- Drop indefinite article from COMMENT and bring it close to official
description on sf.net
- Convert Russian language docs from archaic KOI8-R to modern UTF-8
- Rephrase, reformat, and generally augment port description
Approved by: maintainer timeout
Feature safe: yes |
19 Mar 2011 12:38:54
1.11
|
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:39:37
1.11
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
19 Apr 2008 17:56:05
1.11 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
18 Jun 2007 08:50:51
1.11
|
timur  |
Update port to the new version 1.11 and add optional SVG support.
PR: ports/113798
Submitted by: timur
Approved by: Alexander Pohoyda <alexander.pohoyda@gmx.net> (maintainer),
shaun (mentor) |
19 May 2007 20:32:57
1.10_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
21 Mar 2006 15:26:08
1.10
|
garga  |
- Use DATADIR macro
PR: ports/94753
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer |
24 Jan 2006 03:16:52
1.10
|
edwin  |
SHA256ify
Approved by: krion@ |
14 Aug 2004 10:45:16
1.10
|
krion  |
Restore break.
Submitted by: Andrey Slusar <anray@inet.ua> |
14 Aug 2004 06:50:05
1.10
|
krion  |
Handle 'default' in switch more neatly.
Submitted by: Andrey Slusar <anray@inet.ua> |
13 Aug 2004 20:35:51
1.10
|
krion  |
Fix build with gcc-3.4
Submitted by: maintainer |
12 May 2004 07:10:39
1.10
|
vs  |
Move port to better category:
The xxkb port is a general keyboard layout switcher application
and it is not limited to russian language.
PR: ports/65556
Submitted by: Alexander Pohoyda (maintainer) |