summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2015-06-05 22:48:18 +0000
committeryouri <youri@pkgsrc.org>2015-06-05 22:48:18 +0000
commitff271868f8ea4ab5920ccb277a56ab622530152e (patch)
tree536f8257623f5145b0ff5d34922cbf9df4c50d8b /wm
parentae43f761d6fcb26d96d55ffce1f4577e6c750040 (diff)
downloadpkgsrc-ff271868f8ea4ab5920ccb277a56ab622530152e.tar.gz
Import bspwm-0.9 as wm/bspwm.
bspwm is a tiling window manager that represents windows as the leaves of a full binary tree. It is controlled and configured via bspc. ok khorben.
Diffstat (limited to 'wm')
-rw-r--r--wm/bspwm/DESCR2
-rw-r--r--wm/bspwm/Makefile29
-rw-r--r--wm/bspwm/PLIST29
-rw-r--r--wm/bspwm/distinfo5
4 files changed, 65 insertions, 0 deletions
diff --git a/wm/bspwm/DESCR b/wm/bspwm/DESCR
new file mode 100644
index 00000000000..a9f794648c3
--- /dev/null
+++ b/wm/bspwm/DESCR
@@ -0,0 +1,2 @@
+bspwm is a tiling window manager that represents windows as the leaves of a
+full binary tree. It is controlled and configured via bspc.
diff --git a/wm/bspwm/Makefile b/wm/bspwm/Makefile
new file mode 100644
index 00000000000..c119f8ac289
--- /dev/null
+++ b/wm/bspwm/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2015/06/05 22:48:18 youri Exp $
+
+DISTNAME= bspwm-0.9
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/}
+GITHUB_TAG= ${PKGVERSION}
+
+MAINTAINER= youri@NetBSD.org
+HOMEPAGE= https://github.com/baskerville/bspwm
+COMMENT= Binary space partitioning window manager
+LICENSE= 2-clause-bsd
+
+USE_TOOLS+= gmake
+REPLACE_BASH+= bin/bspwm-session
+
+EXAMPLESDIR= ${PREFIX}/share/examples/bspwm
+INSTALLATION_DIRS= share/examples/bspwm
+
+SUBST_CLASSES+= makefile
+SUBST_STAGE.makefile= pre-build
+SUBST_MESSAGE.makefile= Fixing makefile
+SUBST_FILES.makefile= Makefile
+SUBST_SED.makefile= -e 's,share/man,${PKGMANDIR},1'
+SUBST_SED.makefile+= -e 's,examples,examples/*,1'
+SUBST_SED.makefile+= -e 's,$$(DOCPREFIX)"/examples,${EXAMPLESDIR}",1'
+
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/bspwm/PLIST b/wm/bspwm/PLIST
new file mode 100644
index 00000000000..2262641bb0e
--- /dev/null
+++ b/wm/bspwm/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/05 22:48:18 youri Exp $
+bin/bspc
+bin/bspwm
+bin/bspwm-session
+man/man1/bspc.1
+man/man1/bspwm.1
+share/bash-completion/completions/bspc
+share/doc/bspwm/CONTRIBUTING.md
+share/doc/bspwm/INSTALL.md
+share/doc/bspwm/MISC.md
+share/doc/bspwm/TODO.md
+share/examples/bspwm/bspwmrc
+share/examples/bspwm/external_rules/bspwmrc
+share/examples/bspwm/external_rules/external_rules
+share/examples/bspwm/loop/bspwmrc
+share/examples/bspwm/loop/profile
+share/examples/bspwm/loop/sxhkdrc
+share/examples/bspwm/loop/wm
+share/examples/bspwm/loop/xinitrc
+share/examples/bspwm/overlapping_borders/bspwmrc
+share/examples/bspwm/panel/bspwmrc
+share/examples/bspwm/panel/panel
+share/examples/bspwm/panel/panel_bar
+share/examples/bspwm/panel/panel_colors
+share/examples/bspwm/panel/profile
+share/examples/bspwm/panel/sxhkdrc
+share/examples/bspwm/sxhkdrc
+share/xsessions/bspwm.desktop
+share/zsh/site-functions/_bspc
diff --git a/wm/bspwm/distinfo b/wm/bspwm/distinfo
new file mode 100644
index 00000000000..357cd934ba9
--- /dev/null
+++ b/wm/bspwm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/05 22:48:18 youri Exp $
+
+SHA1 (bspwm-0.9.tar.gz) = df3c31d603c8fe19d8a3c897bd16a12cb7bcf21a
+RMD160 (bspwm-0.9.tar.gz) = 21a27e64cf576e4ab1505476609f19cc7c97e853
+Size (bspwm-0.9.tar.gz) = 62798 bytes