Index: head/x11/Makefile =================================================================== --- head/x11/Makefile +++ head/x11/Makefile @@ -8,6 +8,7 @@ SUBDIR += 9menu SUBDIR += alacritty SUBDIR += alltray + SUBDIR += alttab SUBDIR += altyo SUBDIR += antimicro SUBDIR += appres Index: head/x11/alttab/Makefile =================================================================== --- head/x11/alttab/Makefile +++ head/x11/alttab/Makefile @@ -0,0 +1,26 @@ +# Created by: Dmitri Goutnik +# $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 Index: head/x11/alttab/distinfo =================================================================== --- head/x11/alttab/distinfo +++ head/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 Index: head/x11/alttab/pkg-descr =================================================================== --- head/x11/alttab/pkg-descr +++ head/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