pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/2bwm Import 2bwm-20150526 as wm/2bwm.
details: https://anonhg.NetBSD.org/pkgsrc/rev/10cc1f505ecf
branches: trunk
changeset: 652579:10cc1f505ecf
user: youri <youri%pkgsrc.org@localhost>
date: Thu Jun 04 19:26:55 2015 +0000
description:
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:
wm/2bwm/DESCR | 4 ++++
wm/2bwm/Makefile | 25 +++++++++++++++++++++++++
wm/2bwm/PLIST | 5 +++++
wm/2bwm/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r 636b735d2e1a -r 10cc1f505ecf wm/2bwm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/2bwm/DESCR Thu Jun 04 19:26:55 2015 +0000
@@ -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 -r 636b735d2e1a -r 10cc1f505ecf wm/2bwm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/2bwm/Makefile Thu Jun 04 19:26:55 2015 +0000
@@ -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@localhost
+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 -r 636b735d2e1a -r 10cc1f505ecf wm/2bwm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/2bwm/PLIST Thu Jun 04 19:26:55 2015 +0000
@@ -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 -r 636b735d2e1a -r 10cc1f505ecf wm/2bwm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/2bwm/distinfo Thu Jun 04 19:26:55 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index