Created attachment 225974 [details] Git diff for remarkable-devd port Create a port for automatically configuring the USB network connection Remarkable tablets. Remarkable tablets provide a network connection when they are connected to a computer via a USB cable. This is simply a devd script that automatically calls dhclient on the attached interface to set up a connection. Tested with Remarkable 1 and Remarkable 2 tablets.
Created attachment 225975 [details] Updated diff due to error in plist
Committed, thank you very much :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5529844e1456e2692b756ca5368e215cea0e0a17 commit 5529844e1456e2692b756ca5368e215cea0e0a17 Author: Trenton Schulz <trueos@norwegianrockcat.com> AuthorDate: 2021-07-14 10:32:37 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-14 10:36:53 +0000 net/remarkable-devd: new port -- Devd hotplug rules for Remarkable Tablet Automatic IP address when connecting a Remarkable Tablet to USB. This makes it possible to access your Remarkable tablet via ssh or its USB web interface when it's enabled. PR: 256754 net/Makefile | 1 + net/remarkable-devd/Makefile (new) | 27 +++++++++++++ net/remarkable-devd/files/pkg-message.in (new) | 14 +++++++ net/remarkable-devd/files/remarkable.conf.in (new) | 7 ++++ net/remarkable-devd/files/remarkable.in (new) | 45 ++++++++++++++++++++++ net/remarkable-devd/pkg-descr (new) | 3 ++ 6 files changed, 97 insertions(+)