XKeyWrap can record, repeat, and play key sequence in real time.

PR:		16059
Submitted by:	Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
This commit is contained in:
Satoshi Taoka 2000-01-24 04:53:24 +00:00
parent 012892b4bc
commit 761385b6c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25002
6 changed files with 85 additions and 0 deletions

29
x11/xkeywrap/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: XKeyWrap
# Version required: 1.0
# Date created: 7 January 2000
# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
#
# $FreeBSD$
#
DISTNAME= xkeywrap-1.0
CATEGORIES= x11
MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/
MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp
USE_X_PREFIX= yes
MAN1= xkeywrap.1
PORTSDOCDIR= ${PREFIX}/share/doc/xkeywrap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xkeywrap.man ${PREFIX}/man/man1/xkeywrap.1
.if !defined(NOPORTDOCS)
${MKDIR} ${PORTSDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${PORTSDOCDIR}
${INSTALL_DATA} ${WRKSRC}/demo.dat ${PORTSDOCDIR}
${INSTALL_DATA} ${WRKSRC}/xkeywrap_demo.c ${PORTSDOCDIR}
.endif
.include <bsd.port.mk>

1
x11/xkeywrap/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (xkeywrap-1.0.tar.gz) = 14166cfa1a18e07bfc6939472d1fc2f3

View file

@ -0,0 +1,21 @@
*** Makefile~ Sun Jan 2 10:01:41 2000
--- Makefile Sun Jan 2 10:02:17 2000
***************
*** 6,13 ****
###############################################################################
#PREFIX = /usr/local
! PREFIX = /usr/X11R6
! X11BASE = /usr/X11R6
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man1
PKGNAME = xkeywrap-1.0
--- 6,13 ----
###############################################################################
#PREFIX = /usr/local
! #PREFIX = /usr/X11R6
! #X11BASE = /usr/X11R6
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man1
PKGNAME = xkeywrap-1.0

1
x11/xkeywrap/pkg-comment Normal file
View file

@ -0,0 +1 @@
Record, repeat, and play key sequence from keyboard

28
x11/xkeywrap/pkg-descr Normal file
View file

@ -0,0 +1,28 @@
XKeyWrap is a wrapper of key sequence between keyboard and an application
(ex.emacs).
XKeyWrap can record, repeat, 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/X11R6/share/doc/xkeywrap/demo.dat .
% cp /usr/X11R6/share/doc/xkeywrap/xkeywrap_demo.c .
% xkeywrap -p -s 2 -f demo.dat -x emacs -geometry 80x25 xkeywrap_demo.c
If you want to get the full or newest original destribution package
of XKeyWrap, see
WWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft.html
This software is distributed under the GNU General Public License.
If you want to get a copy of the GNU General Public License, see above
web site and get the full original destribution package of XKeyWrap.
- Sakai Hiroaki
sakai@seki.ee.kagu.sut.ac.jp
hsakai@pfu.co.jp

5
x11/xkeywrap/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
bin/xkeywrap
share/doc/xkeywrap/README
share/doc/xkeywrap/demo.dat
share/doc/xkeywrap/xkeywrap_demo.c
@dirrm share/doc/xkeywrap