aboutsummaryrefslogtreecommitdiff
path: root/x11/alttab
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-08-20 23:21:18 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-08-20 23:21:18 +0000
commit176b7be449d1981a1d6651b57857de4a77ffa5ec (patch)
tree0d4e90490cae7639a7e97687b111f76bb966a6f8 /x11/alttab
parentfa978697358289008fcf8f5e986ab5289079b542 (diff)
downloadports-176b7be449d1981a1d6651b57857de4a77ffa5ec.tar.gz
ports-176b7be449d1981a1d6651b57857de4a77ffa5ec.zip
X11 window switcher designed for minimalistic window managers (ratpoison,
xmonad and others) or standalone X11 session. It is lightweight and depends only on basic X11 libs, conforming to the usage of lightweight WM. WWW: https://github.com/sagb/alttab PR: 221425 Submitted by: Dmitri Goutnik (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12091
Notes
Notes: svn path=/head/; revision=448443
Diffstat (limited to 'x11/alttab')
-rw-r--r--x11/alttab/Makefile26
-rw-r--r--x11/alttab/distinfo3
-rw-r--r--x11/alttab/pkg-descr5
3 files changed, 34 insertions, 0 deletions
diff --git a/x11/alttab/Makefile b/x11/alttab/Makefile
new file mode 100644
index 000000000000..a3ff8dfdd821
--- /dev/null
+++ b/x11/alttab/Makefile
@@ -0,0 +1,26 @@
+# Created by: Dmitri Goutnik <dg@syrec.org>
+# $FreeBSD$
+
+PORTNAME= alttab
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.3
+CATEGORIES= x11
+
+MAINTAINER= dg@syrec.org
+COMMENT= Task switcher for minimalistic window managers
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= pkgconfig
+USE_XORG= x11 xft
+GNU_CONFIGURE= yes
+USE_GITHUB= yes
+GH_ACCOUNT= sagb
+
+PLIST_FILES= bin/alttab \
+ man/man1/alttab.1.gz
+
+PORTDOCS= README xmonad.md
+
+.include <bsd.port.mk>
diff --git a/x11/alttab/distinfo b/x11/alttab/distinfo
new file mode 100644
index 000000000000..0a98b86a3a71
--- /dev/null
+++ b/x11/alttab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1502487324
+SHA256 (sagb-alttab-v1.0.3_GH0.tar.gz) = 038dd14bcc61b0478bb44c1a50eb23128fda23a9978b67d905c2e83f3fabd38c
+SIZE (sagb-alttab-v1.0.3_GH0.tar.gz) = 129139
diff --git a/x11/alttab/pkg-descr b/x11/alttab/pkg-descr
new file mode 100644
index 000000000000..5b80c7e4d5fa
--- /dev/null
+++ b/x11/alttab/pkg-descr
@@ -0,0 +1,5 @@
+X11 window switcher designed for minimalistic window managers (ratpoison,
+xmonad and others) or standalone X11 session. It is lightweight and depends
+only on basic X11 libs, conforming to the usage of lightweight WM.
+
+WWW: https://github.com/sagb/alttab