From owner-freebsd-ports Mon Jun 24 7:40:40 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 3585C37B40C for ; Mon, 24 Jun 2002 07:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OEe2Y41259; Mon, 24 Jun 2002 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by hub.freebsd.org (Postfix) with ESMTP id A81CD37B40A for ; Mon, 24 Jun 2002 07:32:24 -0700 (PDT) Received: by bigboy.spc.org (Postfix, from userid 1009) id EB98D336D; Mon, 24 Jun 2002 15:40:54 +0100 (BST) Message-Id: <20020624144054.EB98D336D@bigboy.spc.org> Date: Mon, 24 Jun 2002 15:40:54 +0100 (BST) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39782: Updated port: x11/xmon 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: 39782 >Category: ports >Synopsis: Updated port: x11/xmon >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 07:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 4.5-STABLE i386 >Organization: SPC >Environment: System: FreeBSD bigboy.spc.org 4.5-STABLE FreeBSD 4.5-STABLE #3: Sun Feb 3 21:06:15 GMT 2002 root@bigboy.spc.org:/usr/src/sys/compile/BIGBOY_SMP i386 >Description: Fixed port makefile, as the MASTER_SITES had changed. The port should now fetch and build successfully. >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/Makefile # xmon/pkg-comment # xmon/pkg-descr # xmon/pkg-plist # xmon/distinfo # echo c - xmon mkdir -p xmon > /dev/null 2>&1 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: ports/x11/xmon/Makefile,v 1.2 2002/05/18 02:07:30 kris Exp $ X# X XPORTNAME= xmon XPORTVERSION= 1.5.6 XCATEGORIES= x11 XMASTER_SITES= http://www.ibiblio.org/pub/X11/contrib/devel_tools/ XDISTNAME= xmon.1.5.6 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-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/pkg-plist sed 's/^X//' >xmon/pkg-plist << 'END-of-xmon/pkg-plist' Xbin/xmonui Xbin/xmond END-of-xmon/pkg-plist 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 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