Port details |
- xkeywrap Record, repeat, and play key sequence from keyboard
- 1.1_3 x11
=1 1.1_3Version 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: unknown
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: flwm, mscompress, pdflib, python-doc-html
- License: not specified in port
- Description:
- XKeyWrap is a wrapper of key sequence between keyboard and an application
(ex.emacs).
XKeyWrap can record and play key sequence in real time. And XKeyWrap can send
key sequence to an application on other X server over the network.
If you want to read more details, type
% xkeywrap -readme
and
% man xkeywrap
If you want to see a demonstration of XKeyWrap, type
% cp /usr/local/share/examples/xkeywrap/demo.dat .
% cp /usr/local/share/examples/xkeywrap/xkeywrap_demo.c .
% xkeywrap -p -s 2 -f demo.dat -x emacs -geometry 80x25 xkeywrap_demo.c
WWW: http://kozos.jp/myfreesoft/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xkeywrap/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xkeywrap
- pkg install xkeywrap
- PKGNAME: xkeywrap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xkeywrap-1.1.tar.gz) = 543b47e16cb2b84fef26971c1948cae3e1b271a5d90e5d21314220fa4d0f3b6b
SIZE (xkeywrap-1.1.tar.gz) = 70327
- 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:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for xkeywrap-1.1_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- x11_xkeywrap
- USES:
- 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 1.1_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 18:36:56
1.1_3
|
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
12 Apr 2016 15:06:52
1.1_3
|
mat  |
Unbreak.
While there, split out DOCS and EXAMPLES.
PR: 208723
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
13 Mar 2016 19:01:49
1.1_3
|
rakuco  |
Deprecate and expire 1 month.
The port is unmaintained, does not fetch and there is no associated website to
retrieve more information. |
09 Nov 2015 12:59:04
1.1_3
|
antoine  |
Mark a few ports BROKEN: unfetchable |
29 Jul 2014 16:09:42
1.1_3
|
adamw  |
Rename x11/ patch-xy patches to reflect the files they modify. |
04 Jul 2014 23:16:48
1.1_3
|
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
11 Jun 2014 18:55:30
1.1_3
|
marino  |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
11 Jan 2014 10:03:45
1.1_3
|
vanilla  |
Support stagedir.
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:43:20
1.1_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
26 Dec 2011 02:26:46
1.1_3
|
eadler  |
- X11BASE is going away. Hack the last few ports that depend on X11BASE to not
rely on it being set globally.
Approved by: portmgr (pav) |
24 Oct 2011 04:17:38
1.1_3
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
19 Mar 2011 12:38:54
1.1_3
|
miwi  |
- Get Rid MD5 support |
27 Nov 2009 22:52:30
1.1_3
|
sylvio  |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
11 Oct 2009 22:40:14
1.1_3
|
lippe  |
- Use pkg-plist correctly.
- Pass maintainership to submitter.
PR: ports/139465
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
10 Jul 2008 05:43:07
1.1_3
|
itetcu  |
- use DOCSDIR in Makefile
- fix plist with -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run |
19 Apr 2008 17:56:05
1.1_2 
|
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) |
19 May 2007 20:32:57
1.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 Jan 2007 16:39:20
1.1
|
hrs  |
Cleanup unreachable sites:
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed. |
02 Jun 2006 03:24:45
1.1
|
clsung  |
- Remove BROKEN specifier as the port fetched fine from:
http://hp.vector.co.jp/authors/VA014157/myfreesoft/
- change order of MASTER_SITES
PR: ports/98339
Submitted by: aaron |
23 Apr 2006 09:00:19
1.1
|
linimon  |
Reset sakai as maintainer due to email bouncing.
Hat: portmgr |
14 Apr 2006 05:53:18
1.1
|
edwin  |
x11/xkeywrap: BROKEN: does not fetch
Both MASTER_SITES and WWW gine time-out, so marke BROKEN.
Drop WWW from pkg-descr.
Use DOCSDIR in pgk-plist.
PR: ports/94786
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout |
24 Jan 2006 03:16:52
1.1
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 03:12:58
1.1
|
trevor  |
SIZEify (maintainer timeout) |
21 Feb 2003 14:06:08
1.1
|
knu  |
De-pkg-comment. |
05 Nov 2002 21:05:03
1.1
|
trevor  |
Complete the change of domain name from sut.ac.jp to tus.ac.jp
(except in "Whom" lines).
Submitted by: hrs
PR: 38196 |
01 May 2001 10:43:26 
|
mharo  |
Update port: x11/xkeywrap to version 1.1 |
05 Feb 2001 16:18:54 
|
olgeni  |
Style fixes for ports/x11. |
13 Oct 2000 21:29:53 
|
ade  |
Support X11BASE properly |
08 Oct 2000 07:56:00 
|
asami  |
Convert category x11 to new layout. |