pkgsrc-WIP-changes archive

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

wmutils-core: Import wmutils-core-1.2 as wip/wmutils-core



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Fri Mar 18 00:48:52 2016 +0100
Changeset:	f53076828113ca6f65c0174ab5e4870d4c08515c

Modified Files:
	Makefile
Added Files:
	wmutils-core/DESCR
	wmutils-core/Makefile
	wmutils-core/PLIST
	wmutils-core/distinfo

Log Message:
wmutils-core: Import wmutils-core-1.2 as wip/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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f53076828113ca6f65c0174ab5e4870d4c08515c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 wmutils-core/DESCR    | 22 ++++++++++++++++++++++
 wmutils-core/Makefile | 22 ++++++++++++++++++++++
 wmutils-core/PLIST    | 28 ++++++++++++++++++++++++++++
 wmutils-core/distinfo |  6 ++++++
 5 files changed, 79 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 473c36d..c17d404 100644
--- a/Makefile
+++ b/Makefile
@@ -4195,6 +4195,7 @@ SUBDIR+=	wmname
 SUBDIR+=	wmnetload
 SUBDIR+=	wmsupermon
 SUBDIR+=	wmswallow
+SUBDIR+=	wmutils-core
 SUBDIR+=	wmx
 SUBDIR+=	wmx-gnome
 SUBDIR+=	wolf4SDL
diff --git a/wmutils-core/DESCR b/wmutils-core/DESCR
new file mode 100644
index 0000000..c3640d1
--- /dev/null
+++ b/wmutils-core/DESCR
@@ -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 --git a/wmutils-core/Makefile b/wmutils-core/Makefile
new file mode 100644
index 0000000..bc45e0d
--- /dev/null
+++ b/wmutils-core/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	wmutils-core-1.2
+CATEGORIES=	wm
+MASTER_SITES=	${MASTER_SITE_GITHUB:=wmutils/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://wmutils.io/
+COMMENT=	Window Manipulation Utilities
+LICENSE=	isc
+
+GITHUB_PROJECT=	core
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+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 --git a/wmutils-core/PLIST b/wmutils-core/PLIST
new file mode 100644
index 0000000..14d0173
--- /dev/null
+++ b/wmutils-core/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+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 --git a/wmutils-core/distinfo b/wmutils-core/distinfo
new file mode 100644
index 0000000..bb4dfc1
--- /dev/null
+++ b/wmutils-core/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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