aboutsummaryrefslogtreecommitdiff
path: root/x11/foot
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* x11/foot: update to 1.7.1Jan Beich2021-03-292-4/+4
| | | | | | | | Changes: https://codeberg.org/dnkl/foot/releases/tag/1.7.1 Reported by: Repology Notes: svn path=/head/; revision=569426
* x11/foot: update to 1.7.0Jan Beich2021-03-204-5/+17
| | | | | | | | Changes: https://codeberg.org/dnkl/foot/releases/tag/1.7.0 Reported by: Repology Notes: svn path=/head/; revision=568881
* x11/foot: simplify terminfo supportJan Beich2021-02-251-5/+6
| | | | | | | | - Make post-patch unconditional as it's nop on FreeBSD < 14 - Switch = to += to allow additions outside the conditional Notes: svn path=/head/; revision=566530
* x11/foot: expose terminfo support on -CURRENTJan Beich2021-02-251-0/+10
| | | | | | | | | | | | | Makes foot default to TERM=foot instead of TERM=xterm-256color. Proper 24-bit color support without relying on COLORTERM=truecolor and hardcoded xterm escape sequences requires TERM=foot-direct e.g., $ foot -t foot-direct $ tput Co 16777216 Notes: svn path=/head/; revision=566529
* x11/foot: update to 1.6.4Jan Beich2021-02-132-9/+4
| | | | | | | Changes: https://codeberg.org/dnkl/foot/releases/tag/1.6.4 Notes: svn path=/head/; revision=565091
* x11/foot: unbreak if devel/ncurses is installedJan Beich2021-02-092-1/+6
| | | | | | | | | | | | | | | | | | | | | In-base ncurses uses termcap, so ports/ don't support populating terminfo yet. For example, devel/ncurses has --with-hashed-db which confuses Meson. [2/3] /usr/local/bin/meson install --no-rebuild Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 140, in run return options.run_func(options) File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 554, in run installer.do_install(datafilename) File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 372, in do_install self.install_targets(d) File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 468, in install_targets raise RuntimeError('File {!r} could not be found'.format(t.fname)) RuntimeError: File 'f' could not be found Notes: svn path=/head/; revision=564820
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-6/+0
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* x11/foot: update to 1.6.3_1Jan Beich2021-01-293-58/+6
| | | | | | | Changes: https://codeberg.org/dnkl/foot/src/tag/1.6.3 Notes: svn path=/head/; revision=563232
* x11/foot: sync patches with upstreamJan Beich2021-01-232-43/+53
| | | | Notes: svn path=/head/; revision=562388
* x11/foot: add new portJan Beich2021-01-195-0/+130
A fast, lightweight and minimalistic Wayland terminal emulator. Features: - Fast - Lightweight, in dependencies, on-disk and in-memory - Wayland native - DE agnostic - User configurable font fallback - On-the-fly font resize - On-the-fly DPI font size adjustment - Scrollback search - Color emoji support - Server/daemon mode - IME (via text-input-v3) - Multi-seat - Synchronized Updates - Sixel image support https://codeberg.org/dnkl/foot Notes: svn path=/head/; revision=562056