pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xbanish



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 31 17:27:16 UTC 2020

Added Files:
        pkgsrc/x11/xbanish: DESCR Makefile PLIST distinfo

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


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

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

Added files:

Index: pkgsrc/x11/xbanish/DESCR
diff -u /dev/null pkgsrc/x11/xbanish/DESCR:1.1
--- /dev/null   Fri Jan 31 17:27:16 2020
+++ pkgsrc/x11/xbanish/DESCR    Fri Jan 31 17:27:16 2020
@@ -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.
Index: pkgsrc/x11/xbanish/Makefile
diff -u /dev/null pkgsrc/x11/xbanish/Makefile:1.1
--- /dev/null   Fri Jan 31 17:27:16 2020
+++ pkgsrc/x11/xbanish/Makefile Fri Jan 31 17:27:16 2020
@@ -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"
Index: pkgsrc/x11/xbanish/PLIST
diff -u /dev/null pkgsrc/x11/xbanish/PLIST:1.1
--- /dev/null   Fri Jan 31 17:27:16 2020
+++ pkgsrc/x11/xbanish/PLIST    Fri Jan 31 17:27:16 2020
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/31 17:27:16 pho Exp $
+bin/xbanish
+man/man1/xbanish.1
Index: pkgsrc/x11/xbanish/distinfo
diff -u /dev/null pkgsrc/x11/xbanish/distinfo:1.1
--- /dev/null   Fri Jan 31 17:27:16 2020
+++ pkgsrc/x11/xbanish/distinfo Fri Jan 31 17:27:16 2020
@@ -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