Port details |
- termbox2 Terminal rendering library for creating TUIs
- 2.5.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: alster@vinterdalen.se
 - Port Added: 2025-01-06 23:13:16
- Last Update: 2025-01-06 23:06:13
- Commit Hash: ab0c4cd
- License: MIT
- WWW:
- https://github.com/termbox/termbox2/
- Description:
- termbox2 is a terminal rendering library for creating TUIs. It is an alternative
to the ubiquitous ncurses library. It ships with built-in support for popular
terminals and can also fallback to terminfo if present. Compared to the original
termbox, it retains a simple API and no dependencies beyond libc, and adds
stricter error checking, more efficient escape sequence parsing, opt-in support
for 32-bit color, extended grapheme clusters, code gen for built-in escape
sequences, a test suite, and more.
termbox2 is organized as a single file header library, though it is possible to
compile it as a stand-alone shared or static library.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- termbox2>0:devel/termbox2
- To install the port:
- cd /usr/ports/devel/termbox2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/termbox2
- pkg install termbox2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: termbox2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735587865
SHA256 (termbox-termbox2-v2.5.0_GH0.tar.gz) = 1d7a9811060e3673be417019007acbf4e2575734b6f95baaf6e8aed27f06c65a
SIZE (termbox-termbox2-v2.5.0_GH0.tar.gz) = 66122
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for termbox2-2.5.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_termbox2
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0 06 Jan 2025 23:06:13
    |
Robert Clausecker (fuz)  Author: Älven |
devel/termbox2: Terminal rendering library for creating TUIs
termbox2 is a terminal rendering library for creating TUIs. It is an alternative
to the ubiquitous ncurses library. It ships with built-in support for popular
terminals and can also fallback to terminfo if present. Compared to the original
termbox, it retains a simple API and no dependencies beyond libc, and adds
stricter error checking, more efficient escape sequence parsing, opt-in support
for 32-bit color, extended grapheme clusters, code gen for built-in escape
sequences, a test suite, and more.
termbox2 is organized as a single file header library, though it is possible to
compile it as a stand-alone shared or static library.
WWW: https://github.com/termbox/termbox2
PR: 283751 |
Number of commits found: 1
|