Bug 252412

Summary: [NEW PORT] graphics/cbonsai: Bonsai tree generator, written in C using ncurses
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Only Me CC: diizzy, jrm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cbonsai-g20200907.diff none

Description Lewis Cook freebsd_committer freebsd_triage 2021-01-04 16:04:18 UTC
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).
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2021-01-05 20:22:53 UTC
You can make a little bit more tidy by using USES= localbase
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2021-01-07 19:41:27 UTC
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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-01-07 20:05:26 UTC
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