Skip to content

Commit

Permalink
x11/runner: new port had been added (+)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed May 21, 2021
1 parent 40cdd7e commit 7a24bec
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
SUBDIR += roxterm
SUBDIR += rsibreak
SUBDIR += rubygem-gnome
SUBDIR += runner
SUBDIR += rxvt-unicode
SUBDIR += sakura
SUBDIR += sbxkb
Expand All @@ -318,8 +319,8 @@
SUBDIR += slurp
SUBDIR += smproxy
SUBDIR += sprop
SUBDIR += srandrd
SUBDIR += squeekboard
SUBDIR += srandrd
SUBDIR += sselp
SUBDIR += stalonetray
SUBDIR += startup-notification
Expand Down
26 changes: 26 additions & 0 deletions x11/runner/Makefile
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions x11/runner/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1612214423
SHA256 (runner-1.1.tar.bz2) = 6f67bc110eb181844d9f4826bcbd119edb9893657dfbe23174c6d04184a956d9
SIZE (runner-1.1.tar.bz2) = 364721
11 changes: 11 additions & 0 deletions x11/runner/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a24bec

Please sign in to comment.