Port details |
- simplestroke Detect mouse gestures
- 1.3.1 x11 =2 1.3.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-08-03 20:41:05
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://github.com/t6/simplestroke
- Description:
- Simplestroke is a simple utility that detects mouse gestures. It
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.
Example usages could include closing windows in i3 by drawing a Z over
them or other window manipulations, or pausing your music player by
drawing a left-to-right line.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- simplestroke>0:x11/simplestroke
- To install the port:
- cd /usr/ports/x11/simplestroke/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/simplestroke
- pkg install simplestroke
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: simplestroke
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1587859493
SHA256 (t6-simplestroke-v1.3.1_GH0.tar.gz) = 60da093bf171558fce5aca896a5a82a16ea59be32ec8221348344a5cb28974a0
SIZE (t6-simplestroke-v1.3.1_GH0.tar.gz) = 23793
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for simplestroke-1.3.1:
SUID=on: Install with setuid bit for opening evdev(4) devices
===> Use 'make config' to modify these settings
- Options name:
- x11_simplestroke
- USES:
- pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 12
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.1 19 Apr 2021 08:00:09 |
Tobias Kortkamp (tobik) |
Remove my useless "Created by" lines |
1.3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
1.3.1 27 Apr 2020 04:27:01 |
tobik |
x11/simplestroke: Update to 1.3.1 |
1.3 15 Apr 2020 03:58:08 |
tobik |
x11/simplestroke: Update to 1.3 |
1.2.1 31 Oct 2019 08:59:55 |
tobik |
Add missing USES to my ports |
1.2.1 30 Jul 2019 16:15:07 |
tobik |
x11/simplestroke: Update to 1.2.1
Adds an evdev backend so that it can run everywhere and not just
under Xorg. |
1.1 02 May 2017 11:59:37 |
tobik |
Update to 1.1
simplestroke 1.1 adds a small daemon that listens for mouse button
clicks and removes the need to start simplestroke from e.g. xbindkeys.
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10549 |
1.0 15 Feb 2017 12:28:29 |
tobik |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
1.0 03 Aug 2016 20:40:40 |
pawel |
Simplestroke is a simple utility that detects mouse gestures. It
currently detects twelve 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.
Example usages could include closing windows in i3 by drawing a Z over
them or other window manipulations, or pausing your music player by
drawing a left-to-right line.
WWW: https://github.com/t6/simplestroke/
PR: 211550
Submitted by: Tobias Kortkamp <t@tobik.me> |
Number of commits found: 12
|