svn commit: r495306 - in head/sysutils: . dsbsu

Kurt Jaeger pi at FreeBSD.org
Sun Mar 10 17:39:18 UTC 2019


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 <mk at nic-nac-project.org>

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 at 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>

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


More information about the svn-ports-all mailing list