View | Details | Raw Unified | Return to bug 236430
Collapse All | Expand All

(-)sysutils/Makefile (+1 lines)
Lines 273-278 Link Here
273
    SUBDIR += dsbmc
273
    SUBDIR += dsbmc
274
    SUBDIR += dsbmc-cli
274
    SUBDIR += dsbmc-cli
275
    SUBDIR += dsbmd
275
    SUBDIR += dsbmd
276
    SUBDIR += dsbsu
276
    SUBDIR += dsbwrtsysctl
277
    SUBDIR += dsbwrtsysctl
277
    SUBDIR += dt
278
    SUBDIR += dt
278
    SUBDIR += dtc
279
    SUBDIR += dtc
(-)sysutils/dsbsu/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dsbsu
4
PORTVERSION=	0.1
5
CATEGORIES=	sysutils
6
MASTER_SITES=	http://freeshell.de/~mk/download/
7
8
MAINTAINER=	mk@nic-nac-project.org
9
COMMENT=	Qt frontend to su(1)
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui linguisttools_build widgets
17
18
.include <bsd.port.mk>
(-)sysutils/dsbsu/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1552168791
2
SHA256 (dsbsu-0.1.tgz) = 54f6e1d64e3c7532d9df9afac306dee5053a0443fc8d8ec000e199dec1e7e4ea
3
SIZE (dsbsu-0.1.tgz) = 9607
(-)sysutils/dsbsu/pkg-descr (+4 lines)
Line 0 Link Here
1
DSBSu is a simple Qt frontend to FreeBSD's su(1). It allows you to execute
2
a command as root.
3
4
WWW: http://freeshell.de/~mk/projects/dsbsu.html
(-)sysutils/dsbsu/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/dsbsu
2
share/applications/dsbsu.desktop
3
%%DATADIR%%/dsbsu_de.qm

Return to bug 236430