svn commit: r563239 - in branches/2021Q1/x11: . foot

Jan Beich jbeich at FreeBSD.org
Fri Jan 29 19:28:52 UTC 2021


Author: jbeich
Date: Fri Jan 29 19:28:51 2021
New Revision: 563239
URL: https://svnweb.freebsd.org/changeset/ports/563239

Log:
  MFH: r562056 r562388 r563232
  
  x11/foot: add new port
  
  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

Added:
  branches/2021Q1/x11/foot/
     - copied from r563238, head/x11/foot/
Modified:
  branches/2021Q1/x11/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11/Makefile
==============================================================================
--- branches/2021Q1/x11/Makefile	Fri Jan 29 19:23:37 2021	(r563238)
+++ branches/2021Q1/x11/Makefile	Fri Jan 29 19:28:51 2021	(r563239)
@@ -70,6 +70,7 @@
     SUBDIR += florence
     SUBDIR += flruler
     SUBDIR += fnott
+    SUBDIR += foot
     SUBDIR += fpc-x11
     SUBDIR += fstobdf
     SUBDIR += fuzzel


More information about the svn-ports-all mailing list