From owner-freebsd-ports Thu Dec 27 1:30:17 2001 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 4DB6637B419 for ; Thu, 27 Dec 2001 01:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR9U0M67936; Thu, 27 Dec 2001 01:30:01 -0800 (PST) (envelope-from gnats) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by hub.freebsd.org (Postfix) with ESMTP id 2868037B405 for ; Thu, 27 Dec 2001 01:25:08 -0800 (PST) Received: from kiowa.dek.spc.org (adsl-217-154-12-3.mistral.co.uk [217.154.12.3]) by bigboy.spc.org (Postfix) with ESMTP id 0CC7E3132 for ; Thu, 27 Dec 2001 09:26:44 +0000 (GMT) Received: by kiowa.dek.spc.org (Postfix, from userid 1001) id 06BAD2102C; Thu, 27 Dec 2001 09:25:11 +0000 (GMT) Message-Id: <20011227092511.06BAD2102C@kiowa.dek.spc.org> Date: Thu, 27 Dec 2001 09:25:11 +0000 (GMT) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33233: new port: x11/xmon 1.5.6 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: 33233 >Category: ports >Synopsis: new port: x11/xmon 1.5.6 >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: Thu Dec 27 01:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kiowa.dek.spc.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Mon Dec 24 04:57:54 GMT 2001 root@kiowa.dek.spc.org:/usr/src/sys/i386/compile/KIOWA i386 >Description: xmon is a low level diagnostic tool for the X11 protocol layer. This is part of the X Consortium's contrib, but it is presented in a ports form here for your convenience. >How-To-Repeat: >Fix: --- xmon.shar begins here --- # 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: # # xmon # xmon/pkg-descr # xmon/distinfo # xmon/Makefile # xmon/pkg-comment # xmon/pkg-plist # xmon/files # echo c - xmon mkdir -p xmon > /dev/null 2>&1 echo x - xmon/pkg-descr sed 's/^X//' >xmon/pkg-descr << 'END-of-xmon/pkg-descr' XFrom the original README: X XXmon interactively monitors the byte-stream connections between an X Xserver and a number of X clients. Xmon recognises all requests, Xevents, errors and replies sent between the clients and the server Xwhich are part of the core X protocol. The contents of these messages Xare displayed on standard output at a user settable degree of detail Xfrom none to every bit and byte. Xmon also allows the user to select Xa number of requests or events to be monitored at a different degree Xof detail. Xmon will also block the transmission of selected requests Xfrom the clients to the server and selected events from the server to Xthe clients. Xmon also keeps statistics of the number of requests, Xevents, and errors received. X XAuthor: gregm@nms.otc.com.au XWWW: http://www.x.org/contrib/devel_tools/xmon.1.5.5.README X XBruce Xbms@spc.org END-of-xmon/pkg-descr echo x - xmon/distinfo sed 's/^X//' >xmon/distinfo << 'END-of-xmon/distinfo' XMD5 (xmon-1.5.6.tar.gz) = 8a01309cd2aa60556576502facffffe3 END-of-xmon/distinfo echo x - xmon/Makefile sed 's/^X//' >xmon/Makefile << 'END-of-xmon/Makefile' X# New ports collection makefile for: xmon X# Date created: 27 December 2001 X# Whom: Bruce M Simpson X# X# $FreeBSD$ X# X XPORTNAME= xmon XPORTVERSION= 1.5.6 XCATEGORIES= x11 XMASTER_SITES= ftp://ftp.mxlab.com/unix/x/ X XMAINTAINER= bms@spc.org X XWRKSRC= ${WRKDIR}/xmon.1.5.6 XUSE_IMAKE= yes X XMAN1= xmon.1 XMANCOMPRESSED= yes X X.include END-of-xmon/Makefile echo x - xmon/pkg-comment sed 's/^X//' >xmon/pkg-comment << 'END-of-xmon/pkg-comment' XRaw X11 protocol analyser END-of-xmon/pkg-comment echo x - xmon/pkg-plist sed 's/^X//' >xmon/pkg-plist << 'END-of-xmon/pkg-plist' Xbin/xmonui Xbin/xmond END-of-xmon/pkg-plist echo c - xmon/files mkdir -p xmon/files > /dev/null 2>&1 exit --- xmon.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message