Port details |
- g15daemon Daemon for Logitech G15 Keyboards
- 3.0.4_1 sysutils =2 3.0.4_1Version 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-14 00:27:33
- Last Update: 2024-02-26 21:40:45
- Commit Hash: 6911c99
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://gitlab.com/menelkir/g15daemon
- Description:
- G15daemon takes control of the G15 keyboard, allowing the use of all keys
through the uinput device driver. It also controls the use of the
keyboard's LCD display, allows multiple, simultaneous client applications
to connect, and gives the user the ability to switch between client apps
at the press of a button.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- g15daemon>0:sysutils/g15daemon
- To install the port:
- cd /usr/ports/sysutils/g15daemon/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/g15daemon
- pkg install g15daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: g15daemon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1665859303
SHA256 (menelkir-g15daemon-1f4e8b41a6ea460d59cc07305a4d9b487b575ec6_GL0.tar.gz) = bf8f134bd139899d3b3d2778c9bec4f8b6fca5441eff98f7f8a1cccfc60e4caa
SIZE (menelkir-g15daemon-1f4e8b41a6ea460d59cc07305a4d9b487b575ec6_GL0.tar.gz) = 453798
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
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libg15.so : sysutils/libg15
- libg15render.so : sysutils/libg15render
- libinput.so : x11/libinput
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_g15daemon
- USES:
- gmake libtool localbase
- 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 |
3.0.4_1 26 Feb 2024 21:40:45 |
Muhammad Moinur Rahman (bofh) |
sysutils/g15daemon: Moved man to share/man
Approved by: portmgr (blanket) |
3.0.4 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
3.0.4 15 Oct 2022 18:46:52 |
Daniel Engberg (diizzy) |
sysutils/g15daemon: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be consistent
with ports tree |
3.0.4 08 Sep 2022 23:12:06 |
Lorenzo Salvadore (salvadore) Author: Daniel Menelkir |
all: Return Daniel Menelkir's ports to the pool per his request
PR: 266294 |
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) |
3.0.4 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 ) |
3.0.4 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
3.0.4 04 Mar 2022 15:56:06 |
Jason E. Hale (jhale) |
*/*: Update maintainer's email address
PR: 262198 |
3.0.4 10 Nov 2021 10:58:09 |
Jan Beich (jbeich) |
sysutils/g15daemon: unbreak build after 5d998836b36f
checking for linux/input.h... no
checking for linux/uinput.h... no
[...]
g15_plugin_uinput.c:157:20: error: use of undeclared identifier 'G15_KEY_G1'
if((currentkeys & G15_KEY_G1) && !(lastkeys & G15_KEY_G1))
^
g15_plugin_uinput.c:157:48: error: use of undeclared identifier 'G15_KEY_G1'
if((currentkeys & G15_KEY_G1) && !(lastkeys & G15_KEY_G1))
^
g15_plugin_uinput.c:158:11: error: use of undeclared identifier 'GKEY_OFFSET'
keydown(GKEY_OFFSET);
^
g15_plugin_uinput.c:159:26: error: use of undeclared identifier 'G15_KEY_G1' (Only the first 15 lines of the commit message are shown above ) |
3.0.4 14 Aug 2021 00:25:15 |
Guangyuan Yang (ygy) Author: Daniel Menelkir |
sysutils/g15daemon: New port: Daemon for Logitech G15 Keyboards
PR: 252987 |