View | Details | Raw Unified | Return to bug 221109 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/Makefile (+1 lines)
Lines 248-253 Link Here
248
    SUBDIR += downtimed
248
    SUBDIR += downtimed
249
    SUBDIR += dsbbatmon
249
    SUBDIR += dsbbatmon
250
    SUBDIR += dsbdriverd
250
    SUBDIR += dsbdriverd
251
    SUBDIR += dsblogoutmgr
251
    SUBDIR += dsbmc
252
    SUBDIR += dsbmc
252
    SUBDIR += dsbmc-cli
253
    SUBDIR += dsbmc-cli
253
    SUBDIR += dsbmd
254
    SUBDIR += dsbmd
(-)sysutils/dsblogoutmgr/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dsblogoutmgr
4
PORTVERSION=	1.0.1
5
CATEGORIES=	sysutils
6
MASTER_SITES=	http://freeshell.de/~mk/download/
7
8
MAINTAINER=	mk@nic-nac-project.org
9
COMMENT=	Graphical logout manager
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=		tar:tgz qmake
15
16
USE_GL=		gl
17
USE_QT5=	buildtools_build core gui linguisttools_build widgets
18
19
.include <bsd.port.mk>
(-)sysutils/dsblogoutmgr/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1502054848
2
SHA256 (dsblogoutmgr-1.0.1.tgz) = 8fea92340ce08ce29cc5d14185f7c01ea63446b0793e97020698294347535c3f
3
SIZE (dsblogoutmgr-1.0.1.tgz) = 16199
(-)sysutils/dsblogoutmgr/pkg-descr (+5 lines)
Line 0 Link Here
1
DSBLogoutmgr is a Qt utility that allows you to leave your current window
2
manager-session, reboot, suspend or shutdown your system. Furthermore, it
3
supports time-controlled shutdown.
4
5
WWW: http://freeshell.de/~mk/projects/dsblogoutmgr.html
(-)sysutils/dsblogoutmgr/pkg-message (+6 lines)
Line 0 Link Here
1
**************************************************************************
2
3
Please read the manual page (man dsblogoutmgr) to learn how to configure
4
DSBLogoutmgr.
5
6
**************************************************************************
(-)sysutils/dsblogoutmgr/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/dsblogoutmgr
2
man/man1/dsblogoutmgr.1.gz
3
%%DATADIR%%/dsblogoutmgr_de.qm

Return to bug 221109