git: 9d20ae38f4e7 - main - devel/ftxui: Minor improvements
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jun 2024 05:58:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d20ae38f4e7ab593b4325621338d779b2629f11 commit 9d20ae38f4e7ab593b4325621338d779b2629f11 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-05 02:45:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-05 02:45:47 +0000 devel/ftxui: Minor improvements --- devel/ftxui/Makefile | 2 +- devel/ftxui/pkg-descr | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/ftxui/Makefile b/devel/ftxui/Makefile index de14a169d155..32f08ce228de 100644 --- a/devel/ftxui/Makefile +++ b/devel/ftxui/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 5.0.0 CATEGORIES= devel science MAINTAINER= yuri@FreeBSD.org -COMMENT= C++ Functional Terminal User Interface library +COMMENT= C++ Functional Terminal User Interface (TUI) library WWW= https://github.com/ArthurSonzogni/FTXUI LICENSE= MIT diff --git a/devel/ftxui/pkg-descr b/devel/ftxui/pkg-descr index 76144e997aec..7fab83b2c7ed 100644 --- a/devel/ftxui/pkg-descr +++ b/devel/ftxui/pkg-descr @@ -1,15 +1,15 @@ FTXUI is a simple C++ library for terminal based user interfaces. -Feature: -* Functional style. Inspired by [1] and React -* Simple and elegant syntax (in my opinion) -* Keyboard & mouse navigation. +Features: +* Functional style. Inspired by the hackernoon + "Building Reactive Terminal Interfaces in C++" and React +* Simple and elegant syntax +* Keyboard & mouse navigation * Support for UTF8 and fullwidth chars -* Support for animations. Demo 1, Demo 2 -* Support for drawing. Demo +* Support for animations +* Support for drawing * No dependencies * Cross platform: Linux/MacOS (main target), WebAssembly, Windows * Learn by examples, and tutorials -* Multiple packages: CMake FetchContent (preferred), vcpkg, pkgbuild, conan. * Good practises: documentation, tests, fuzzers, performance tests, automated CI, automated packaging, etc