Port details |
- xstroke Fullscreen gesture recognition
- 0.5.12_8 x11
=2 0.5.12_8Version 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: 2002-05-18 07:22:32
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: mplayer-skins, gtk2, mplayer
- License: GPLv2+
- Description:
- xstroke is a full-screen gesture recognition program written for the X
Window System. It captures gestures that are performed with a pointer
device, (such as a mouse, a stylus, or a pen/tablet), recognizes the
gestures and performs actions based on the gestures.
xstroke is most commonly configured to "type" characters in response to
gestures, but it can also emulate mouse button "clicks", launch programs,
and other fun things.
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xstroke/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xstroke
- pkg install xstroke
- PKGNAME: xstroke
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xstroke-0.5.12.tar.gz) = 23727e62815541356868602a920075561aa20ffc829784be5b2c0e7d58d3f11a
SIZE (xstroke-0.5.12.tar.gz) = 166494
- 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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- xft.pc : x11-fonts/libXft
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- xft.pc : x11-fonts/libXft
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xtst.pc : x11/libXtst
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- x11_xstroke
- USES:
- bison:alias imake localbase xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.5.12_8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Oct 2019 19:41:26
0.5.12_8
|
bapt  |
Avoid GNU bison by using bison:alias
While here, modernize |
03 Nov 2016 09:04:22
0.5.12_8
|
amdmi3  |
- Switch to USES=localbase
- Fix license |
30 Mar 2016 06:48:08
0.5.12_8
|
bapt  |
revert r412141
On FreeBSD 9 the dependency syntax used here will use the "old yacc" which is in
in base and not byacc from ports which does not support %pure_parser.
Dropping bison as a build dependency is not worth a more complex syntax |
29 Mar 2016 23:20:33
0.5.12_8
|
bapt  |
Replace the bison dependency by byacc
It reduces the number of build dependencies required (bison requires gettext)
Also note that byacc is in base since FreeBSD 10.0 |
24 Mar 2015 19:37:44
0.5.12_8
|
marino  |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket |
20 Dec 2014 19:55:19
0.5.12_8
|
bapt  |
cleanup plist |
30 Nov 2014 11:20:35
0.5.12_8
|
antoine  |
Allow building with bison 3
PR: ports/194680 |
29 Jul 2014 17:12:50
0.5.12_8
|
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
28 Oct 2013 01:18:17
0.5.12_8
|
eadler  |
Cleanup of the ports in the x11 directory
- Convert to staging |
20 Sep 2013 23:43:20
0.5.12_8
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
28 Jun 2013 11:51:06
0.5.12_8
|
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
08 Mar 2013 11:32:12
0.5.12_8
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
23 Sep 2011 22:26:39
0.5.12_8
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
25 Mar 2011 11:36:28
0.5.12_8
|
miwi  |
- Remove DEPRECATED
- Fix MASTER_SITES
- Utilize PLIST_FILES
PR: 155843
Submitted by: Ports Fury |
19 Mar 2011 12:38:54
0.5.12_8
|
miwi  |
- Get Rid MD5 support |
11 Mar 2011 21:08:58
0.5.12_8
|
bapt  |
Deprecate unmaintained ports from x11 where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
06 Mar 2009 12:04:11
0.5.12_8
|
johans  |
- Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (pav) |
27 Jan 2009 23:38:04
0.5.12_8
|
pav  |
- Fix build (needs Xtst)
Reported by: pointyhat |
23 Jan 2009 16:28:36
0.5.12_8
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
19 Apr 2008 17:56:05
0.5.12_7 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
20 Mar 2008 10:09:36
0.5.12_6
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
17 Oct 2007 10:13:01
0.5.12_6
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
19 May 2007 20:32:57
0.5.12_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
21 Mar 2006 10:13:35
0.5.12_4
|
tdb  |
- Fix MASTER_SITES, make fetchable
- Drop USE_REINPLACE
- Drop WWW, since there doesn't appear to be an appropriate one
PR: 94763
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> |
25 Nov 2005 19:09:52
0.5.12_4
|
pav  |
- Add SHA256 |
10 Nov 2004 14:50:52
0.5.12_4
|
leeym  |
- utilize USE_GETOPT_LONG and remove dependency on libgnugetopt on 5.x |
23 Jun 2004 13:34:39
0.5.12_4
|
sf  |
unbreak 4.x.
Reported by: bento via vs@ |
16 Mar 2004 22:54:06
0.5.12_4
|
marcus  |
Chase the new location of libXft. |
04 Feb 2004 05:10:27
0.5.12_4
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
0.5.12_3
|
trevor  |
SIZEify. |
19 Oct 2003 11:10:56
0.5.12_3
|
ijliao  |
update WWW |
15 Jul 2003 10:08:54
0.5.12_3
|
sf  |
PORTSDIR should be referred after pre.mk.
This fixes make readmes infinite loop.
Pointed and Tested by: Melvyn Sopacua <freebsd-ports@webteckies.org> |
14 Jul 2003 02:37:55
0.5.12_3
|
sf  |
link gnugetopt statically. |
12 May 2003 21:59:42
0.5.12_2
|
anholt  |
Libraries linked against changed, bump PORTREVISION. |
12 May 2003 21:52:49
0.5.12_1
|
anholt  |
Un-break after Xft and XFree86 4.3 changes. |
20 Feb 2003 19:17:05
0.5.12_1
|
knu  |
De-pkg-comment. |
18 Feb 2003 04:51:34
0.5.12_1
|
anholt  |
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus |
02 Dec 2002 16:52:41
0.5.12_1
|
marcus  |
Fix build with bison 1.75.
Reported by: bento |
01 Sep 2002 16:07:59
0.5.12_1
|
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
15 May 2002 14:55:19
0.5.12_1
|
ijliao  |
correct etc path |
14 May 2002 08:19:03
0.5.12
|
ijliao  |
add xstroke 0.5.12
Fullscreen gesture recognition |