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 (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dsblogoutmgr
4
PORTVERSION=	1.0
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 core gui linguisttools widgets
18
19
.include <bsd.port.mk>
20
native
21
FreeBSD=%H
22
text/plain
(-)sysutils/dsblogoutmgr/distinfo (+6 lines)
Line 0 Link Here
1
TIMESTAMP = 1501412220
2
SHA256 (dsblogoutmgr-1.0.tgz) = d836d1de1e6653ec3644c180f0c7e134f5bec4dfd1ef9320ed4b1bd9ae2a3d67
3
SIZE (dsblogoutmgr-1.0.tgz) = 49685
4
yes
5
native
6
text/plain
(-)sysutils/dsblogoutmgr/pkg-descr (+8 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
6
yes
7
native
8
text/plain
(-)sysutils/dsblogoutmgr/pkg-plist (+6 lines)
Line 0 Link Here
1
bin/dsblogoutmgr
2
man/man1/dsblogoutmgr.1.gz
3
%%DATADIR%%/dsblogoutmgr_de.qm
4
yes
5
native
6
text/plain

Return to bug 221109