From owner-svn-ports-all@freebsd.org Wed Aug 9 00:46:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6266DDB305; Wed, 9 Aug 2017 00:46:33 +0000 (UTC) (envelope-from ultima@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 mx1.freebsd.org (Postfix) with ESMTPS id C1CA17ED76; Wed, 9 Aug 2017 00:46:33 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v790kW8o001590; Wed, 9 Aug 2017 00:46:32 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v790kWgm001583; Wed, 9 Aug 2017 00:46:32 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708090046.v790kWgm001583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Wed, 9 Aug 2017 00:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447586 - in head/x11: . dsbautostart X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/x11: . dsbautostart X-SVN-Commit-Revision: 447586 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 09 Aug 2017 00:46:34 -0000 Author: ultima Date: Wed Aug 9 00:46:32 2017 New Revision: 447586 URL: https://svnweb.freebsd.org/changeset/ports/447586 Log: DSBAutostart is a Qt program that allows you to manage commands to be executed at X session start. WWW: http://freeshell.de/~mk/projects/dsbautostart.html PR: 221131 Submitted by: Marcel Kaiser (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11902 Added: head/x11/dsbautostart/ head/x11/dsbautostart/Makefile (contents, props changed) head/x11/dsbautostart/distinfo (contents, props changed) head/x11/dsbautostart/pkg-descr (contents, props changed) head/x11/dsbautostart/pkg-message (contents, props changed) head/x11/dsbautostart/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Aug 9 00:44:05 2017 (r447585) +++ head/x11/Makefile Wed Aug 9 00:46:32 2017 (r447586) @@ -52,6 +52,7 @@ SUBDIR += docker-tray SUBDIR += dri2proto SUBDIR += dri3proto + SUBDIR += dsbautostart SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 Added: head/x11/dsbautostart/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/dsbautostart/Makefile Wed Aug 9 00:46:32 2017 (r447586) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= dsbautostart +PORTVERSION= 1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Manage commands to be executed at X session start + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= tar:tgz qmake + +USE_GL= gl +USE_QT5= buildtools_build core gui linguisttools widgets + +.include Added: head/x11/dsbautostart/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/dsbautostart/distinfo Wed Aug 9 00:46:32 2017 (r447586) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502017745 +SHA256 (dsbautostart-1.0.2.tgz) = 3912f3680a50d7ff1ed3104117c2fb6af5cc34830f149c744d5903e80a4b81be +SIZE (dsbautostart-1.0.2.tgz) = 14472 Added: head/x11/dsbautostart/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/dsbautostart/pkg-descr Wed Aug 9 00:46:32 2017 (r447586) @@ -0,0 +1,4 @@ +DSBAutostart is a Qt program that allows you to manage commands to be executed +at X session start. + +WWW: http://freeshell.de/~mk/projects/dsbautostart.html Added: head/x11/dsbautostart/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/dsbautostart/pkg-message Wed Aug 9 00:46:32 2017 (r447586) @@ -0,0 +1,8 @@ +************************************************************************** + +Add the following command to your window manager's startup script (e.g. +~/.config/openbox/autostart.sh or ~/.fluxbox/startup): + + sh ~/.config/DSB/autostart.sh& + +************************************************************************** Added: head/x11/dsbautostart/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/dsbautostart/pkg-plist Wed Aug 9 00:46:32 2017 (r447586) @@ -0,0 +1,3 @@ +bin/dsbautostart +share/applications/dsbautostart.desktop +%%DATADIR%%/dsbautostart_de.qm