diff options
author | kris <kris@FreeBSD.org> | 2000-09-02 08:27:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-02 08:27:24 +0000 |
commit | db3cdb0147792e73b2cc641196811ea01afe011c (patch) | |
tree | 70070098757c90d9f333bbcdeeba8f021946a74d /x11 | |
parent | 2c85447315ffa78f42e7b63f814456f179ed35bf (diff) | |
download | FreeBSD-ports-db3cdb0147792e73b2cc641196811ea01afe011c.zip FreeBSD-ports-db3cdb0147792e73b2cc641196811ea01afe011c.tar.gz |
xwatchwin allows you to peek at a window on another X server.
To use it, you must specify the display name of the machine you want
to watch, then the name of the window on that machine.
Xwatchwin will attempt to connect with the X server
hostname:0.0, and if successful, will try to retrieve a copy of
the window in which you specified interest.
Obtained from: NetBSD
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xwatchwin/Makefile | 21 | ||||
-rw-r--r-- | x11/xwatchwin/distinfo | 1 | ||||
-rw-r--r-- | x11/xwatchwin/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xwatchwin/pkg-descr | 23 | ||||
-rw-r--r-- | x11/xwatchwin/pkg-plist | 1 |
6 files changed, 48 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5889fed..73478c4 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -108,6 +108,7 @@ SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait + SUBDIR += xwatchwin SUBDIR += xwit SUBDIR += xzoom diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile new file mode 100644 index 0000000..2b4e4bf --- /dev/null +++ b/x11/xwatchwin/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xwatchwin +# Date created: 1 Sep 2000 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= xwatchwin +PORTVERSION= 1.1.1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities +DISTNAME= xwatchwin +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ports@FreeBSD.org + +MAN1= xwatchwin.1 + +USE_X_PREFIX= yes + +.include <bsd.port.mk> diff --git a/x11/xwatchwin/distinfo b/x11/xwatchwin/distinfo new file mode 100644 index 0000000..af08d49 --- /dev/null +++ b/x11/xwatchwin/distinfo @@ -0,0 +1 @@ +MD5 (xwatchwin.tar.Z) = 0bee8ca04f11ef3fafc8f34f7a1ed0de diff --git a/x11/xwatchwin/pkg-comment b/x11/xwatchwin/pkg-comment new file mode 100644 index 0000000..4e1c470 --- /dev/null +++ b/x11/xwatchwin/pkg-comment @@ -0,0 +1 @@ +Watch a window on another X server diff --git a/x11/xwatchwin/pkg-descr b/x11/xwatchwin/pkg-descr new file mode 100644 index 0000000..0e465ad --- /dev/null +++ b/x11/xwatchwin/pkg-descr @@ -0,0 +1,23 @@ +xwatchwin allows you to peek at a window on another X server. +To use it, you must specify the display name of the machine you want +to watch, then the name of the window on that machine. +Xwatchwin will attempt to connect with the X server +hostname:0.0, and if successful, will try to retrieve a copy of +the window in which you specified interest. + +You may specify the window you want to watch either by name or by its +window id, usually a hexidecimal number. Usually specifying the +window by name is simpler, although not all windows have names +associated with them; in that case you must use the window id option. + +If the window you want to watch is not in a viewable state, +xwatchwin will tell you so and exit. If while you are watching +a window it becomes 'unviewable', xwatchwin will wait until the +window becomes 'viewable' again. + +xwatchwin was written as an aid to a class for people learning +to use X. The idea is that the instructor would type into an xterm +window on his/her display and the students would use xwatchwin +to see what the instructor typed. The students could then type the +same thing in their own terminal windows. Hopefully others will find +equally (if not more) constructive uses. diff --git a/x11/xwatchwin/pkg-plist b/x11/xwatchwin/pkg-plist new file mode 100644 index 0000000..dc045dc --- /dev/null +++ b/x11/xwatchwin/pkg-plist @@ -0,0 +1 @@ +bin/xwatchwin |