From owner-svn-ports-all@freebsd.org Wed Aug 9 07:45:04 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 369AFDC5A13; Wed, 9 Aug 2017 07:45:04 +0000 (UTC) (envelope-from ultima@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 0C8E8664F5; Wed, 9 Aug 2017 07:45:03 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v797j3Lo072592; Wed, 9 Aug 2017 07:45:03 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v797j2JE072586; Wed, 9 Aug 2017 07:45:02 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708090745.v797j2JE072586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Wed, 9 Aug 2017 07:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447594 - in head/sysutils: . dsblogoutmgr X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/sysutils: . dsblogoutmgr X-SVN-Commit-Revision: 447594 X-SVN-Commit-Repository: ports 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, 09 Aug 2017 07:45:04 -0000 Author: ultima Date: Wed Aug 9 07:45:02 2017 New Revision: 447594 URL: https://svnweb.freebsd.org/changeset/ports/447594 Log: DSBLogoutmgr is a Qt utility that allows you to leave your current window manager-session, reboot, suspend or shutdown your system. Furthermore, it supports time-controlled shutdown. WWW: http://freeshell.de/~mk/projects/dsblogoutmgr.html PR: 221109 Submitted by: Marcel Kaiser (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11930 Added: head/sysutils/dsblogoutmgr/ head/sysutils/dsblogoutmgr/Makefile (contents, props changed) head/sysutils/dsblogoutmgr/distinfo (contents, props changed) head/sysutils/dsblogoutmgr/pkg-descr (contents, props changed) head/sysutils/dsblogoutmgr/pkg-message (contents, props changed) head/sysutils/dsblogoutmgr/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Aug 9 07:41:23 2017 (r447593) +++ head/sysutils/Makefile Wed Aug 9 07:45:02 2017 (r447594) @@ -248,6 +248,7 @@ SUBDIR += downtimed SUBDIR += dsbbatmon SUBDIR += dsbdriverd + SUBDIR += dsblogoutmgr SUBDIR += dsbmc SUBDIR += dsbmc-cli SUBDIR += dsbmd Added: head/sysutils/dsblogoutmgr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsblogoutmgr/Makefile Wed Aug 9 07:45:02 2017 (r447594) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= dsblogoutmgr +PORTVERSION= 1.0.1 +CATEGORIES= sysutils +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Graphical logout manager + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= tar:tgz qmake + +USE_GL= gl +USE_QT5= buildtools_build core gui linguisttools_build widgets + +.include Added: head/sysutils/dsblogoutmgr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsblogoutmgr/distinfo Wed Aug 9 07:45:02 2017 (r447594) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502054848 +SHA256 (dsblogoutmgr-1.0.1.tgz) = 8fea92340ce08ce29cc5d14185f7c01ea63446b0793e97020698294347535c3f +SIZE (dsblogoutmgr-1.0.1.tgz) = 16199 Added: head/sysutils/dsblogoutmgr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsblogoutmgr/pkg-descr Wed Aug 9 07:45:02 2017 (r447594) @@ -0,0 +1,5 @@ +DSBLogoutmgr is a Qt utility that allows you to leave your current window +manager-session, reboot, suspend or shutdown your system. Furthermore, it +supports time-controlled shutdown. + +WWW: http://freeshell.de/~mk/projects/dsblogoutmgr.html Added: head/sysutils/dsblogoutmgr/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsblogoutmgr/pkg-message Wed Aug 9 07:45:02 2017 (r447594) @@ -0,0 +1,6 @@ +************************************************************************** + +Please read the manual page (man dsblogoutmgr) to learn how to configure +DSBLogoutmgr. + +************************************************************************** Added: head/sysutils/dsblogoutmgr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsblogoutmgr/pkg-plist Wed Aug 9 07:45:02 2017 (r447594) @@ -0,0 +1,3 @@ +bin/dsblogoutmgr +man/man1/dsblogoutmgr.1.gz +%%DATADIR%%/dsblogoutmgr_de.qm