Index: x11/Makefile =================================================================== --- x11/Makefile +++ x11/Makefile @@ -52,6 +52,7 @@ SUBDIR += docker-tray SUBDIR += dri2proto SUBDIR += dri3proto + SUBDIR += dsbautostart SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 Index: x11/dsbautostart/Makefile =================================================================== --- /dev/null +++ x11/dsbautostart/Makefile @@ -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 Index: x11/dsbautostart/distinfo =================================================================== --- /dev/null +++ x11/dsbautostart/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1502017745 +SHA256 (dsbautostart-1.0.2.tgz) = 3912f3680a50d7ff1ed3104117c2fb6af5cc34830f149c744d5903e80a4b81be +SIZE (dsbautostart-1.0.2.tgz) = 14472 Index: x11/dsbautostart/pkg-descr =================================================================== --- /dev/null +++ x11/dsbautostart/pkg-descr @@ -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 Index: x11/dsbautostart/pkg-message =================================================================== --- /dev/null +++ x11/dsbautostart/pkg-message @@ -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& + +************************************************************************** Index: x11/dsbautostart/pkg-plist =================================================================== --- /dev/null +++ x11/dsbautostart/pkg-plist @@ -0,0 +1,3 @@ +bin/dsbautostart +share/applications/dsbautostart.desktop +%%DATADIR%%/dsbautostart_de.qm