Date: Sat, 5 Sep 2020 15:32:01 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547654 - in head/x11: . screenkey Message-ID: <202009051532.085FW1Nh085493@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Sep 5 15:32:01 2020 New Revision: 547654 URL: https://svnweb.freebsd.org/changeset/ports/547654 Log: This is a screencast tool to display pressed keys, inspired by Screenflick. WWW: https://www.thregr.org/~wavexx/software/screenkey/ Added: head/x11/screenkey/ head/x11/screenkey/Makefile (contents, props changed) head/x11/screenkey/distinfo (contents, props changed) head/x11/screenkey/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sat Sep 5 15:30:47 2020 (r547653) +++ head/x11/Makefile Sat Sep 5 15:32:01 2020 (r547654) @@ -289,6 +289,7 @@ SUBDIR += sakura SUBDIR += sbxkb SUBDIR += screen-message + SUBDIR += screenkey SUBDIR += scripts SUBDIR += sddm SUBDIR += sessreg Added: head/x11/screenkey/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/screenkey/Makefile Sat Sep 5 15:32:01 2020 (r547654) @@ -0,0 +1,23 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= screenkey +PORTVERSION= 1.2 +CATEGORIES= x11 python +MASTER_SITES= https://www.thregr.org/~wavexx/software/screenkey/releases/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Screencast tool to display pressed keys + +LICENSE= GPLv3+ + +USES= gnome python xorg +USE_GNOME= gtk30 pygobject3 +USE_PYTHON= autoplist distutils noflavors +USE_XORG= xtst + +post-patch: + @${REINPLACE_CMD} -e 's,setup_requires=,#&,' ${WRKSRC}/setup.py + @${RM} ${WRKSRC}/setup.cfg + +.include <bsd.port.mk> Added: head/x11/screenkey/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/screenkey/distinfo Sat Sep 5 15:32:01 2020 (r547654) @@ -0,0 +1,3 @@ +TIMESTAMP = 1596901888 +SHA256 (screenkey-1.2.tar.gz) = 6ef4dd759724bd498c9b193099e5650375810e209638e5f0d778dfb746ac5b73 +SIZE (screenkey-1.2.tar.gz) = 65396 Added: head/x11/screenkey/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/screenkey/pkg-descr Sat Sep 5 15:32:01 2020 (r547654) @@ -0,0 +1,14 @@ +This is a screencast tool to display pressed keys, inspired by Screenflick. +Its most notable features are: + + - Several keyboard translation methods + - Key composition/input method support + - Configurable font/size/position + - Highlighting of recent keystrokes + - Improved backspace processing + - Normal/Emacs/Mac caps modes + - Multi-monitor support + - Dynamic recording control + - Switch for visible shift and modifier sequences only + +WWW: https://www.thregr.org/~wavexx/software/screenkey/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009051532.085FW1Nh085493>