diff --git a/net/dxpc/Makefile b/net/dxpc/Makefile new file mode 100644 index 00000000000..49f0d257b0c --- /dev/null +++ b/net/dxpc/Makefile @@ -0,0 +1,25 @@ +# $OpenBSD: Makefile,v 1.1.1.1 1998/11/16 00:15:18 espie Exp $ +# Version required: 3.7.0 +# Date created: 5 nov 98 +# Whom: Marc Espie (espie@openbsd.org) +# + +DISTNAME= dxpc-3.7.0 +CATEGORIES=net X11 + +MAINTAINER= espie@openbsd.org + +MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ +MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/X11/xutils/ + +# remove -g for production +CXXFLAGS=-O2 + +# g++ 2.8.1 burps an ICE on this thingy + +.if (${MACHINE_ARCH} == "m68k") +USE_EGXX=yes +.endif +GNU_CONFIGURE= yes + +.include diff --git a/net/dxpc/files/md5 b/net/dxpc/files/md5 new file mode 100644 index 00000000000..63e7f9aa0fa --- /dev/null +++ b/net/dxpc/files/md5 @@ -0,0 +1 @@ +MD5 (dxpc-3.7.0.tar.gz) = 9b9b6605e46bf1731d44e150049a019e diff --git a/net/dxpc/pkg/COMMENT b/net/dxpc/pkg/COMMENT new file mode 100644 index 00000000000..ad619e948d6 --- /dev/null +++ b/net/dxpc/pkg/COMMENT @@ -0,0 +1,10 @@ +dxpc makes using X over low bandwidth link possible. + +The basic X protocol transfers lots of redundant information. +Client-side, dxpc acts as a proxy X server that handles X requests +over the :8 display, and caches states information that does not +need to be send. It sends the remaining information to the server-side dxpc, +which reconstitutes the full X-protocol for the X server. + +ssh can achieve some similar results, with less performance, but also less +concerns about security. diff --git a/net/dxpc/pkg/DESCR b/net/dxpc/pkg/DESCR new file mode 100644 index 00000000000..e9bb4039275 --- /dev/null +++ b/net/dxpc/pkg/DESCR @@ -0,0 +1 @@ +X windows over a low bandwidth link diff --git a/net/dxpc/pkg/PLIST b/net/dxpc/pkg/PLIST new file mode 100644 index 00000000000..1ca714cabb2 --- /dev/null +++ b/net/dxpc/pkg/PLIST @@ -0,0 +1,4 @@ +@cwd /usr/local +@name dxpc-3.7.0 +bin/dxpc +man/man1/dxpc.1