1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: sysutils/dsbsu

DSBSu is a simple Qt frontend to FreeBSD's su(1). It allows you to execute
a command as root.

WWW: http://freeshell.de/~mk/projects/dsbsu.html

PR:		236430
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>
This commit is contained in:
Kurt Jaeger 2019-03-10 17:39:16 +00:00
parent fab65f2ac6
commit cbfc4351eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495306
4 changed files with 29 additions and 0 deletions

View File

@ -273,6 +273,7 @@
SUBDIR += dsbmc
SUBDIR += dsbmc-cli
SUBDIR += dsbmd
SUBDIR += dsbsu
SUBDIR += dsbwrtsysctl
SUBDIR += dt
SUBDIR += dtc

21
sysutils/dsbsu/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= dsbsu
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Qt frontend to su(1)
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang gl qmake qt:5 tar:tgz
USE_GL= gl
USE_QT= buildtools_build core gui linguisttools_build widgets
PLIST_FILES= bin/dsbsu share/applications/dsbsu.desktop \
${DATADIR}/dsbsu_de.qm
.include <bsd.port.mk>

3
sysutils/dsbsu/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1552168791
SHA256 (dsbsu-0.1.tgz) = 54f6e1d64e3c7532d9df9afac306dee5053a0443fc8d8ec000e199dec1e7e4ea
SIZE (dsbsu-0.1.tgz) = 9607

4
sysutils/dsbsu/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
DSBSu is a simple Qt frontend to FreeBSD's su(1). It allows you to execute
a command as root.
WWW: http://freeshell.de/~mk/projects/dsbsu.html