diff options
author | agc <agc@pkgsrc.org> | 2000-01-24 15:02:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-01-24 15:02:59 +0000 |
commit | c3e1856d8826ac56ea7ef12e593315692e066b4a (patch) | |
tree | 09204d343adacf973eb2ae72cb49150682b061b1 /x11/xwatchwin | |
parent | cb82fbe5975a5374f4bcbcdc65f81b097bbe296f (diff) | |
download | pkgsrc-c3e1856d8826ac56ea7ef12e593315692e066b4a.tar.gz |
Initial import of xwatchwin into the NetBSD packages collection.
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.
Diffstat (limited to 'x11/xwatchwin')
-rw-r--r-- | x11/xwatchwin/Makefile | 16 | ||||
-rw-r--r-- | x11/xwatchwin/files/md5 | 3 | ||||
-rw-r--r-- | x11/xwatchwin/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xwatchwin/pkg/DESCR | 23 | ||||
-rw-r--r-- | x11/xwatchwin/pkg/PLIST | 3 |
5 files changed, 46 insertions, 0 deletions
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile new file mode 100644 index 00000000000..e171bbcc7fd --- /dev/null +++ b/x11/xwatchwin/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/24 15:02:59 agc Exp $ + +DISTNAME= xwatchwin +PKGNAME= xwatchwin-1.1.1 +CATEGORIES= x11 +MASTER_SITES= ftp://sunsite.uio.no/pub/X11/contrib/utilities/ + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= + +ONLY_FOR_PLATFORM= SunOS-*-* # not tested on NetBSD yet + +USE_X11BASE= yes +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xwatchwin/files/md5 b/x11/xwatchwin/files/md5 new file mode 100644 index 00000000000..61b1b9046a9 --- /dev/null +++ b/x11/xwatchwin/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/24 15:02:59 agc Exp $ + +MD5 (xwatchwin.tar.gz) = f194163eb5d7e578a45655858b66091f diff --git a/x11/xwatchwin/pkg/COMMENT b/x11/xwatchwin/pkg/COMMENT new file mode 100644 index 00000000000..b5238135330 --- /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 00000000000..0e465ad587d --- /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 00000000000..2245a8bcd82 --- /dev/null +++ b/x11/xwatchwin/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/24 15:03:00 agc Exp $ +bin/xwatchwin +man/man1/xwatchwin.1x |