Bug 16059 - New port: x11/XKeyWrap-1.0
Summary: New port: x11/XKeyWrap-1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: taoka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-11 12:00 UTC by sakai
Modified: 2000-01-24 05:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sakai 2000-01-11 12:00:01 UTC
I made a new port of XKeyWrap.
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.



# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xkeywrap
#	xkeywrap/files
#	xkeywrap/files/md5
#	xkeywrap/patches
#	xkeywrap/patches/patch-aa
#	xkeywrap/pkg
#	xkeywrap/pkg/PLIST
#	xkeywrap/pkg/DESCR
#	xkeywrap/pkg/COMMENT
#	xkeywrap/Makefile
#
echo c - xkeywrap
mkdir -p xkeywrap > /dev/null 2>&1
echo c - xkeywrap/files
mkdir -p xkeywrap/files > /dev/null 2>&1
echo x - xkeywrap/files/md5
sed 's/^X//' >xkeywrap/files/md5 << 'END-of-xkeywrap/files/md5'
XMD5 (xkeywrap-1.0.tar.gz) = 14166cfa1a18e07bfc6939472d1fc2f3
END-of-xkeywrap/files/md5
echo c - xkeywrap/patches
mkdir -p xkeywrap/patches > /dev/null 2>&1
echo x - xkeywrap/patches/patch-aa
sed 's/^X//' >xkeywrap/patches/patch-aa << 'END-of-xkeywrap/patches/patch-aa'
X*** Makefile~	Sun Jan  2 10:01:41 2000
X--- Makefile	Sun Jan  2 10:02:17 2000
X***************
X*** 6,13 ****
X  ###############################################################################
X  
X  #PREFIX  = /usr/local
X! PREFIX  = /usr/X11R6
X! X11BASE = /usr/X11R6
X  BINDIR  = ${PREFIX}/bin
X  MANDIR  = ${PREFIX}/man/man1
X  PKGNAME = xkeywrap-1.0
X--- 6,13 ----
X  ###############################################################################
X  
X  #PREFIX  = /usr/local
X! #PREFIX  = /usr/X11R6
X! #X11BASE = /usr/X11R6
X  BINDIR  = ${PREFIX}/bin
X  MANDIR  = ${PREFIX}/man/man1
X  PKGNAME = xkeywrap-1.0
END-of-xkeywrap/patches/patch-aa
echo c - xkeywrap/pkg
mkdir -p xkeywrap/pkg > /dev/null 2>&1
echo x - xkeywrap/pkg/PLIST
sed 's/^X//' >xkeywrap/pkg/PLIST << 'END-of-xkeywrap/pkg/PLIST'
Xbin/xkeywrap
END-of-xkeywrap/pkg/PLIST
echo x - xkeywrap/pkg/DESCR
sed 's/^X//' >xkeywrap/pkg/DESCR << 'END-of-xkeywrap/pkg/DESCR'
XXKeyWrap is a wrapper of key sequence between keyboard and an application
X(ex.emacs).
XXKeyWrap can record, repeat, and play key sequence in real time.
XAnd XKeyWrap can send key sequence to an application on other X server
Xover the network.
X
XIf you want to read more details, type
X    % xkeywrap -readme
Xand
X    % man xkeywrap
X
XIf you want to get the full or newest original destribution package
Xof XKeyWrap, see
X
XWWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft.html
X
XThis software is distributed under the GNU General Public License.
XIf you want to get a copy of the GNU General Public License, see above
Xweb site and get the full original destribution package of XKeyWrap.
X
X- Sakai Hiroaki
Xsakai@seki.ee.kagu.sut.ac.jp
END-of-xkeywrap/pkg/DESCR
echo x - xkeywrap/pkg/COMMENT
sed 's/^X//' >xkeywrap/pkg/COMMENT << 'END-of-xkeywrap/pkg/COMMENT'
XXKeyWrap - A simple keyboard wrapper on X Window System.
END-of-xkeywrap/pkg/COMMENT
echo x - xkeywrap/Makefile
sed 's/^X//' >xkeywrap/Makefile << 'END-of-xkeywrap/Makefile'
X# New ports collection makefile for:   XKeyWrap
X# Version required:    1.0
X# Date created:        7 January 2000
X# Whom:                Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	xkeywrap-1.0
XCATEGORIES=	x11
XMASTER_SITES=	http://www.seki.ee.kagu.sut.ac.jp/~sakai/
X
XMAINTAINER=	sakai@seki.ee.kagu.sut.ac.jp
X
X#ALL_TARGET=	all
X
XUSE_X_PREFIX=	yes
X
XMAN1=		xkeywrap.1
XMANCOMPRESSED=	yes
X
X.include <bsd.port.mk>
END-of-xkeywrap/Makefile
exit
Comment 1 taoka freebsd_committer freebsd_triage 2000-01-23 14:59:33 UTC
Responsible Changed
From-To: freebsd-ports->taoka

I'll handle this 
Comment 2 taoka freebsd_committer freebsd_triage 2000-01-24 04:57:41 UTC
State Changed
From-To: open->closed

Imported, thanks!