1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Alexey Dokuchaev 2021-05-21 08:08:56 +00:00
parent 40cdd7e64d
commit 7a24bec800
4 changed files with 42 additions and 1 deletions

View File

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

26
x11/runner/Makefile Normal file
View File

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

3
x11/runner/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1612214423
SHA256 (runner-1.1.tar.bz2) = 6f67bc110eb181844d9f4826bcbd119edb9893657dfbe23174c6d04184a956d9
SIZE (runner-1.1.tar.bz2) = 364721

11
x11/runner/pkg-descr Normal file
View File

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