mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
devel/ftxui: Update 4.0.0 → 4.1.1
Reported by: portscout
This commit is contained in:
parent
ebaa539d6a
commit
8ddf7d12ed
@ -1,6 +1,6 @@
|
||||
PORTNAME= ftxui
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.0.0
|
||||
DISTVERSION= 4.1.1
|
||||
CATEGORIES= devel science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
TEST_DEPENDS= benchmark>0:devel/benchmark \
|
||||
googletest>0:devel/googletest
|
||||
|
||||
USES= cmake:testing compiler:c++17-lang
|
||||
USES= cmake:testing compiler:c++20-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1676337923
|
||||
SHA256 (ArthurSonzogni-FTXUI-v4.0.0_GH0.tar.gz) = 7276e4117429ebf8e34ea371c3ea4e66eb99e0f234cb4c5c85fca17174a53dfa
|
||||
SIZE (ArthurSonzogni-FTXUI-v4.0.0_GH0.tar.gz) = 1148172
|
||||
TIMESTAMP = 1685377241
|
||||
SHA256 (ArthurSonzogni-FTXUI-v4.1.1_GH0.tar.gz) = 9009d093e48b3189487d67fc3e375a57c7b354c0e43fc554ad31bec74a4bc2dd
|
||||
SIZE (ArthurSonzogni-FTXUI-v4.1.1_GH0.tar.gz) = 1154985
|
||||
|
@ -13,6 +13,7 @@ include/ftxui/dom/canvas.hpp
|
||||
include/ftxui/dom/deprecated.hpp
|
||||
include/ftxui/dom/elements.hpp
|
||||
include/ftxui/dom/flexbox_config.hpp
|
||||
include/ftxui/dom/linear_gradient.hpp
|
||||
include/ftxui/dom/node.hpp
|
||||
include/ftxui/dom/requirement.hpp
|
||||
include/ftxui/dom/table.hpp
|
||||
@ -26,12 +27,14 @@ include/ftxui/screen/string.hpp
|
||||
include/ftxui/screen/terminal.hpp
|
||||
include/ftxui/util/autoreset.hpp
|
||||
include/ftxui/util/ref.hpp
|
||||
lib/cmake/ftxui/ftxui-config-version-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/ftxui/ftxui-config-version.cmake
|
||||
lib/cmake/ftxui/ftxui-config.cmake
|
||||
lib/cmake/ftxui/ftxui-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/ftxui/ftxui-targets.cmake
|
||||
lib/ftxui.pc
|
||||
lib/libftxui-component.so
|
||||
lib/libftxui-component.so.4.0.0
|
||||
lib/libftxui-component.so.4.1.1
|
||||
lib/libftxui-dom.so
|
||||
lib/libftxui-dom.so.4.0.0
|
||||
lib/libftxui-dom.so.4.1.1
|
||||
lib/libftxui-screen.so
|
||||
lib/libftxui-screen.so.4.0.0
|
||||
lib/libftxui-screen.so.4.1.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= json-tui
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0-13
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -g6b38aba
|
||||
CATEGORIES= misc
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= ecal
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 5.11.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user