svn commit: r448443 - in head/x11: . alttab
Richard Gallamore
ultima at FreeBSD.org
Sun Aug 20 23:21:19 UTC 2017
Author: ultima
Date: Sun Aug 20 23:21:18 2017
New Revision: 448443
URL: https://svnweb.freebsd.org/changeset/ports/448443
Log:
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
Added:
head/x11/alttab/
head/x11/alttab/Makefile (contents, props changed)
head/x11/alttab/distinfo (contents, props changed)
head/x11/alttab/pkg-descr (contents, props changed)
Modified:
head/x11/Makefile
Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile Sun Aug 20 23:00:26 2017 (r448442)
+++ head/x11/Makefile Sun Aug 20 23:21:18 2017 (r448443)
@@ -8,6 +8,7 @@
SUBDIR += 9menu
SUBDIR += alacritty
SUBDIR += alltray
+ SUBDIR += alttab
SUBDIR += altyo
SUBDIR += antimicro
SUBDIR += appres
Added: head/x11/alttab/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/alttab/Makefile Sun Aug 20 23:21:18 2017 (r448443)
@@ -0,0 +1,26 @@
+# Created by: Dmitri Goutnik <dg at syrec.org>
+# $FreeBSD$
+
+PORTNAME= alttab
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.3
+CATEGORIES= x11
+
+MAINTAINER= dg at 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>
Added: head/x11/alttab/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/alttab/distinfo Sun Aug 20 23:21:18 2017 (r448443)
@@ -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
Added: head/x11/alttab/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/alttab/pkg-descr Sun Aug 20 23:21:18 2017 (r448443)
@@ -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
More information about the svn-ports-head
mailing list