diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 02:25:57 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 02:25:57 +0000 |
commit | 6f8897bd4679b93e26073579daea82ed8ca0a69f (patch) | |
tree | 5b8418f776023c4a555684d2c9e947282abe10c2 /x11 | |
parent | 943f9efb113cdcc16932179541a1e1fb7facfb74 (diff) | |
download | ports-6f8897bd4679b93e26073579daea82ed8ca0a69f.tar.gz ports-6f8897bd4679b93e26073579daea82ed8ca0a69f.zip |
Add xmon, which interactively monitors the byte-stream connections between
an X server and a number of X clients.
PR: 33232
Submitted by: Bruce M Simpson <bms@spc.org>
Notes
Notes:
svn path=/head/; revision=55976
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xmon/Makefile | 21 | ||||
-rw-r--r-- | x11/xmon/distinfo | 1 | ||||
-rw-r--r-- | x11/xmon/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xmon/pkg-descr | 19 | ||||
-rw-r--r-- | x11/xmon/pkg-plist | 2 |
6 files changed, 45 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index b0f8c64e116e..754e258ada46 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -123,6 +123,7 @@ SUBDIR += xmangekyou SUBDIR += xmascot SUBDIR += xmold + SUBDIR += xmon SUBDIR += xmotd SUBDIR += xmove SUBDIR += xmsg diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile new file mode 100644 index 000000000000..45fb99b4e466 --- /dev/null +++ b/x11/xmon/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xmon +# Date created: 27 December 2001 +# Whom: Bruce M Simpson <bms@spc.org> +# +# $FreeBSD$ +# + +PORTNAME= xmon +PORTVERSION= 1.5.6 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.mxlab.com/unix/x/ + +MAINTAINER= bms@spc.org + +WRKSRC= ${WRKDIR}/xmon.1.5.6 +USE_IMAKE= yes + +MAN1= xmon.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/x11/xmon/distinfo b/x11/xmon/distinfo new file mode 100644 index 000000000000..0ecd241f0d9e --- /dev/null +++ b/x11/xmon/distinfo @@ -0,0 +1 @@ +MD5 (xmon-1.5.6.tar.gz) = 8a01309cd2aa60556576502facffffe3 diff --git a/x11/xmon/pkg-comment b/x11/xmon/pkg-comment new file mode 100644 index 000000000000..29e7c1612b91 --- /dev/null +++ b/x11/xmon/pkg-comment @@ -0,0 +1 @@ +Raw X11 protocol analyser diff --git a/x11/xmon/pkg-descr b/x11/xmon/pkg-descr new file mode 100644 index 000000000000..88fe35718d5b --- /dev/null +++ b/x11/xmon/pkg-descr @@ -0,0 +1,19 @@ +From the original README: + +Xmon interactively monitors the byte-stream connections between an X +server and a number of X clients. Xmon recognises all requests, +events, errors and replies sent between the clients and the server +which are part of the core X protocol. The contents of these messages +are displayed on standard output at a user settable degree of detail +from none to every bit and byte. Xmon also allows the user to select +a number of requests or events to be monitored at a different degree +of detail. Xmon will also block the transmission of selected requests +from the clients to the server and selected events from the server to +the clients. Xmon also keeps statistics of the number of requests, +events, and errors received. + +Author: gregm@nms.otc.com.au +WWW: http://www.x.org/contrib/devel_tools/xmon.1.5.5.README + +Bruce +bms@spc.org diff --git a/x11/xmon/pkg-plist b/x11/xmon/pkg-plist new file mode 100644 index 000000000000..2d428f0d23cf --- /dev/null +++ b/x11/xmon/pkg-plist @@ -0,0 +1,2 @@ +bin/xmonui +bin/xmond |