Port details |
- termbox Legacy-free alternative to ncurses
- 1.1.3 devel
=0 1.1.2Version of this port present on the latest quarterly branch.- Maintainer: as@php.net
 - Port Added: 2019-09-16 10:48:37
- Last Update: 2020-10-09 10:35:24
- SVN Revision: 551755
- License: MIT
- Description:
- termbox is a minimal, legacy-free alternative to ncurses, suitable
for building text-based user interfaces.
WWW: https://github.com/termbox/termbox
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
cd /usr/ports/devel/termbox/ && make install clean - To add the package:
pkg install termbox - PKGNAME: termbox
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1601141351
SHA256 (termbox-termbox-v1.1.3_GH0.tar.gz) = 0dc0beb92ed1d32955d2ca35f367a3585e4c5211701064df58750625d3072a42
SIZE (termbox-termbox-v1.1.3_GH0.tar.gz) = 22609
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
- editors/mle
- Configuration Options
- No options to configure
- USES:
- compiler:c11 gmake
- Master Sites:
-
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Oct 2020 09:35:24
1.1.3

|
pkubaj  |
devel/termbox: fix build on GCC architectures
Use newer compiler:
cc1: error: unrecognized command line option "-Wno-unused-result" |
02 Oct 2020 19:09:53
1.1.3

|
swills  |
devel/termbox: update to 1.1.3
PR: 249672
Submitted by: as@php.net (maintainer) |
14 Jan 2020 09:27:19
1.1.2

|
antoine  |
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143 |
16 Sep 2019 10:48:31
1.1.2

|
0mp  |
New port: devel/termbox Legacy-free alternative to ncurses
Termbox is a library that provides minimalistic API which allows the
programmer to write text-based user interfaces.
It is based on a very simple abstraction. The main idea is viewing
terminals as a table of fixed-size cells and input being a stream of
structured messages. Would be fair to say that the model is inspired
by windows console API. The abstraction itself is not perfect and it
may create problems in certain areas. The most sensitive ones are
copy & pasting and wide characters (mostly Chinese, Japanese, Korean
(CJK) characters). When it comes to copy & pasting, the notion of
cells is not really compatible with the idea of text. And CJK runes
often require more than one cell to display them nicely. Despite the
mentioned flaws, using such a simple model brings benefits in a form (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 4
|
Latest Vulnerabilities |
12 vulnerabilities affecting 81 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-22 20:38:30
|
|