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

Collapse All | Expand All

(-)sysutils/dsblogoutmgr/Makefile (+19 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>
(-)sysutils/dsblogoutmgr/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1501412220
2
SHA256 (dsblogoutmgr-1.0.tgz) = d836d1de1e6653ec3644c180f0c7e134f5bec4dfd1ef9320ed4b1bd9ae2a3d67
3
SIZE (dsblogoutmgr-1.0.tgz) = 49685
(-)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-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