Date: Fri, 21 May 2021 08:11:18 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a24bec80041 - main - x11/runner: new port had been added (+) Message-ID: <202105210811.14L8BIjD078190@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a24bec80041347052ea3e117458d9397fb7c3e9 commit 7a24bec80041347052ea3e117458d9397fb7c3e9 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-05-21 08:08:56 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-05-21 08:09:25 +0000 x11/runner: new port had been added (+) Runner is a launch menu for X Window System. It is meant to start fast and give access to often used programs but also run any command. It is also optimized for keyboard usage. WWW: http://www.boomerangsworld.de/cms/tools/runner.html --- x11/Makefile | 3 ++- x11/runner/Makefile | 26 ++++++++++++++++++++++++++ x11/runner/distinfo | 3 +++ x11/runner/pkg-descr | 11 +++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) diff --git a/x11/Makefile b/x11/Makefile index 9b550d810144..27db8cf3a3bb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -296,6 +296,7 @@ SUBDIR += roxterm SUBDIR += rsibreak SUBDIR += rubygem-gnome + SUBDIR += runner SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += sbxkb @@ -318,8 +319,8 @@ SUBDIR += slurp SUBDIR += smproxy SUBDIR += sprop - SUBDIR += srandrd SUBDIR += squeekboard + SUBDIR += srandrd SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification diff --git a/x11/runner/Makefile b/x11/runner/Makefile new file mode 100644 index 000000000000..c8316673ca89 --- /dev/null +++ b/x11/runner/Makefile @@ -0,0 +1,26 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> + +PORTNAME= runner +PORTVERSION= 1.1 +CATEGORIES= x11 +MASTER_SITES= http://www.boomerangsworld.de/cms/tools/downloads/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Fast program launch menu for X Window System + +LICENSE= GPLv2+ + +USES= compiler:c++0x tar:bzip2 xorg +GNU_CONFIGURE= yes +USE_XORG= ice sm x11 xft xinerama + +PLIST_FILES= bin/${PORTNAME} ${DATADIR_REL}/program_list +PORTDOCS= AUTHORS ChangeLog README + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/x11/runner/distinfo b/x11/runner/distinfo new file mode 100644 index 000000000000..b3d81d69cd27 --- /dev/null +++ b/x11/runner/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1612214423 +SHA256 (runner-1.1.tar.bz2) = 6f67bc110eb181844d9f4826bcbd119edb9893657dfbe23174c6d04184a956d9 +SIZE (runner-1.1.tar.bz2) = 364721 diff --git a/x11/runner/pkg-descr b/x11/runner/pkg-descr new file mode 100644 index 000000000000..561bb29ee04b --- /dev/null +++ b/x11/runner/pkg-descr @@ -0,0 +1,11 @@ +Runner is a launch menu for X Window System. It is meant to start fast +and give access to often used programs but also run any command. It is +also optimized for keyboard usage. Its features are: + + - Configurable list of programs + - Integrated dialog to run arbitrary commands with arguments + - Unlimited command history + - Completion for programs in history file and PATH variable + - Keyboard support in popup menu with type-ahead filtering + +WWW: http://www.boomerangsworld.de/cms/tools/runner.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105210811.14L8BIjD078190>