svn commit: r447594 - in head/sysutils: . dsblogoutmgr
Richard Gallamore
ultima at FreeBSD.org
Wed Aug 9 07:45:04 UTC 2017
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list