pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/wmutils-core Import wmutils-core-1.2 as wm/wmutils-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/577d282730d2
branches: trunk
changeset: 348323:577d282730d2
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat Jun 11 23:07:14 2016 +0000
description:
Import wmutils-core-1.2 as wm/wmutils-core
wmutils is a a set of Window Manipulation Utilities.
Its purpose is to separate all the vital functions
of a window manager into separate pieces.
Using these tools, you can build your own window manager
as a shell script. Think of wmutils as coreutils for X11.
Here is the list of the core utilities composing wmutils:
chwb: change window's border
chwso: change window's stacking order
ignw: ignore/unignore window
killw: kill windows
lsw: list windows
mapw: map/unmap windows
pfw: print focused window
wattr: show window's attributes
wmp: move the mouse pointer
wmv: move a window
wrs: resize a window
wtf: focus a window
wtp: teleport a window
Originally packaged in pkgsrc-wip by Mateusz Poszwa.
diffstat:
wm/wmutils-core/DESCR | 22 ++++++++++++++++++++++
wm/wmutils-core/Makefile | 20 ++++++++++++++++++++
wm/wmutils-core/PLIST | 28 ++++++++++++++++++++++++++++
wm/wmutils-core/distinfo | 6 ++++++
4 files changed, 76 insertions(+), 0 deletions(-)
diffs (92 lines):
diff -r 0660edbe402a -r 577d282730d2 wm/wmutils-core/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmutils-core/DESCR Sat Jun 11 23:07:14 2016 +0000
@@ -0,0 +1,22 @@
+wmutils is a a set of Window Manipulation Utilities.
+Its purpose is to separate all the vital functions
+of a window manager into separate pieces.
+
+Using these tools, you can build your own window manager
+as a shell script. Think of wmutils as coreutils for X11.
+
+Here is the list of the core utilities composing wmutils:
+
+chwb: change window's border
+chwso: change window's stacking order
+ignw: ignore/unignore window
+killw: kill windows
+lsw: list windows
+mapw: map/unmap windows
+pfw: print focused window
+wattr: show window's attributes
+wmp: move the mouse pointer
+wmv: move a window
+wrs: resize a window
+wtf: focus a window
+wtp: teleport a window
diff -r 0660edbe402a -r 577d282730d2 wm/wmutils-core/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmutils-core/Makefile Sat Jun 11 23:07:14 2016 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/06/11 23:07:14 kamil Exp $
+
+DISTNAME= wmutils-core-1.2
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_GITHUB:=wmutils/}
+GITHUB_PROJECT= core
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://wmutils.io/
+COMMENT= Window Manipulation Utilities
+LICENSE= isc
+
+MAKE_FLAGS+= PREFIX=${PREFIX}
+LDFLAGS+= ${LINKER_RPATH_FLAG}${X11BASE}/lib
+LDFLAGS+= -lxcb
+BUILD_MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
+
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0660edbe402a -r 577d282730d2 wm/wmutils-core/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmutils-core/PLIST Sat Jun 11 23:07:14 2016 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/11 23:07:14 kamil Exp $
+bin/chwb
+bin/chwso
+bin/ignw
+bin/killw
+bin/lsw
+bin/mapw
+bin/pfw
+bin/wattr
+bin/wmp
+bin/wmv
+bin/wrs
+bin/wtf
+bin/wtp
+man/man1/chwb.1
+man/man1/chwso.1
+man/man1/ignw.1
+man/man1/killw.1
+man/man1/lsw.1
+man/man1/mapw.1
+man/man1/pfw.1
+man/man1/wattr.1
+man/man1/wmp.1
+man/man1/wmutils.1
+man/man1/wmv.1
+man/man1/wrs.1
+man/man1/wtf.1
+man/man1/wtp.1
diff -r 0660edbe402a -r 577d282730d2 wm/wmutils-core/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmutils-core/distinfo Sat Jun 11 23:07:14 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/11 23:07:14 kamil Exp $
+
+SHA1 (wmutils-core-1.2.tar.gz) = 50323435323f4b0647e57b570405aa00dc2832bc
+RMD160 (wmutils-core-1.2.tar.gz) = 064149190ae07c70175951d7b17f2d30ab5c5351
+SHA512 (wmutils-core-1.2.tar.gz) = 78c6828b8b54290a6ddfe655e2015580ef7aee0a3d45e63f42874cecab85836c9ed1cdf6398d158611250fffcf0ea6567980464daa1c00ed744d0f10f728059b
+Size (wmutils-core-1.2.tar.gz) = 9475 bytes
Home |
Main Index |
Thread Index |
Old Index