Bug 281176 - [NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client
Summary: [NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL: https://repology.org/project/boinctui...
Keywords:
Depends on: 279592
Blocks:
  Show dependency treegraph
 
Reported: 2024-08-31 20:28 UTC by Älven
Modified: 2024-09-08 13:59 UTC (History)
1 user (show)

See Also:


Attachments
[NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client (5.28 KB, patch)
2024-08-31 20:28 UTC, Älven
alster: maintainer-approval+
Details | Diff
[NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client (6.81 KB, patch)
2024-08-31 21:45 UTC, Älven
alster: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-08-31 20:28:53 UTC
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.
Comment 1 Älven 2024-08-31 21:45:54 UTC
Created attachment 253230 [details]
[NEW PORT] net/boinctui: Fullscreen text-mode manager for BOINC client
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-09-08 12:23:53 UTC
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(+)
Comment 3 Rainer Hurling freebsd_committer freebsd_triage 2024-09-08 12:24:56 UTC
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
Comment 4 Älven 2024-09-08 13:59:10 UTC
Hi Rainer,

Thank you for your review and constructive help with my first port! :)

Älven