<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/keyd, branch 13-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-03-25T14:43:02Z</updated>
<entry>
<title>sysutils/keyd: add resume support after S3 suspend</title>
<updated>2026-03-25T14:43:02Z</updated>
<author>
<name>Torsten Zuehlsdorff</name>
<email>tz@FreeBSD.org</email>
</author>
<published>2026-03-24T16:58:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7d99b7a6761020b1d4f61b4431696d94d93211ee'/>
<id>urn:sha1:7d99b7a6761020b1d4f61b4431696d94d93211ee</id>
<content type='text'>
  keyd breaks after S3 suspend/resume because USB devices aren't ready
  on restart. Add resume keyword and a delayed restart to the rc script.

  PR:           270603
  Approved by:  chalpin@cs.wisc.edu (maintainer timeout)
</content>
</entry>
<entry>
<title>sysutils/keyd: Update 2.5.0 =&gt; 2.6.0, take maintainership</title>
<updated>2026-01-09T17:51:12Z</updated>
<author>
<name>Corey Halpin</name>
<email>chalpin@cs.wisc.edu</email>
</author>
<published>2026-01-09T17:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b8f542e05515817de5ce74caf65bebeeeb834a7f'/>
<id>urn:sha1:b8f542e05515817de5ce74caf65bebeeeb834a7f</id>
<content type='text'>
Changelog:
https://github.com/rvaiya/keyd/blob/v2.6.0/docs/CHANGELOG.md

While here pet portclippy.

PR:		292252
Co-authored-by:	Vladimir Druzenko &lt;vvd@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>sysutils/keyd: clarify VT is not supported on FreeBSD</title>
<updated>2025-01-07T02:37:34Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2025-01-07T02:35:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1ff823bf5b55361e3d114c3ca3d1444111f52af0'/>
<id>urn:sha1:1ff823bf5b55361e3d114c3ca3d1444111f52af0</id>
<content type='text'>
https://github.com/rvaiya/keyd/issues/570#issuecomment-1704439249
</content>
</entry>
<entry>
<title>sysutils/keyd: drop maintainership</title>
<updated>2024-09-03T13:04:00Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2024-08-27T01:08:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6c6ffc2f7a00d3b3a562b0ecdd4e973921f950ce'/>
<id>urn:sha1:6c6ffc2f7a00d3b3a562b0ecdd4e973921f950ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/keyd: update to 2.5.0</title>
<updated>2024-07-28T00:47:25Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2024-07-27T17:47:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d21fb152414193ffccea2c730dd780cabf46ebd'/>
<id>urn:sha1:8d21fb152414193ffccea2c730dd780cabf46ebd</id>
<content type='text'>
Changes:	https://github.com/rvaiya/keyd/blob/master/docs/CHANGELOG.md#v250
Reported by:	GitHub (watch releases)
</content>
</entry>
<entry>
<title>sysutils/keyd: update to 2.4.3</title>
<updated>2023-05-17T00:01:29Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2023-05-16T22:16:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8157ae278240ba0c7a77c84fb3154a8a31c52759'/>
<id>urn:sha1:8157ae278240ba0c7a77c84fb3154a8a31c52759</id>
<content type='text'>
Changes:	https://github.com/rvaiya/keyd/compare/v2.4.2...v2.4.3
Reported by:	GitHub (watch releases)
PR:		270597
</content>
</entry>
<entry>
<title>Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}</title>
<updated>2023-05-16T03:57:46Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2023-05-16T03:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8b63b54d43cc9f4a3c3af406790fc6f0d86db560'/>
<id>urn:sha1:8b63b54d43cc9f4a3c3af406790fc6f0d86db560</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>sysutils/keyd: unbreak keyboard detection after eb0c36ff34ed</title>
<updated>2023-02-25T08:36:29Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2023-02-25T08:33:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=04e8cb87e9bffc67d24ed0872b85d9d25d530d34'/>
<id>urn:sha1:04e8cb87e9bffc67d24ed0872b85d9d25d530d34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
</entry>
</feed>
