Created attachment 253228 [details] [NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client Build-tested with Poudriere on [14.1, 13.3] * [amd64, i386]. Sure, may provide the logs on request. Run-tested on my local BOINC client.
Created attachment 253230 [details] [NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=517a36067bbe6dab38ace9c59a0ac86e4701d8c3 commit 517a36067bbe6dab38ace9c59a0ac86e4701d8c3 Author: Älven <alster@vinterdalen.se> AuthorDate: 2024-09-08 12:08:51 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-09-08 12:23:11 +0000 net/boinctui: Add port: Fullscreen text-mode manager for BOINC client PR: 281176 net/Makefile | 1 + net/boinctui/Makefile (new) | 34 +++++++++++++++++++++++++++++ net/boinctui/distinfo (new) | 3 +++ net/boinctui/files/patch-Makefile.in (new) | 30 +++++++++++++++++++++++++ net/boinctui/files/patch-configure.in (new) | 14 ++++++++++++ net/boinctui/files/patch-src_net.cpp (new) | 18 +++++++++++++++ net/boinctui/pkg-descr (new) | 15 +++++++++++++ net/boinctui/pkg-plist (new) | 3 +++ 8 files changed, 118 insertions(+)
Hi Älven, Thanks for the new port. LGTM, only the doc path in pkg-plist should be 'relative'. I changed it. portlint -AC, portclippy and Poudriere seem fine. I had little possibilities to test the port at runtime as I don't run BOINC instances anymore. First runtime checks seem ok :) Committed and thanks again, Rainer
Hi Rainer, Thank you for your review and constructive help with my first port! :) Älven