Date: Fri, 24 Nov 2017 22:12:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454853 - in head/x11: . xcape Message-ID: <201711242212.vAOMCqqr048025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Nov 24 22:12:52 2017 New Revision: 454853 URL: https://svnweb.freebsd.org/changeset/ports/454853 Log: New port: x11/xcape: Configure modifier keys to act as other keys when pressed on their own PR: 222602 Submitted by: Greg V <greg@unrelenting.technology> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13165 Added: head/x11/xcape/ head/x11/xcape/Makefile (contents, props changed) head/x11/xcape/distinfo (contents, props changed) head/x11/xcape/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Nov 24 22:00:39 2017 (r454852) +++ head/x11/Makefile Fri Nov 24 22:12:52 2017 (r454853) @@ -368,6 +368,7 @@ SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib + SUBDIR += xcape SUBDIR += xcb SUBDIR += xcb-proto SUBDIR += xcb-util Added: head/x11/xcape/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xcape/Makefile Fri Nov 24 22:12:52 2017 (r454853) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= xcape +DISTVERSIONPREFIX= v +DISTVERSION= 1.2-9 +DISTVERSIONSUFFIX= -g6ded5b4 +CATEGORIES= x11 + +MAINTAINER= greg@unrelenting.technology +COMMENT= Configure modifier keys to act as other keys when pressed on their own + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= alols + +USES= pkgconfig +USE_XORG= x11 xtst + +MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/man/man1 + +PLIST_FILES= bin/xcape man/man1/xcape.1.gz + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xcape + +.include <bsd.port.mk> Added: head/x11/xcape/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xcape/distinfo Fri Nov 24 22:12:52 2017 (r454853) @@ -0,0 +1,3 @@ +TIMESTAMP = 1511147599 +SHA256 (alols-xcape-v1.2-9-g6ded5b4_GH0.tar.gz) = 81793950033972a799d8701e6cc579ad75b22a02fe00db603170caa874a1e80c +SIZE (alols-xcape-v1.2-9-g6ded5b4_GH0.tar.gz) = 18904 Added: head/x11/xcape/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xcape/pkg-descr Fri Nov 24 22:12:52 2017 (r454853) @@ -0,0 +1,5 @@ +xcape allows you to use a modifier key as another key when pressed and released +on its own. The default behaviour is to generate the Escape key when Left +Control is pressed and released on its own. + +WWW: https://github.com/alols/xcape
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711242212.vAOMCqqr048025>