Summary: | New port: deskutils/nanonote – a minimalist note taking application | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vidar Karlsen <vidar> | ||||||
Component: | Individual Port(s) | Assignee: | Joel Bodenmann <jbo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | grahamperrin, jbo | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/agateau/nanonote | ||||||||
See Also: | https://reviews.freebsd.org/D41891 | ||||||||
Attachments: |
|
Description
Vidar Karlsen
2023-09-13 13:15:50 UTC
Thank you for your submission. Qt5 is nearing end-of-life and there are already numerous editors in ports. Could you check with upstream what their plans for Qt6 support are? (In reply to Joel Bodenmann from comment #1) Yes, the upstream developer uses it on a daily basis and intends to port it to Qt6 in the future. Nice :-) Drive-by comment: deskutils/ might be a better category. Consider <https://www.freshports.org/search.php?stype=name&method=match&query=note&num=100&orderby=category&orderbyupdown=asc&search=Search&format=plaintext&minimal=1&branch=head> (In reply to Vidar Karlsen from comment #0) Upstream provides an official distfile. Whenever possible, we prefer using the upstream provided distfile instead of USE_GITHUB. This will most likely also negate the need for GH_TUPLE. Could you please update the port accordingly and re-run all QA/tests? Created attachment 244974 [details]
git format-patch, deskutils/nanonote
Updated patch:
- Moved port to deskutils
- Download the release tarball instead of USE_GITHUB
QA tests passed: same as previous patch (portlint, portclippy, poudriere)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=82818d45a6e46e830bfa69ea69b62d280fe7016e commit 82818d45a6e46e830bfa69ea69b62d280fe7016e Author: Vidar Karlsen <vidar@karlsen.tech> AuthorDate: 2023-09-13 13:12:22 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2023-09-18 18:50:12 +0000 deskutils/nanonote: Add new port Nanonote is a minimalist note taking application. PR: 273759 Approved by: zirias (mentor) Differential Revision: https://reviews.freebsd.org/D41891 deskutils/Makefile | 1 + deskutils/nanonote/Makefile (new) | 21 +++++++++++++++++++++ deskutils/nanonote/distinfo (new) | 3 +++ deskutils/nanonote/pkg-descr (new) | 5 +++++ deskutils/nanonote/pkg-plist (new) | 9 +++++++++ 5 files changed, 39 insertions(+) Committed, thanks! |