mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
4c03e78cf6
commit
b1da60d84b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447594
6 changed files with 37 additions and 0 deletions
|
@ -248,6 +248,7 @@
|
||||||
SUBDIR += downtimed
|
SUBDIR += downtimed
|
||||||
SUBDIR += dsbbatmon
|
SUBDIR += dsbbatmon
|
||||||
SUBDIR += dsbdriverd
|
SUBDIR += dsbdriverd
|
||||||
|
SUBDIR += dsblogoutmgr
|
||||||
SUBDIR += dsbmc
|
SUBDIR += dsbmc
|
||||||
SUBDIR += dsbmc-cli
|
SUBDIR += dsbmc-cli
|
||||||
SUBDIR += dsbmd
|
SUBDIR += dsbmd
|
||||||
|
|
19
sysutils/dsblogoutmgr/Makefile
Normal file
19
sysutils/dsblogoutmgr/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
sysutils/dsblogoutmgr/distinfo
Normal file
3
sysutils/dsblogoutmgr/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1502054848
|
||||||
|
SHA256 (dsblogoutmgr-1.0.1.tgz) = 8fea92340ce08ce29cc5d14185f7c01ea63446b0793e97020698294347535c3f
|
||||||
|
SIZE (dsblogoutmgr-1.0.1.tgz) = 16199
|
5
sysutils/dsblogoutmgr/pkg-descr
Normal file
5
sysutils/dsblogoutmgr/pkg-descr
Normal file
|
@ -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
|
6
sysutils/dsblogoutmgr/pkg-message
Normal file
6
sysutils/dsblogoutmgr/pkg-message
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
**************************************************************************
|
||||||
|
|
||||||
|
Please read the manual page (man dsblogoutmgr) to learn how to configure
|
||||||
|
DSBLogoutmgr.
|
||||||
|
|
||||||
|
**************************************************************************
|
3
sysutils/dsblogoutmgr/pkg-plist
Normal file
3
sysutils/dsblogoutmgr/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/dsblogoutmgr
|
||||||
|
man/man1/dsblogoutmgr.1.gz
|
||||||
|
%%DATADIR%%/dsblogoutmgr_de.qm
|
Loading…
Add table
Reference in a new issue