svn commit: r435677 - in head/sysutils: . sysadm-client
Kris Moore
kmoore at FreeBSD.org
Wed Mar 8 12:00:23 UTC 2017
Author: kmoore
Date: Wed Mar 8 12:00:21 2017
New Revision: 435677
URL: https://svnweb.freebsd.org/changeset/ports/435677
Log:
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
Added:
head/sysutils/sysadm-client/
head/sysutils/sysadm-client/Makefile (contents, props changed)
head/sysutils/sysadm-client/distinfo (contents, props changed)
head/sysutils/sysadm-client/pkg-descr (contents, props changed)
head/sysutils/sysadm-client/pkg-plist (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Wed Mar 8 11:57:04 2017 (r435676)
+++ head/sysutils/Makefile Wed Mar 8 12:00:21 2017 (r435677)
@@ -1089,6 +1089,7 @@
SUBDIR += symon
SUBDIR += synergy
SUBDIR += sysadm
+ SUBDIR += sysadm-client
SUBDIR += sysgather
SUBDIR += sysinfo
SUBDIR += syslinux
Added: head/sysutils/sysadm-client/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/sysadm-client/Makefile Wed Mar 8 12:00:21 2017 (r435677)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= sysadm-client
+PORTVERSION= 1.0
+DISTVERSIONPREFIX= v
+CATEGORIES= sysutils
+
+MAINTAINER= kmoore at 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>
Added: head/sysutils/sysadm-client/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/sysadm-client/distinfo Wed Mar 8 12:00:21 2017 (r435677)
@@ -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
Added: head/sysutils/sysadm-client/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/sysadm-client/pkg-descr Wed Mar 8 12:00:21 2017 (r435677)
@@ -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
Added: head/sysutils/sysadm-client/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/sysadm-client/pkg-plist Wed Mar 8 12:00:21 2017 (r435677)
@@ -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
More information about the svn-ports-head
mailing list