aboutsummaryrefslogtreecommitdiff
path: root/graphics/cbonsai
Commit message (Collapse)AuthorAgeFilesLines
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-1/+0
| | | | | | | | | | | | | | | | | | | | | - 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
* graphics/cbonsai: Mark BROKEN for 12 and 14Muhammad Moinur Rahman2023-08-071-0/+3
| | | | | | | | | 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
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | 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
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/cbonsai: Update to 1.3.1Lewis Cook2021-11-112-8/+11
|
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/cbonsai: Update to 1.0.4Lewis Cook2021-03-162-5/+5
| | | | | | | | | Changes: https://gitlab.com/jallbrit/cbonsai/-/tags/v1.0.4 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29260 Notes: svn path=/head/; revision=568564
* graphics/cbonsai: Update to 1.0.1Lewis Cook2021-03-102-5/+5
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29198 Notes: svn path=/head/; revision=568025
* graphics/cbonsai: Update to 1.0.0Lewis Cook2021-02-282-6/+6
| | | | | | | | | Changes: https://gitlab.com/jallbrit/cbonsai/-/tags/v1.0.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28971 Notes: svn path=/head/; revision=566769
* graphics/cbonsai: Update to latest commitLewis Cook2021-02-072-10/+8
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=564612
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* New ports, graphics/cbonsai: Bonsai tree generatorJoseph Mingrone2021-01-073-0/+47
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 Notes: svn path=/head/; revision=560732