# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bspwm # bspwm/files # bspwm/files/patch-Makefile # bspwm/Makefile # bspwm/distinfo # bspwm/pkg-descr # bspwm/pkg-plist # echo c - bspwm mkdir -p bspwm > /dev/null 2>&1 echo c - bspwm/files mkdir -p bspwm/files > /dev/null 2>&1 echo x - bspwm/files/patch-Makefile sed 's/^X//' >bspwm/files/patch-Makefile << 'e270155b8553abe8db9b928866faff08' X--- Makefile.orig 2014-12-15 20:58:41 UTC X+++ Makefile X@@ -8,7 +8,7 @@ LDFLAGS += -L$(PREFIX)/lib X X PREFIX ?= /usr/local X BINPREFIX = $(PREFIX)/bin X-MANPREFIX = $(PREFIX)/share/man X+MANPREFIX = $(PREFIX)/man X BASHCPL = $(PREFIX)/share/bash-completion/completions X ZSHCPL = $(PREFIX)/share/zsh/site-functions X e270155b8553abe8db9b928866faff08 echo x - bspwm/Makefile sed 's/^X//' >bspwm/Makefile << '6a256fa9d3cdd00d2870167559138b09' X# Created by: Anton Törnqvist <antont@inbox.lv> X# $FreeBSD$ X XPORTNAME= bspwm XPORTVERSION= 0.8.9 XCATEGORIES= x11-wm X XMAINTAINER= antont@inbox.lv XCOMMENT= Tiling window manager based on binary space partitioning X XUSE_GITHUB= yes XGH_ACCOUNT= baskerville XGH_PROJECT= ${PORTNAME} XGH_COMMIT= 1c5c3a1 X XLIB_DEPENDS= libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ X libxcb-ewmh.so:${PORTSDIR}/x11/xcb-util-wm XRUN_DEPENDS= sxhkd:${PORTSDIR}/x11/sxhkd XUSES= gmake X Xpost-install: X ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} X (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) X @${ECHO} "#######################################################################" X @${ECHO} "Copy the files bspwmrc and sxhkdrc from ${EXAMPLESDIR} to" X @${ECHO} "~/.config/bspwm/ and ~/.config/sxhkd/ and configure them as you wish." X @${ECHO} "" X @${ECHO} "And add these lines to you .xinitrc:" X @${ECHO} "sxhkd &" X @${ECHO} "exec bspwm" X @${ECHO} "" X @${ECHO} "Then type startx from tty to run bspwm." X @${ECHO} "#######################################################################" X X.include <bsd.port.mk> 6a256fa9d3cdd00d2870167559138b09 echo x - bspwm/distinfo sed 's/^X//' >bspwm/distinfo << 'de1b1b57c176e70a1591f6dbe747d58e' XSHA256 (bspwm-0.8.9.tar.gz) = 841c9730ad16f63c74de0854bfc1eb1edb67baa6f6e797a1a8b59ec48929d249 XSIZE (bspwm-0.8.9.tar.gz) = 65651 de1b1b57c176e70a1591f6dbe747d58e echo x - bspwm/pkg-descr sed 's/^X//' >bspwm/pkg-descr << 'cbaf4c5fe602e9405f366ebb8f49e42e' Xbspwm is a tiling window manager that represents windows as the leaves Xof a full binary tree. XIt is controlled and configured via bspc. X XWWW: https://github.com/baskerville/bspwm cbaf4c5fe602e9405f366ebb8f49e42e echo x - bspwm/pkg-plist sed 's/^X//' >bspwm/pkg-plist << 'd0f059d58737183e1831b1901cef5177' Xbin/bspc Xbin/bspwm Xshare/bash-completion/completions/bspc Xman/man1/bspc.1.gz Xman/man1/bspwm.1.gz Xshare/zsh/site-functions/_bspc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bspwmrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sxhkdrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/bspwmrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/external_rules X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/README.asciidoc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/bspwm_rules X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/bspwmrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/external_rules X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/rulc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/ruld X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/bspwmrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/sxhkdrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/profile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/wm X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/xinitrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlapping_borders/bspwmrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/bspwmrc X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_bar X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_colors X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_dzen2 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/profile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/sxhkdrc d0f059d58737183e1831b1901cef5177 exit