pkgsrc-WIP-changes archive

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

Import wmutils-opt-0.20161004 as wip/wmutils-opt.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Nov 13 22:50:24 2016 +0100
Changeset:	9c11bf0c8ddb3c14168505e90084e41faf20cb1a

Added Files:
	wmutils-opt/DESCR
	wmutils-opt/Makefile
	wmutils-opt/PLIST
	wmutils-opt/distinfo

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

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

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

diffstat:
 wmutils-opt/DESCR    | 12 ++++++++++++
 wmutils-opt/Makefile | 23 +++++++++++++++++++++++
 wmutils-opt/PLIST    |  9 +++++++++
 wmutils-opt/distinfo |  6 ++++++
 4 files changed, 50 insertions(+)

diffs:
diff --git a/wmutils-opt/DESCR b/wmutils-opt/DESCR
new file mode 100644
index 0000000..4a78e96
--- /dev/null
+++ b/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/wmutils-opt/Makefile b/wmutils-opt/Makefile
new file mode 100644
index 0000000..b812c30
--- /dev/null
+++ b/wmutils-opt/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.4 2016/10/17 11:47:12 joerg 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@localhost
+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/wmutils-opt/PLIST b/wmutils-opt/PLIST
new file mode 100644
index 0000000..fe54656
--- /dev/null
+++ b/wmutils-opt/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+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/wmutils-opt/distinfo b/wmutils-opt/distinfo
new file mode 100644
index 0000000..c8acc83
--- /dev/null
+++ b/wmutils-opt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/18 23:36:00 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


Home | Main Index | Thread Index | Old Index