mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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:
parent
0b93c6b08d
commit
6efa11f9d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435677
@ -1089,6 +1089,7 @@
|
||||
SUBDIR += symon
|
||||
SUBDIR += synergy
|
||||
SUBDIR += sysadm
|
||||
SUBDIR += sysadm-client
|
||||
SUBDIR += sysgather
|
||||
SUBDIR += sysinfo
|
||||
SUBDIR += syslinux
|
||||
|
29
sysutils/sysadm-client/Makefile
Normal file
29
sysutils/sysadm-client/Makefile
Normal 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>
|
3
sysutils/sysadm-client/distinfo
Normal file
3
sysutils/sysadm-client/distinfo
Normal 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
|
7
sysutils/sysadm-client/pkg-descr
Normal file
7
sysutils/sysadm-client/pkg-descr
Normal 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
|
11
sysutils/sysadm-client/pkg-plist
Normal file
11
sysutils/sysadm-client/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user