FreeBSD Bugzilla – Attachment 188838 Details for
Bug 224345
[NEW PORT] x11/hhpc: Small X11 utility to hide the mouse pointer when unused
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
hhpc-0.3.1.patch (text/plain), 3.99 KB, created by
Dmitri Goutnik
on 2017-12-14 18:31:08 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2017-12-14 18:31:08 UTC
Size:
3.99 KB
patch
obsolete
>Index: x11/hhpc/Makefile >=================================================================== >--- x11/hhpc/Makefile (nonexistent) >+++ x11/hhpc/Makefile (working copy) >@@ -0,0 +1,31 @@ >+# $FreeBSD$ >+ >+PORTNAME= hhpc >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.3.1 >+CATEGORIES= x11 >+ >+MAINTAINER= dg@syrec.org >+COMMENT= Small X11 utility to hide the mouse pointer when unused >+ >+LICENSE= BSD3CLAUSE >+ >+USES= gmake pkgconfig >+USE_XORG= x11 >+USE_GITHUB= yes >+GH_ACCOUNT= aktau >+CFLAGS+= -I${LOCALBASE}/include >+ALL_TARGET= release >+ >+PLIST_FILES= bin/hhpc >+ >+PORTDOCS= README.md >+ >+OPTIONS_DEFINE= DOCS >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/hhpc ${STAGEDIR}${PREFIX}/bin/ >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> > >Property changes on: x11/hhpc/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/hhpc/distinfo >=================================================================== >--- x11/hhpc/distinfo (nonexistent) >+++ x11/hhpc/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1513268001 >+SHA256 (aktau-hhpc-v0.3.1_GH0.tar.gz) = f75cc4c4542d833e2aa9fbc3bfd2b658b6a21354d5d546dad49eb0efc6134417 >+SIZE (aktau-hhpc-v0.3.1_GH0.tar.gz) = 5487 > >Property changes on: x11/hhpc/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/hhpc/files/patch-Makefile >=================================================================== >--- x11/hhpc/files/patch-Makefile (nonexistent) >+++ x11/hhpc/files/patch-Makefile (working copy) >@@ -0,0 +1,23 @@ >+--- Makefile.orig 2014-08-25 15:37:45 UTC >++++ Makefile >+@@ -51,7 +51,7 @@ CFLAGS_COMMON ?= \ >+ -pedantic \ >+ -std=c99 >+ >+-CFLAGS ?= $(CFLAGS_COMMON) >++CFLAGS += $(CFLAGS_COMMON) >+ >+ CC ?= cc $(CFLAGS) >+ >+@@ -66,10 +66,7 @@ debug: CFLAGS += $(WARN) \ >+ -DDEBUG >+ debug: $(EXECUTABLE) >+ >+-release: CFLAGS += \ >+- -s \ >+- -O2 \ >+- -DNDEBUG >++release: CFLAGS += -DNDEBUG >+ release: $(EXECUTABLE) >+ >+ $(EXECUTABLE): $(OBJECTS) > >Property changes on: x11/hhpc/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/hhpc/pkg-descr >=================================================================== >--- x11/hhpc/pkg-descr (nonexistent) >+++ x11/hhpc/pkg-descr (working copy) >@@ -0,0 +1,13 @@ >+hhpc is an utility that hides the mouse pointer in X11. It functions by >+grabbing your mouse pointer at startup and replacing its bitmap with an >+empty one (thus hiding it). Then, it waits for the X server to notify it >+when a user tries to move or click the pointer. At this point, hhpc >+relinquishes control, replays the action the user just tried to execute and >+waits for the specified number of seconds (flag -i) before trying to grab >+the pointer and hide it again. >+ >+Should hhpc not work out for you, unclutter is a good alternative. hhpc was >+created because unclutter doesn't seem to interoperate properly with >+hardware accelerated surfaces like those of video players using VAAPI. >+ >+WWW: https://github.com/aktau/hhpc > >Property changes on: x11/hhpc/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224345
: 188838