Port details |
- keyd Key remapping daemon for evdev
- 2.5.0 sysutils =3 2.4.3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2021-08-02 06:54:06
- Last Update: 2024-09-03 13:04:00
- Commit Hash: 6c6ffc2
- People watching this port, also watch:: hs-ShellCheck, py311-iocage-devel, endless-sky, ttyd, proxsmtp
- License: MIT
- WWW:
- https://github.com/rvaiya/keyd
- Description:
- keyd has several unique features many of which are traditionally only
found in custom keyboard firmware like QMK as well as some which are
unique to keyd. Some of the more interesting ones include:
- Layers (with support for hybrid modifiers).
- Key overloading (different behaviour on tap/hold).
- Keyboard specific configuration.
- Instantaneous remapping (no more flashing :)).
- A client-server model that facilitates scripting and display server
agnostic application remapping. (Currently ships with support for X,
sway, and gnome).
- System wide config (works in a VT).
- First class support for modifier overloading.
- Unicode support.
- ¦ ¦ ¦ ¦
- 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/sysutils/keyd/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/keyd
- pkg install keyd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: keyd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722102463
SHA256 (rvaiya-keyd-v2.5.0_GH0.tar.gz) = 93ec6c153ef673a7a8b4d8b686494dee11d182513f4531c71dce15a8db7f6c1c
SIZE (rvaiya-keyd-v2.5.0_GH0.tar.gz) = 671616
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:
-
- evdev-proto>0 : devel/evdev-proto
- scdoc : textproc/scdoc
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libinotify.so : devel/libinotify
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for keyd-2.5.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- sysutils_keyd
- USES:
- gmake python:env shebangfix
- 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 |
2.5.0 03 Sep 2024 13:04:00 |
Jan Beich (jbeich) |
sysutils/keyd: drop maintainership |
2.5.0 28 Jul 2024 00:47:25 |
Jan Beich (jbeich) |
sysutils/keyd: update to 2.5.0
Changes: https://github.com/rvaiya/keyd/blob/master/docs/CHANGELOG.md#v250
Reported by: GitHub (watch releases) |
2.4.3 17 May 2023 00:01:29 |
Jan Beich (jbeich) |
sysutils/keyd: update to 2.4.3
Changes: https://github.com/rvaiya/keyd/compare/v2.4.2...v2.4.3
Reported by: GitHub (watch releases)
PR: 270597 |
2.4.2_1 16 May 2023 03:57:46 |
Alexey Dokuchaev (danfe) |
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader. |
2.4.2_1 25 Feb 2023 08:36:29 |
Jan Beich (jbeich) |
sysutils/keyd: unbreak keyboard detection after eb0c36ff34ed |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.2 01 Sep 2022 14:09:10 |
Jan Beich (jbeich) |
sysutils/keyd: unbreak fetch due to tag refresh
=> Fetched file size mismatch (expected 640562, actual 640567)
Changes: https://github.com/rvaiya/keyd/compare/d67ad6f...v2.4.2
Reported by: GitHub (watch releases) |
2.4.2 29 Jul 2022 17:54:46 |
Jan Beich (jbeich) |
sysutils/keyd: strip non-debug symbols by default
====> Running Q/A tests (stage-qa)
Warning: 'bin/keyd' is not stripped consider trying INSTALL_TARGET=install-strip
or using ${STRIP_CMD} |
2.4.2 29 Jul 2022 17:54:46 |
Jan Beich (jbeich) |
sysutils/keyd: convert @dir to PLIST_DIRS |
2.4.2 26 Jul 2022 23:49:20 |
Jan Beich (jbeich) |
sysutils/keyd: update to 2.4.2
Changes: https://github.com/rvaiya/keyd/compare/v2.4.1...v2.4.2
Reported by: portscout |
2.4.1 26 Jul 2022 23:48:32 |
Jan Beich (jbeich) |
sysutils/keyd: chase --version override after eb0c36ff34ed |
2.4.1 26 Jul 2022 23:48:32 |
Jan Beich (jbeich) |
sysutils/keyd: drop /usr when using PREFIX after eb0c36ff34ed
/usr/local/usr/share doesn't exist |
2.4.1 19 Jun 2022 03:08:01 |
Jan Beich (jbeich) |
sysutils/keyd: switch to upstream build fix |
2.4.1 19 Jun 2022 00:54:20 |
Jan Beich (jbeich) |
sysutils/keyd: update to 2.4.1
Changes: https://github.com/rvaiya/keyd/compare/v2.4.0...v2.4.1
Reported by: portscout |
2.4.0 20 Apr 2022 21:25:59 |
Jan Beich (jbeich) |
sysutils/keyd: update to 2.4.0
Changes: https://github.com/rvaiya/keyd/compare/v1.3.0...v2.4.0
Reported by: portscout |
1.3.0 27 Nov 2021 09:03:12 |
Jan Beich (jbeich) |
sysutils/keyd: update to 1.3.0
Changes: https://github.com/rvaiya/keyd/compare/v1.1.2...v1.3.0 |
1.1.2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.1.2 18 Sep 2021 22:55:21 |
Jan Beich (jbeich) |
sysutils/keyd: drop GH_TAGNAME after 2b20d75491a8 |
1.1.2 24 Aug 2021 01:00:30 |
Jan Beich (jbeich) |
sysutils/keyd: use -l for finding LDFLAGS candidates
-o maybe used together with -c, in a separate step from linking. |
1.1.2 24 Aug 2021 00:58:59 |
Jan Beich (jbeich) |
sysutils/keyd: separate -ludev and LDFLAGS with some space |
1.1.2 24 Aug 2021 00:49:14 |
Jan Beich (jbeich) |
sysutils/keyd: update to 1.1.2
Changes: https://github.com/rvaiya/keyd/compare/v1.1.1...v1.1.2 |
1.1.1 24 Aug 2021 00:49:14 |
Jan Beich (jbeich) |
sysutils/keyd: respect LDFLAGS |
1.1.1 21 Aug 2021 00:18:07 |
Jan Beich (jbeich) |
sysutils/keyd: update to 1.1.1
Changes: https://github.com/rvaiya/keyd/compare/v1.0.1...v1.1.1 |
1.0.1 20 Aug 2021 09:56:13 |
Jan Beich (jbeich) |
sysutils/keyd: update to 1.0.1
Changes: https://github.com/rvaiya/keyd/compare/v1.0.0...v1.0.1
Reported by: portscout |
1.0.0 19 Aug 2021 19:11:50 |
Jan Beich (jbeich) |
sysutils/keyd: update to 1.0.0
Changes: https://github.com/rvaiya/keyd/compare/5ef7773...v1.0.0 |
0.1.0 19 Aug 2021 19:11:50 |
Jan Beich (jbeich) |
sysutils/keyd: unbreak fetch after 2b20d75491a8
fetch:
https://codeload.github.com/rvaiya/keyd/tar.gz/v0.1.0?dummy=/rvaiya-keyd-v0.1.0_GH0.tar.gz:
Not Found
Reported by: pkg-fallout |
0.1.0 19 Aug 2021 00:53:52 |
Jan Beich (jbeich) |
sysutils/keyd: update to 0.1.0
Changes: https://github.com/rvaiya/keyd/compare/f5d0c04...v0.1.0 |
s20210803 07 Aug 2021 00:36:29 |
Jan Beich (jbeich) |
sysutils/keyd: update to s20210803
Changes: https://github.com/rvaiya/keyd/compare/9e6e46a...f5d0c04 |
s20210801 02 Aug 2021 07:43:56 |
Jan Beich (jbeich) |
sysutils/keyd: update to fix a build warning
Changes: https://github.com/rvaiya/keyd/compare/4843f58...9e6e46a |
s20210801 02 Aug 2021 06:55:42 |
Jan Beich (jbeich) |
sysutils/keyd: use daemon(8) to unbreak logging
$ keyd -d
Daemonizing.
Log output will be stored in /var/log/keyd.log
$ cat /var/log/keyd.log
cat: /var/log/keyd.log: No such file or directory |
s20210801 02 Aug 2021 06:48:53 |
Jan Beich (jbeich) |
sysutils/keyd: add new port
keyd has several unique features many of which are traditionally only
found in custom keyboard firmware like QMK. Some of the more
interesting ones include:
- Layers.
- Key overloading (different behaviour on tap/hold).
- Per keyboard configuration.
- Instantaneous remapping (no flashing required).
- A simple and intuitive config format.
- Being display server agnostic (works on wayland and virtual console alike).
https://github.com/rvaiya/keyd |