diff options
Diffstat (limited to 'sysutils/vtm')
-rw-r--r-- | sysutils/vtm/Makefile | 16 | ||||
-rw-r--r-- | sysutils/vtm/distinfo | 6 | ||||
-rw-r--r-- | sysutils/vtm/pkg-descr | 8 |
3 files changed, 21 insertions, 9 deletions
diff --git a/sysutils/vtm/Makefile b/sysutils/vtm/Makefile index 8424cd1243bf..99f659d8078d 100644 --- a/sysutils/vtm/Makefile +++ b/sysutils/vtm/Makefile @@ -1,10 +1,11 @@ PORTNAME= vtm DISTVERSIONPREFIX= v -DISTVERSION= 0.9.99.70 +DISTVERSION= 2025.05.21 +DISTVERSIONSUFFIX= a CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com -COMMENT= Text-based desktop environment +COMMENT= Text-based desktop environment for your terminal WWW= https://github.com/directvt/vtm LICENSE= MIT @@ -20,8 +21,17 @@ LDFLAGS+= -L${LUA_LIBDIR} PLIST_FILES= bin/vtm +.include <bsd.port.pre.mk> +.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 +# explicit: GCC uses libstdc++ by default, otherwise +# using libc++ cause the build to fail due to +# memory issues on these architectures above. +USE_GCC= yes +CXXFLAGS+= -stdlib=libstdc++ +.endif + post-patch: ${REINPLACE_CMD} 's/lua-5.4/lua-${LUA_VER}/g' \ ${WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/vtm/distinfo b/sysutils/vtm/distinfo index 441bf9f917ab..3e39fc07d5e1 100644 --- a/sysutils/vtm/distinfo +++ b/sysutils/vtm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741550105 -SHA256 (directvt-vtm-v0.9.99.70_GH0.tar.gz) = 9068151b389723a1f6059296359c49dde77f18c2f08af050b33a34f3d06ad1c2 -SIZE (directvt-vtm-v0.9.99.70_GH0.tar.gz) = 1900004 +TIMESTAMP = 1748072121 +SHA256 (directvt-vtm-v2025.05.21a_GH0.tar.gz) = 7e124df15b59fd7c6bec99bf1010ba3dd64ebd13d27200d84b66d833313a0e14 +SIZE (directvt-vtm-v2025.05.21a_GH0.tar.gz) = 1931349 diff --git a/sysutils/vtm/pkg-descr b/sysutils/vtm/pkg-descr index 53b83f214ddb..64c9f92eaae0 100644 --- a/sysutils/vtm/pkg-descr +++ b/sysutils/vtm/pkg-descr @@ -1,3 +1,5 @@ -Text based desktop environment inside the terminal. -Allows for tiling terminal buffers, detaching sessions -and remote collaborative work. +vtm is a text-based application that represents its user interface +as a mosaic of text cells, forming a TUI matrix. This matrix can be +rendered in its own GUI window or in a compatible text console. +It wraps any console application and supports indefinite nesting, +creating a text-based desktop environment within your terminal. |