Index: head/x11/foot/Makefile =================================================================== --- head/x11/foot/Makefile (revision 568880) +++ head/x11/foot/Makefile (revision 568881) @@ -1,40 +1,48 @@ # $FreeBSD$ PORTNAME= foot -DISTVERSION= 1.6.4 +DISTVERSION= 1.7.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ tllist>=1.0.4:devel/tllist \ wayland-protocols>0:graphics/wayland-protocols \ scdoc:textproc/scdoc LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libfcft.so:x11-fonts/fcft \ libfontconfig.so:x11-fonts/fontconfig \ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} + +OPTIONS_DEFINE= NOTIFY XDG +OPTIONS_DEFAULT=NOTIFY XDG + +NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify + +XDG_DESC= Open files with xdg-open +XDG_RUN_DEPENDS= xdg-open:devel/xdg-utils .if exists(/usr/bin/tic) PKGMESSAGE= ${NONEXISTENT} PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ share/site-terminfo/f/${PORTNAME}-direct .else MESON_ARGS+= -Dterminfo=disabled .endif post-patch: # Chase default TERMINFO_DIRS on FreeBSD, see lib/ncurses/ncurses/ncurses_cfg.h @${REINPLACE_CMD} '/datadir/s/terminfo/site-&/' ${WRKSRC}/meson.build .include Index: head/x11/foot/distinfo =================================================================== --- head/x11/foot/distinfo (revision 568880) +++ head/x11/foot/distinfo (revision 568881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613161667 -SHA256 (foot-1.6.4.tar.gz) = 73142dcb7d0223ca740f880d372084b6dfdd56700c375709b3166bcaf32e034c -SIZE (foot-1.6.4.tar.gz) = 348577 +TIMESTAMP = 1616245332 +SHA256 (foot-1.7.0.tar.gz) = a5a7405956fc1862638712606e502eba11f2561a77f3a9fbbb332f90c8b50ee4 +SIZE (foot-1.7.0.tar.gz) = 388996 Index: head/x11/foot/pkg-descr =================================================================== --- head/x11/foot/pkg-descr (revision 568880) +++ head/x11/foot/pkg-descr (revision 568881) @@ -1,19 +1,20 @@ A fast, lightweight and minimalistic Wayland terminal emulator. Features: - Fast - Lightweight, in dependencies, on-disk and in-memory - Wayland native - DE agnostic +- Server/daemon mode - User configurable font fallback - On-the-fly font resize - On-the-fly DPI font size adjustment - Scrollback search +- Keyboard driven URL detection - Color emoji support -- Server/daemon mode - IME (via text-input-v3) - Multi-seat - Synchronized Updates - Sixel image support WWW: https://codeberg.org/dnkl/foot Index: head/x11/foot/pkg-plist =================================================================== --- head/x11/foot/pkg-plist (revision 568880) +++ head/x11/foot/pkg-plist (revision 568881) @@ -1,14 +1,17 @@ bin/foot bin/footclient man/man1/foot.1.gz man/man1/footclient.1.gz man/man5/foot.ini.5.gz +man/man7/foot-ctlseqs.7.gz share/applications/foot-server.desktop share/applications/foot.desktop +share/bash-completion/completions/foot +share/bash-completion/completions/footclient share/fish/vendor_completions.d/foot.fish share/fish/vendor_completions.d/footclient.fish %%DATADIR%%/foot.ini share/icons/hicolor/48x48/apps/foot.png share/icons/hicolor/scalable/apps/foot.svg share/zsh/site-functions/_foot share/zsh/site-functions/_footclient