Date: Mon, 24 Jun 2002 15:40:54 +0100 (BST) From: Bruce M Simpson <bms@bigboy.spc.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39782: Updated port: x11/xmon Message-ID: <20020624144054.EB98D336D@bigboy.spc.org>
next in thread | raw e-mail | index | archive | help
>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 <bms@spc.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020624144054.EB98D336D>