diff options
author | pho <pho@pkgsrc.org> | 2020-01-31 17:27:16 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-31 17:27:16 +0000 |
commit | 826f2d678cebad1b1cd4cabf9f4e880e336fb101 (patch) | |
tree | 299231991aa34389a543e3ee6b084724c42a8794 /x11/xbanish | |
parent | 3c08b6409545b00b50168ab7fab33421fca3da75 (diff) | |
download | pkgsrc-826f2d678cebad1b1cd4cabf9f4e880e336fb101.tar.gz |
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 (limited to 'x11/xbanish')
-rw-r--r-- | x11/xbanish/DESCR | 4 | ||||
-rw-r--r-- | x11/xbanish/Makefile | 24 | ||||
-rw-r--r-- | x11/xbanish/PLIST | 3 | ||||
-rw-r--r-- | x11/xbanish/distinfo | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/xbanish/DESCR b/x11/xbanish/DESCR new file mode 100644 index 00000000000..c1258e99af8 --- /dev/null +++ b/x11/xbanish/DESCR @@ -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 --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile new file mode 100644 index 00000000000..beb08ed1698 --- /dev/null +++ b/x11/xbanish/Makefile @@ -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 +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 --git a/x11/xbanish/PLIST b/x11/xbanish/PLIST new file mode 100644 index 00000000000..91cb4a82266 --- /dev/null +++ b/x11/xbanish/PLIST @@ -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 --git a/x11/xbanish/distinfo b/x11/xbanish/distinfo new file mode 100644 index 00000000000..a703ebf569e --- /dev/null +++ b/x11/xbanish/distinfo @@ -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 |