diff --git a/sysutils/Makefile b/sysutils/Makefile index 276a330aa7d2..c647a95c8a75 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -273,6 +273,7 @@ SUBDIR += dsbmc SUBDIR += dsbmc-cli SUBDIR += dsbmd + SUBDIR += dsbsu SUBDIR += dsbwrtsysctl SUBDIR += dt SUBDIR += dtc diff --git a/sysutils/dsbsu/Makefile b/sysutils/dsbsu/Makefile new file mode 100644 index 000000000000..1bcd8b276edd --- /dev/null +++ b/sysutils/dsbsu/Makefile @@ -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 diff --git a/sysutils/dsbsu/distinfo b/sysutils/dsbsu/distinfo new file mode 100644 index 000000000000..8968b4de6fb6 --- /dev/null +++ b/sysutils/dsbsu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552168791 +SHA256 (dsbsu-0.1.tgz) = 54f6e1d64e3c7532d9df9afac306dee5053a0443fc8d8ec000e199dec1e7e4ea +SIZE (dsbsu-0.1.tgz) = 9607 diff --git a/sysutils/dsbsu/pkg-descr b/sysutils/dsbsu/pkg-descr new file mode 100644 index 000000000000..40d762a8b307 --- /dev/null +++ b/sysutils/dsbsu/pkg-descr @@ -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