net-im/debugtox: New port: Very simple Tox client to help debug and play with the API

This commit is contained in:
Yuri Victorovich
2025-02-07 18:15:37 -08:00
parent 82fbb4671e
commit 7cc919cd70
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
SUBDIR += convey
SUBDIR += coyim
SUBDIR += cutegram
SUBDIR += debugtox
SUBDIR += dendrite
SUBDIR += dino
SUBDIR += discordo
+26
View File
@@ -0,0 +1,26 @@
PORTNAME= debugtox
DISTVERSION= g20250207
CATEGORIES= net-im net-p2p
MAINTAINER= yuri@FreeBSD.org
COMMENT= Very simple Tox client to help debug and play with the API
WWW= https://tox.chat \
https://github.com/TokTok/debugtox
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsodium.so:security/libsodium \
libtoxcore.so:net-im/tox
USES= cmake compiler:c++17-lang gl pkgconfig qt:6
USE_QT= base
USE_GL= opengl
USE_GITHUB= yes
GH_ACCOUNT= TokTok
GH_TAGNAME= 725f7b9
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1738979091
SHA256 (TokTok-debugtox-g20250207-725f7b9_GH0.tar.gz) = b57d577d21f093841622e13503e1ca758cfd764f1a307576aa86b45cd01e3a80
SIZE (TokTok-debugtox-g20250207-725f7b9_GH0.tar.gz) = 39844
+1
View File
@@ -0,0 +1 @@
DebugToxis a very simple UI for playing with the Tox API.