From owner-svn-ports-all@freebsd.org Sat Sep 5 15:32:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 170493CEC57; Sat, 5 Sep 2020 15:32:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BkJSL6wthz4YCX; Sat, 5 Sep 2020 15:32:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B87DC1FECF; Sat, 5 Sep 2020 15:32:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 085FW23J085497; Sat, 5 Sep 2020 15:32:02 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 085FW1Nh085493; Sat, 5 Sep 2020 15:32:01 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202009051532.085FW1Nh085493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 5 Sep 2020 15:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547654 - in head/x11: . screenkey X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11: . screenkey X-SVN-Commit-Revision: 547654 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2020 15:32:03 -0000 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 +# $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 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/