diff options
author | kamil <kamil@pkgsrc.org> | 2016-11-13 22:03:20 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-11-13 22:03:20 +0000 |
commit | d239db042c45a91289b4417092a15ed921212613 (patch) | |
tree | 63e59ed96992b36e478b31bd41a1403eed712180 /wm | |
parent | f7ea470dab71d79cf4fa27b115e39d2fbef6bfdd (diff) | |
download | pkgsrc-d239db042c45a91289b4417092a15ed921212613.tar.gz |
Import wmutils-opt-0.20161004 as wm/wmutils-opt.
wmutils' opt
opt is at set of optional utilities meant to accompany wmutils-core.
Just as the wmutils-core programs, each utility does one job and does it well,
like dealing with window events or names.
opt has less utilities than core, here is a little overview:
* chwb2 - control two different window borders
* wew - print window events
* wname - print a window's name
* xmmv - move a window with the mouse
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmutils-opt/DESCR | 12 | ||||
-rw-r--r-- | wm/wmutils-opt/Makefile | 23 | ||||
-rw-r--r-- | wm/wmutils-opt/PLIST | 9 | ||||
-rw-r--r-- | wm/wmutils-opt/distinfo | 6 |
4 files changed, 50 insertions, 0 deletions
diff --git a/wm/wmutils-opt/DESCR b/wm/wmutils-opt/DESCR new file mode 100644 index 00000000000..4a78e96b2fa --- /dev/null +++ b/wm/wmutils-opt/DESCR @@ -0,0 +1,12 @@ +wmutils' opt + +opt is at set of optional utilities meant to accompany wmutils-core. + +Just as the wmutils-core programs, each utility does one job and does it well, +like dealing with window events or names. + +opt has less utilities than core, here is a little overview: + * chwb2 - control two different window borders + * wew - print window events + * wname - print a window's name + * xmmv - move a window with the mouse diff --git a/wm/wmutils-opt/Makefile b/wm/wmutils-opt/Makefile new file mode 100644 index 00000000000..fdb5fa7bf3a --- /dev/null +++ b/wm/wmutils-opt/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2016/11/13 22:03:20 kamil Exp $ + +GITHUB_PROJECT= opt +GITHUB_TAG= 43d57505564617b33946f6a56850d764cb4a6f74 +# Date of the latest git commit +DISTNAME= wmutils-opt-0.20161004 +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_GITHUB:=wmutils/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://wmutils.io/ +COMMENT= Optional addons to wmutils +LICENSE= isc + +EXTRACT_USING= bsdtar + +USE_TOOLS+= gmake + +MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} + +.include "../../x11/libxcb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/wmutils-opt/PLIST b/wm/wmutils-opt/PLIST new file mode 100644 index 00000000000..75a70c177a8 --- /dev/null +++ b/wm/wmutils-opt/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/11/13 22:03:20 kamil Exp $ +bin/chwb2 +bin/wew +bin/wname +bin/xmmv +man/man1/chwb2.1 +man/man1/wew.1 +man/man1/wname.1 +man/man1/xmmv.1 diff --git a/wm/wmutils-opt/distinfo b/wm/wmutils-opt/distinfo new file mode 100644 index 00000000000..e991899c653 --- /dev/null +++ b/wm/wmutils-opt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/11/13 22:03:20 kamil Exp $ + +SHA1 (wmutils-opt-0.20161004-43d57505564617b33946f6a56850d764cb4a6f74.tar.gz) = 1d8ec38d70eb480774cb80aa19111ff8f2663e87 +RMD160 (wmutils-opt-0.20161004-43d57505564617b33946f6a56850d764cb4a6f74.tar.gz) = 27db90ded744b0d50f9e396789e4720a61b9e600 +SHA512 (wmutils-opt-0.20161004-43d57505564617b33946f6a56850d764cb4a6f74.tar.gz) = e44d9f3cd52e91be97c02c32af7bd6b573fa22bd0c697e4ec95c050f340b75639f43141c48fe1653daa9be6d722eca71a9487da5abe1e990ffd5c5643c4a8deb +Size (wmutils-opt-0.20161004-43d57505564617b33946f6a56850d764cb4a6f74.tar.gz) = 7975 bytes |