The SysAdm client is a cross-platform, graphical utility written in

pure Qt5 which provides multi-system management capabilities.
The client connects via the websocket protocols to a SysAdm server
and keeps the session alive to provide regular system health
notifications, event updates, and much more.

WWW: https://sysadm.us
This commit is contained in:
Kris Moore 2017-03-08 12:00:21 +00:00
parent 0b93c6b08d
commit 6efa11f9d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435677
5 changed files with 51 additions and 0 deletions

View File

@ -1089,6 +1089,7 @@
SUBDIR += symon
SUBDIR += synergy
SUBDIR += sysadm
SUBDIR += sysadm-client
SUBDIR += sysgather
SUBDIR += sysinfo
SUBDIR += syslinux

View File

@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= sysadm-client
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= kmoore@FreeBSD.org
COMMENT= SysAdm Qt5 Client
LICENSE= BSD3CLAUSE
WRKSRC_SUBDIR= src-qt5
USE_QT5= core buildtools_build gui network qmake websockets widgets svg concurrent
USES= pkgconfig tar:xz qmake ssl
USE_GL+= gl
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= sysadm-ui-qt
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000
IGNORE= requires FreeBSD 10 or later
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1488974334
SHA256 (trueos-sysadm-ui-qt-v1.0_GH0.tar.gz) = 5f70505758a01498efa0d14a05d135400abf9b9fefd7a9308efafb265351422d
SIZE (trueos-sysadm-ui-qt-v1.0_GH0.tar.gz) = 1053384

View File

@ -0,0 +1,7 @@
The SysAdm client is a cross-platform, graphical utility written in
pure Qt5 which provides multi-system management capabilities.
The client connects via the websocket protocols to a SysAdm server
and keeps the session alive to provide regular system health
notifications, event updates, and much more.
WWW: https://sysadm.us

View File

@ -0,0 +1,11 @@
bin/sysadm
bin/sysadm-client
share/applications/sysadm-client.desktop
share/applications/sysadm-moused.desktop
share/applications/sysadm-updatemanager.desktop
share/applications/pccontrol.desktop
share/applications/appcafe.desktop
etc/xdg/autostart/sysadm-client-auto.desktop
share/pixmaps/sysadm.svg
share/pixmaps/appcafe.png
share/pixmaps/trueos.png