./net/deskflow, Let a user share a mouse and keyboard among computers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.26.0nb1, Package name: deskflow-1.26.0nb1, Maintainer: pkgsrc-users

Deskflow is a free and open source keyboard and mouse sharing app.
Use the keyboard, mouse, or trackpad of one computer to control nearby
computers, and work seamlessly between them. It's like a software KVM
(but without the video). TLS encryption is enabled by default.
Wayland is supported. Clipboard sharing is supported.


Master sites:

Filesize: 1276.34 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335)
Log message:
*: Recursive revbump from security/nettle-4.0
   2026-03-03 22:14:46 by Tobias Nygren | Files touched by this commit (1) | Package updated
Log message:
deskflow: PLIST.App: catch up w/ update
   2026-03-03 20:49:24 by Tobias Nygren | Files touched by this commit (3) | Package updated
Log message:
deskflow: update to 1.26.0

Korean(ko) translation
Option to start in the "locked to computer" state
Option to show the version in the windows title
Clients can now use a list hostnames or ips for the server address
Client options are in a new client configuration dialog
Provide a more accurate suggested IP, Update as network info changes if needed.
Add a simple search to the log
Lookup host name with IP4 or IP6
Replace broken scroll speed with a scroll scaling options
Bugfixes
   2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305)
Log message:
*: recursive bump for nettle 4.0 shlib major bump
   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   2026-01-06 20:57:10 by Tobias Nygren | Files touched by this commit (9) | Package updated
Log message:
deskflow: update to 1.25.0

- add UI translations
- save geometry into a state file
- remove old deskflow-core cli options
- remove CLI11, tomlpp and env file configuration
- bugfixes
   2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999)
Log message:
*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ 
/usr/pkg/lib/libglib-2.0.so.0 not defined
   2025-10-20 21:49:13 by Tobias Nygren | Files touched by this commit (11) | Package updated
Log message:
deskflow: update to 1.24.0

- The client and server binaries have been merged:
  Use "deskflow-core client" instead of "deskflow-client" and
  ditto for the server.
- The log levels values in the gui have changed.
  Users may want to adjust the Log Level setting after upgrading.
- Bugfixes and cleanups