From 961d17db0e850ccf4bbf74e6ceea943c143fb76a Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 21 Jan 2000 17:22:40 +0000 Subject: Initial import of xmx, the X11 Protocol Multiplexor, into the NetBSD packages collection. From the homepage: XMX provides a WYSIWIS (What You See Is What I See) environment; it paints the same graphics on all participating displays. The shared client applications appear to each participant in a virtual root window which is subject to local window management. In this way, the shared X session coexists with each user's private X session. --- x11/xmx/Makefile | 15 +++++++++++++++ x11/xmx/files/md5 | 3 +++ x11/xmx/pkg/COMMENT | 1 + x11/xmx/pkg/DESCR | 24 ++++++++++++++++++++++++ x11/xmx/pkg/PLIST | 11 +++++++++++ 5 files changed, 54 insertions(+) create mode 100644 x11/xmx/Makefile create mode 100644 x11/xmx/files/md5 create mode 100644 x11/xmx/pkg/COMMENT create mode 100644 x11/xmx/pkg/DESCR create mode 100644 x11/xmx/pkg/PLIST (limited to 'x11/xmx') diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile new file mode 100644 index 00000000000..b62af8e1d21 --- /dev/null +++ b/x11/xmx/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/21 17:22:40 agc Exp $ + +DISTNAME= xmx-2.1alpha.pl7 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.brown.edu/software/xmx/ + +ONLY_FOR_PLATFORM= SunOS-*-* # minor PLIST problems + +USE_X11BASE= yes +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xmx/files/md5 b/x11/xmx/files/md5 new file mode 100644 index 00000000000..07bbca0201d --- /dev/null +++ b/x11/xmx/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/21 17:22:40 agc Exp $ + +MD5 (xmx-2.1alpha.pl7.tar.gz) = bb8f7d05113c82a95d1a00ddc947b378 diff --git a/x11/xmx/pkg/COMMENT b/x11/xmx/pkg/COMMENT new file mode 100644 index 00000000000..297505342d6 --- /dev/null +++ b/x11/xmx/pkg/COMMENT @@ -0,0 +1 @@ +X11 Protocol Multiplexor diff --git a/x11/xmx/pkg/DESCR b/x11/xmx/pkg/DESCR new file mode 100644 index 00000000000..f8608e326a4 --- /dev/null +++ b/x11/xmx/pkg/DESCR @@ -0,0 +1,24 @@ +XMX is a standalone utility for sharing an X Window System session on +multiple X displays. It allows users to see and interact with the +same applications at the same time from different locations. XMX +takes advantage of the networked nature of the X Window System by +acting as an intermediary between X clients and X servers. In this +way, XMX works with any X clients and any X servers, without the need +to modify either. + +XMX provides a WYSIWIS (What You See Is What I See) environment; it +paints the same graphics on all participating displays. The shared +client applications appear to each participant in a virtual root +window which is subject to local window management. In this way, the +shared X session coexists with each user's private X session. + +The X client applications which are shared via XMX are unaware that +they are being viewed or controlled by more than one user. Existing, +single-user X client applications may be shared using XMX without +recompilation, relinking or access to source code. + +XMX is designed as an application sharing server. It provides both +the mechanism of application sharing and a way to control the shared +session from other programs. Like X, it leaves policy decisions to +application programs. In this way, XMX may be used as a component in +any of a variety of systems that require application sharing. diff --git a/x11/xmx/pkg/PLIST b/x11/xmx/pkg/PLIST new file mode 100644 index 00000000000..83094ba8556 --- /dev/null +++ b/x11/xmx/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/21 17:22:40 agc Exp $ +include/XMC/xmc.h +include/XMC/xmcp.h +lib/libXmc.so.2.0 +lib/libXmc_d.a +bin/xmx +bin/xmtg +bin/xmxinit +man/man1/xmxinit.1x +man/man1/xmx.1x +@dirrm include/XMC -- cgit v1.2.3