From owner-svn-ports-all@freebsd.org Wed Mar 8 12:00:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F548D02FFE; Wed, 8 Mar 2017 12:00:23 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39F221B41; Wed, 8 Mar 2017 12:00:23 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v28C0MPw022331; Wed, 8 Mar 2017 12:00:22 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v28C0LpN022326; Wed, 8 Mar 2017 12:00:21 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201703081200.v28C0LpN022326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Wed, 8 Mar 2017 12:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435677 - in head/sysutils: . sysadm-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2017 12:00:23 -0000 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@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 + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +.include 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