From owner-freebsd-ports Tue Jan 11 4: 0:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74890154A0 for ; Tue, 11 Jan 2000 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA07575; Tue, 11 Jan 2000 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from miya7f13.ee.kagu.sut.ac.jp (miya7f13.ee.kagu.sut.ac.jp [133.31.55.80]) by hub.freebsd.org (Postfix) with ESMTP id A721314A15 for ; Tue, 11 Jan 2000 03:55:47 -0800 (PST) (envelope-from sakai@miya7f13.ee.kagu.sut.ac.jp) Received: (from sakai@localhost) by miya7f13.ee.kagu.sut.ac.jp (8.9.3/8.9.3) id UAA13331; Tue, 11 Jan 2000 20:55:43 +0900 (JST) (envelope-from sakai) Message-Id: <200001111155.UAA13331@miya7f13.ee.kagu.sut.ac.jp> Date: Tue, 11 Jan 2000 20:55:43 +0900 (JST) From: sakai@miya3f12.ee.kagu.sut.ac.jp Reply-To: sakai@miya3f12.ee.kagu.sut.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16059: send-pr for a new port of XKeyWrap-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16059 >Category: ports >Synopsis: A new port of XKeyWrap-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 11 04:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sakai Hiroaki >Release: FreeBSD 3.2-RELEASE i386 >Organization: PFU >Environment: FreeBSD-2.2.8R XFree86-3.3.3 >Description: 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 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 END-of-xkeywrap/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message