From owner-svn-ports-head@freebsd.org Mon Apr 27 04:27:01 2020 Return-Path: Delivered-To: svn-ports-head@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 CFFA62C6F23; Mon, 27 Apr 2020 04:27:01 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) 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 499WvT563Tz4MXW; Mon, 27 Apr 2020 04:27:01 +0000 (UTC) (envelope-from tobik@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 AA64F4A56; Mon, 27 Apr 2020 04:27:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03R4R1MS048091; Mon, 27 Apr 2020 04:27:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03R4R1Rf048088; Mon, 27 Apr 2020 04:27:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202004270427.03R4R1Rf048088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 27 Apr 2020 04:27:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533097 - head/x11/simplestroke X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/simplestroke X-SVN-Commit-Revision: 533097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2020 04:27:01 -0000 Author: tobik Date: Mon Apr 27 04:27:00 2020 New Revision: 533097 URL: https://svnweb.freebsd.org/changeset/ports/533097 Log: x11/simplestroke: Update to 1.3.1 Modified: head/x11/simplestroke/Makefile head/x11/simplestroke/distinfo head/x11/simplestroke/pkg-descr Modified: head/x11/simplestroke/Makefile ============================================================================== --- head/x11/simplestroke/Makefile Mon Apr 27 04:23:16 2020 (r533096) +++ head/x11/simplestroke/Makefile Mon Apr 27 04:27:00 2020 (r533097) @@ -3,7 +3,7 @@ PORTNAME= simplestroke DISTVERSIONPREFIX= v -DISTVERSION= 1.3 +DISTVERSION= 1.3.1 CATEGORIES= x11 MAINTAINER= tobik@FreeBSD.org Modified: head/x11/simplestroke/distinfo ============================================================================== --- head/x11/simplestroke/distinfo Mon Apr 27 04:23:16 2020 (r533096) +++ head/x11/simplestroke/distinfo Mon Apr 27 04:27:00 2020 (r533097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586533464 -SHA256 (t6-simplestroke-v1.3_GH0.tar.gz) = ae704da018581fc4d5525c9fd9a0bf718e0050cf25863d613906d498f66ece55 -SIZE (t6-simplestroke-v1.3_GH0.tar.gz) = 23874 +TIMESTAMP = 1587859493 +SHA256 (t6-simplestroke-v1.3.1_GH0.tar.gz) = 60da093bf171558fce5aca896a5a82a16ea59be32ec8221348344a5cb28974a0 +SIZE (t6-simplestroke-v1.3.1_GH0.tar.gz) = 23793 Modified: head/x11/simplestroke/pkg-descr ============================================================================== --- head/x11/simplestroke/pkg-descr Mon Apr 27 04:23:16 2020 (r533096) +++ head/x11/simplestroke/pkg-descr Mon Apr 27 04:27:00 2020 (r533097) @@ -1,5 +1,5 @@ Simplestroke is a simple utility that detects mouse gestures. It -currently detects twelve pre-defined mouse gestures and prints the +currently detects sixteen pre-defined mouse gestures and prints the name of the detected gesture to stdout, if any. The output can then e.g. be used in a simple shell script to execute commands. @@ -7,4 +7,4 @@ Example usages could include closing windows in i3 by them or other window manipulations, or pausing your music player by drawing a left-to-right line. -WWW: https://github.com/t6/simplestroke/ +WWW: https://github.com/t6/simplestroke