Port details |
- cbonsai Bonsai tree generator, written in C using ncurses
- 1.3.1 graphics =2 1.3.1Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2021-01-07 20:04:41
- Last Update: 2024-10-09 18:45:56
- Commit Hash: ad8c412
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://gitlab.com/jallbrit/cbonsai
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cbonsai>0:graphics/cbonsai
- To install the port:
- cd /usr/ports/graphics/cbonsai/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/cbonsai
- pkg install cbonsai
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cbonsai
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636125750
SHA256 (jallbrit-cbonsai-7a6f4b0b0e1ce463691885b32a81517d2839d150_GL0.tar.gz) = ee3c140e8d810850c24f66dc29ab558632acef4cc252d9317ff765b7219792d7
SIZE (jallbrit-cbonsai-7a6f4b0b0e1ce463691885b32a81517d2839d150_GL0.tar.gz) = 23178
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cbonsai-1.3.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_cbonsai
- USES:
- compiler:c11 ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1 09 Oct 2024 18:45:56 |
Jimmy Olgeni (olgeni) |
graphics/cbonsai: unbreak |
1.3.1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.3.1 07 Aug 2023 15:24:44 |
Muhammad Moinur Rahman (bofh) |
graphics/cbonsai: Mark BROKEN for 12 and 14
It seems like the libraries cannot link with different versions of
ncurses specially from 12 and 14. I have also tried the combination with
ncurses from ports without any positive result.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.3.1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.1 11 Nov 2021 15:28:14 |
Lewis Cook (lcook) |
graphics/cbonsai: Update to 1.3.1 |
1.0.4 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.0.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4 16 Mar 2021 13:24:56 |
lcook |
graphics/cbonsai: Update to 1.0.4
Changes: https://gitlab.com/jallbrit/cbonsai/-/tags/v1.0.4
Approved by: fernape (mentor)
Differential Revision: https://reviews.freebsd.org/D29260 |
1.0.1 10 Mar 2021 18:33:00 |
lcook |
graphics/cbonsai: Update to 1.0.1
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D29198 |
1.0.0 28 Feb 2021 14:40:38 |
lcook |
graphics/cbonsai: Update to 1.0.0
Changes: https://gitlab.com/jallbrit/cbonsai/-/tags/v1.0.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28971 |
g20210115 07 Feb 2021 11:03:18 |
lcook |
graphics/cbonsai: Update to latest commit
Whilst here, remove the do-build target and cleanup a little.
Changes:
https://gitlab.com/jallbrit/cbonsai/-/commit/e1070054e5bf5c30056cd31f01e8ecc8df8f02cd
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28517 |
g20210105 22 Jan 2021 10:08:52 |
lcook |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279 |
g20210105 07 Jan 2021 20:04:36 |
jrm |
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 |