From owner-svn-ports-all@freebsd.org Sun Mar 10 17:39:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B3EF153ADAD; Sun, 10 Mar 2019 17:39:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E28DE86514; Sun, 10 Mar 2019 17:39:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6EAD266A8; Sun, 10 Mar 2019 17:39:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2AHdHKi045138; Sun, 10 Mar 2019 17:39:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2AHdHcg045133; Sun, 10 Mar 2019 17:39:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201903101739.x2AHdHcg045133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 Mar 2019 17:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495306 - in head/sysutils: . dsbsu X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/sysutils: . dsbsu X-SVN-Commit-Revision: 495306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E28DE86514 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2019 17:39:18 -0000 Author: pi Date: Sun Mar 10 17:39:16 2019 New Revision: 495306 URL: https://svnweb.freebsd.org/changeset/ports/495306 Log: 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 Added: head/sysutils/dsbsu/ head/sysutils/dsbsu/Makefile (contents, props changed) head/sysutils/dsbsu/distinfo (contents, props changed) head/sysutils/dsbsu/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Mar 10 17:38:57 2019 (r495305) +++ head/sysutils/Makefile Sun Mar 10 17:39:16 2019 (r495306) @@ -273,6 +273,7 @@ SUBDIR += dsbmc SUBDIR += dsbmc-cli SUBDIR += dsbmd + SUBDIR += dsbsu SUBDIR += dsbwrtsysctl SUBDIR += dt SUBDIR += dtc Added: head/sysutils/dsbsu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbsu/Makefile Sun Mar 10 17:39:16 2019 (r495306) @@ -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 Added: head/sysutils/dsbsu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbsu/distinfo Sun Mar 10 17:39:16 2019 (r495306) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552168791 +SHA256 (dsbsu-0.1.tgz) = 54f6e1d64e3c7532d9df9afac306dee5053a0443fc8d8ec000e199dec1e7e4ea +SIZE (dsbsu-0.1.tgz) = 9607 Added: head/sysutils/dsbsu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbsu/pkg-descr Sun Mar 10 17:39:16 2019 (r495306) @@ -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