Bug 252412 - [NEW PORT] graphics/cbonsai: Bonsai tree generator, written in C using ncurses
Summary: [NEW PORT] graphics/cbonsai: Bonsai tree generator, written in C using ncurses
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: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-04 16:04 UTC by Lewis Cook
Modified: 2021-01-07 20:05 UTC (History)
2 users (show)

See Also:


Attachments
cbonsai-g20200907.diff (2.98 KB, patch)
2021-01-04 16:04 UTC, Lewis Cook
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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