aboutsummaryrefslogtreecommitdiff
path: root/deskutils/easystroke
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* - Simplify MASTER_SITESDmitry Marakasov2016-05-181-14/+9
| | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=415441
* During the exp-run in bug 208158, it was found that deskutils/easystrokeDimitry Andric2016-05-082-1/+12
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=414807
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update maintainer's email in 3 portDmitry Marakasov2015-12-021-1/+1
| | | | | | | PR: 204948 Notes: svn path=/head/; revision=402862
* Add USES=libtool to accessibility/atkmm and bump dependent portsTijl Coosemans2014-09-011-1/+1
| | | | Notes: svn path=/head/; revision=366938
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Fix LIB_DEPENDS syntaxAntoine Brodin2014-01-262-11/+8
| | | | | | | | | While here: - Remove USE_GCC=any, it builds and runs fine with clang (tested on 10-amd64) - Add stage support Notes: svn path=/head/; revision=341173
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | LIB_DEPENDS in deskutils Notes: svn path=/head/; revision=336190
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-6/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326711
* - Update to 0.6.0 [1]William Grzybowski2013-05-264-29/+19
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=319119
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Easystroke is a gesture-recognition application for X11. Gestures orMartin Wilke2013-02-156-0/+119
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> Notes: svn path=/head/; revision=312251