pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/bspwm Import bspwm-0.9 as wm/bspwm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da007d94fa3f
branches:  trunk
changeset: 652637:da007d94fa3f
user:      youri <youri%pkgsrc.org@localhost>
date:      Fri Jun 05 22:48:18 2015 +0000

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

 wm/bspwm/DESCR    |   2 ++
 wm/bspwm/Makefile |  29 +++++++++++++++++++++++++++++
 wm/bspwm/PLIST    |  29 +++++++++++++++++++++++++++++
 wm/bspwm/distinfo |   5 +++++
 4 files changed, 65 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r bfbf32562638 -r da007d94fa3f wm/bspwm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/bspwm/DESCR    Fri Jun 05 22:48:18 2015 +0000
@@ -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 -r bfbf32562638 -r da007d94fa3f wm/bspwm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/bspwm/Makefile Fri Jun 05 22:48:18 2015 +0000
@@ -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@localhost
+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 -r bfbf32562638 -r da007d94fa3f wm/bspwm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/bspwm/PLIST    Fri Jun 05 22:48:18 2015 +0000
@@ -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 -r bfbf32562638 -r da007d94fa3f wm/bspwm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/bspwm/distinfo Fri Jun 05 22:48:18 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index