From owner-freebsd-ports Sun May 26 21: 0:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4086E37B407 for ; Sun, 26 May 2002 21:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4R404807144; Sun, 26 May 2002 21:00:04 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 5B42E37B404 for ; Sun, 26 May 2002 20:58:02 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17CBdW-0003sf-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 May 2002 10:57:34 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17CBdW-0003sT-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 May 2002 10:57:34 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4R3wMQ19090; Mon, 27 May 2002 10:58:22 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205270358.g4R3wMQ19090@regency.nsu.ru> Date: Mon, 27 May 2002 10:58:22 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38595: NEW PORT: x11/xnee, XEevents recorder/player/redistributor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38595 >Category: ports >Synopsis: NEW PORT: x11/xnee, XEevents recorder/player/redistributor >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 26 21:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is a port of xnee, useful utility to record/replay Xevents' testcases, with very useful ability to redirect to other X display(s) in a network-transparent fashion. >How-To-Repeat: N/A >Fix: # 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: # # . # ./Makefile # ./pkg-descr # ./pkg-comment # ./distinfo # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xnee X# Date created: 27 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD$ X# X XPORTNAME= xnee XPORTVERSION= 0.7 XCATEGORIES= x11 XMASTER_SITES= http://xnee.sourceforge.net/tars/ XDISTNAME= ${PORTNAME}-${PORTVERSION}alpha_1 X XMAINTAINER= ports@freebsd.org X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes X X.include END-of-./Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XXnee receives X11 protocol data (e.g. XEvents) from an X server and Xprints them to a file (or stdout). By recording events such as XMapNotify, the replaying of events can be synchronized. This is not only Xuseful but essential. We can not replay or regenerate keyboard-events to Xa window before it's ready to "receive" events. By recording events and Xrequests synchronization can be implemented. Xnee can also distribute Xevents (both when recording and replaying) to other displays. X XWWW: http://xnee.sourceforge.net/ END-of-./pkg-descr echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XX events recorder/player, able to distribute them to other displays END-of-./pkg-comment echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (xnee-0.7alpha_1.tar.gz) = e3b7057945781399f4dee9408301e538 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/xnee Xlib/libxnee.a END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message