aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-05-21 08:08:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-05-21 08:09:25 +0000
commit7a24bec80041347052ea3e117458d9397fb7c3e9 (patch)
tree5f0001056279076bb18ef613db61eafc9104f3f4
parent40cdd7e64d7940d2389ad9c12821d26c59bce447 (diff)
downloadports-7a24bec80041347052ea3e117458d9397fb7c3e9.tar.gz
ports-7a24bec80041347052ea3e117458d9397fb7c3e9.zip
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
-rw-r--r--x11/Makefile3
-rw-r--r--x11/runner/Makefile26
-rw-r--r--x11/runner/distinfo3
-rw-r--r--x11/runner/pkg-descr11
4 files changed, 42 insertions, 1 deletions
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