Page MenuHomeFreeBSD

D12091.diff
No OneTemporary

D12091.diff

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 <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>
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

File Metadata

Mime Type
text/plain
Expires
Tue, May 26, 8:31 PM (11 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33537777
Default Alt Text
D12091.diff (1 KB)

Event Timeline