Created attachment 221270 [details] cbonsai-g20200907.diff Bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options-- see usage. There are 2 modes of operation: static (the default), and live. See modes for details. WWW: https://gitlab.com/jallbrit/cbonsai QA: * portlint: OK (looks fine). * testport: OK (poudriere: 12.2-RELEASE, amd64).
You can make a little bit more tidy by using USES= localbase
Looks good! All the linters (portlint, portclippy, and portfmt) had no suggested changes. As daniel.engberg.lists@pyret.net said, USES=localbase is appropriate (no need to submit a diff). There is also a newer commit (just a Makefile change) that was submitted just after you opened this. Build/run tests look good.
A commit references this bug: Author: jrm Date: Thu Jan 7 20:04:37 UTC 2021 New revision: 560732 URL: https://svnweb.freebsd.org/changeset/ports/560732 Log: New ports, graphics/cbonsai: Bonsai tree generator Bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is configurable. WWW: https://gitlab.com/jallbrit/cbonsai PR: 252412 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Reviewed by: daniel.engberg.lists@pyret.net Changes: head/graphics/Makefile head/graphics/cbonsai/ head/graphics/cbonsai/Makefile head/graphics/cbonsai/distinfo head/graphics/cbonsai/pkg-descr