diff options
author | youri <youri@pkgsrc.org> | 2015-06-04 19:26:55 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-06-04 19:26:55 +0000 |
commit | b199a3c4251f30022486608fb1dac6f5c641ee0b (patch) | |
tree | c37eb28b7709562b079e32f10ade4f4c9247c35a /wm | |
parent | 49d655527a7a2e52234b6d70de1b6bd62e3bb100 (diff) | |
download | pkgsrc-b199a3c4251f30022486608fb1dac6f5c641ee0b.tar.gz |
Import 2bwm-20150526 as wm/2bwm.
A fast floating WM, with the particularity of having 2 borders,
written over the XCB library and derived from mcwm written by
Michael Cardell. In 2bWM everything is accessible from the keyboard
but a pointing device can be used for move, resize and raise/lower.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/2bwm/DESCR | 4 | ||||
-rw-r--r-- | wm/2bwm/Makefile | 25 | ||||
-rw-r--r-- | wm/2bwm/PLIST | 5 | ||||
-rw-r--r-- | wm/2bwm/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/wm/2bwm/DESCR b/wm/2bwm/DESCR new file mode 100644 index 00000000000..ee06108772f --- /dev/null +++ b/wm/2bwm/DESCR @@ -0,0 +1,4 @@ +A fast floating WM, with the particularity of having 2 borders, +written over the XCB library and derived from mcwm written by +Michael Cardell. In 2bWM everything is accessible from the keyboard +but a pointing device can be used for move, resize and raise/lower. diff --git a/wm/2bwm/Makefile b/wm/2bwm/Makefile new file mode 100644 index 00000000000..06f334765d1 --- /dev/null +++ b/wm/2bwm/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2015/06/04 19:26:55 youri Exp $ + +DISTNAME= 2bwm-20150526 +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_GITHUB:=venam/} +GITHUB_PROJECT= 2bwm +GITHUB_TAG= dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799 + +MAINTAINER= youri@NetBSD.org +HOMEPAGE= http://github.com/venam/2bwm +COMMENT= Fast floating WM written over the XCB library and derived from mcwm +LICENSE= isc + +SUBST_CLASSES+= makefile +SUBST_STAGE.makefile= pre-build +SUBST_MESSAGE.makefile= Fixing makefile +SUBST_FILES.makefile= Makefile +SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g' +SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g' + +.include "../../x11/libxcb/buildlink3.mk" +.include "../../x11/xcb-util-wm/buildlink3.mk" +.include "../../x11/xcb-util-keysyms/buildlink3.mk" +.include "../../x11/xcb-util/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/2bwm/PLIST b/wm/2bwm/PLIST new file mode 100644 index 00000000000..8713f289928 --- /dev/null +++ b/wm/2bwm/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/06/04 19:26:55 youri Exp $ +bin/2bwm +bin/hidden +man/man1/2bwm.1 +man/man1/hidden.1 diff --git a/wm/2bwm/distinfo b/wm/2bwm/distinfo new file mode 100644 index 00000000000..5fe35c01250 --- /dev/null +++ b/wm/2bwm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/06/04 19:26:55 youri Exp $ + +SHA1 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = af487d15a422f95a10ec2069ac3429cf253e2837 +RMD160 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 5025af12cebb2337f02b0f9eaaa49f3f396315f7 +Size (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 39128 bytes |