Commit Graph

5 Commits

Author SHA1 Message Date
Guido Falsi 1db7e19dea Import patch from upstream pull request to stop easystroke creating
zombie processes for each spawned process.

Obtained from:	https://github.com/thjaeger/easystroke/pull/6
2020-04-15 11:13:42 +00:00
Tobias Kortkamp 852650af2e Unbreak build with newer libsigc++ and glibmm
- Fix lib dependencies
- Respect PREFIX, CFLAGS, CXXFLAGS, and LDFLAGS

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10815
2017-05-30 18:33:57 +00:00
Dimitry Andric e195078b9f During the exp-run in bug 208158, it was found that deskutils/easystroke
gives errors with libc++ 3.8.0:

handler.cc:536:21: error: static declaration of 'abs' follows non-static declaration
static inline float abs(float x) { return x > 0 ? x : -x; }
                    ^
/usr/include/c++/v1/math.h:646:1: note: previous definition is here
abs(float __lcpp_x) _NOEXCEPT {return fabsf(__lcpp_x);}
^

This is because easystroke tries to roll its own version of abs(), which
is already defined in math.h.  Fix this by removing the custom abs().

Approved by:	t@tobik.me (maintainer)
PR:		209372
MFH:		2016Q2
2016-05-08 12:05:52 +00:00
William Grzybowski e100894348 - Update to 0.6.0 [1]
- Add LICENSE (ISCL)
- Unmute install commands

Changes: https://github.com/thjaeger/easystroke/blob/94a862e9/changelog

PR:		ports/178751 [1]
Submitted by:	Tobias Kortkamp <tobias.kortkamp@gmail.com> (maintainer)
Approved by:	culot (mentor)
2013-05-26 16:18:04 +00:00
Martin Wilke 0a1150df6b Easystroke is a gesture-recognition application for X11. Gestures or
strokes are movements that you make with your mouse (or your pen,
finger etc.) while holding down a specific mouse button. Easystroke
will execute certain actions if it recognizes the stroke; currently
easystroke can emulate key presses, execute shell commands, hold down
modifiers and emulate a scroll wheel. The program was designed with
Tablet PCs in mind and can be used effectively even without access to
a keyboard.

WWW: http://easystroke.sourceforge.net/

PR:		ports/176083
Submitted by:	Tobias Kortkamp <tobias.kortkamp@gmail.com>
2013-02-15 01:51:30 +00:00