pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xbanish Import xbanish-1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2db4b75b6313
branches:  trunk
changeset: 410896:2db4b75b6313
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 31 17:27:16 2020 +0000

description:
Import xbanish-1.6

xbanish hides the mouse cursor when you start typing, and shows it
again when the mouse cursor moves or a mouse button is pressed.  This
is similar to xterm's pointerMode setting, but xbanish works globally
in the X11 session.

diffstat:

 x11/xbanish/DESCR    |   4 ++++
 x11/xbanish/Makefile |  24 ++++++++++++++++++++++++
 x11/xbanish/PLIST    |   3 +++
 x11/xbanish/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 759738da77a7 -r 2db4b75b6313 x11/xbanish/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbanish/DESCR Fri Jan 31 17:27:16 2020 +0000
@@ -0,0 +1,4 @@
+xbanish hides the mouse cursor when you start typing, and shows it
+again when the mouse cursor moves or a mouse button is pressed.  This
+is similar to xterm's pointerMode setting, but xbanish works globally
+in the X11 session.
diff -r 759738da77a7 -r 2db4b75b6313 x11/xbanish/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbanish/Makefile      Fri Jan 31 17:27:16 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/01/31 17:27:16 pho Exp $
+
+GITHUB_PROJECT=        xbanish
+GITHUB_TAG=    v1.6
+DISTNAME=      v1.6
+PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jcs/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+
+MAINTAINER=    pho%cielonegro.org@localhost
+HOMEPAGE=      https://github.com/jcs/xbanish/
+COMMENT=       Banish the mouse cursor when typing
+LICENSE=       modified-bsd
+
+WRKSRC=        ${WRKDIR}/${PKGNAME_NOREV}
+
+MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man1
+MAKE_FLAGS+=   LDPATH=${X11_LDFLAGS:Q}
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 759738da77a7 -r 2db4b75b6313 x11/xbanish/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbanish/PLIST Fri Jan 31 17:27:16 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/31 17:27:16 pho Exp $
+bin/xbanish
+man/man1/xbanish.1
diff -r 759738da77a7 -r 2db4b75b6313 x11/xbanish/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbanish/distinfo      Fri Jan 31 17:27:16 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/31 17:27:16 pho Exp $
+
+SHA1 (xbanish/v1.6.tar.gz) = 3b29733b0d0ae85489788d8144e213ebb0c8fe1c
+RMD160 (xbanish/v1.6.tar.gz) = 6a6bd253c23e6d4f2fce01f95e8f524b8f993bb7
+SHA512 (xbanish/v1.6.tar.gz) = a0eb7fdac94f95756636c3d3c114771b6865f26cbb7dbd4fbe10ffd29c21725dcd3570caaf0d2381fa0a32092d3348929df80ee7bb78047c7cfffe04cd29a38f
+Size (xbanish/v1.6.tar.gz) = 5768 bytes



Home | Main Index | Thread Index | Old Index