pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/wmutils-opt



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Nov 13 22:03:20 UTC 2016

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/wmutils-opt/DESCR \
    pkgsrc/wm/wmutils-opt/Makefile pkgsrc/wm/wmutils-opt/PLIST \
    pkgsrc/wm/wmutils-opt/distinfo

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

Added files:

Index: pkgsrc/wm/wmutils-opt/DESCR
diff -u /dev/null pkgsrc/wm/wmutils-opt/DESCR:1.1
--- /dev/null   Sun Nov 13 22:03:20 2016
+++ pkgsrc/wm/wmutils-opt/DESCR Sun Nov 13 22:03:20 2016
@@ -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
Index: pkgsrc/wm/wmutils-opt/Makefile
diff -u /dev/null pkgsrc/wm/wmutils-opt/Makefile:1.1
--- /dev/null   Sun Nov 13 22:03:20 2016
+++ pkgsrc/wm/wmutils-opt/Makefile      Sun Nov 13 22:03:20 2016
@@ -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@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"
Index: pkgsrc/wm/wmutils-opt/PLIST
diff -u /dev/null pkgsrc/wm/wmutils-opt/PLIST:1.1
--- /dev/null   Sun Nov 13 22:03:20 2016
+++ pkgsrc/wm/wmutils-opt/PLIST Sun Nov 13 22:03:20 2016
@@ -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
Index: pkgsrc/wm/wmutils-opt/distinfo
diff -u /dev/null pkgsrc/wm/wmutils-opt/distinfo:1.1
--- /dev/null   Sun Nov 13 22:03:20 2016
+++ pkgsrc/wm/wmutils-opt/distinfo      Sun Nov 13 22:03:20 2016
@@ -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



Home | Main Index | Thread Index | Old Index