dxpc, import from release 3.7.0.
This commit is contained in:
parent
5faaec737d
commit
83fdd1a3c9
25
net/dxpc/Makefile
Normal file
25
net/dxpc/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
net/dxpc/files/md5
Normal file
1
net/dxpc/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dxpc-3.7.0.tar.gz) = 9b9b6605e46bf1731d44e150049a019e
|
10
net/dxpc/pkg/COMMENT
Normal file
10
net/dxpc/pkg/COMMENT
Normal file
@ -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.
|
1
net/dxpc/pkg/DESCR
Normal file
1
net/dxpc/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
X windows over a low bandwidth link
|
4
net/dxpc/pkg/PLIST
Normal file
4
net/dxpc/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@cwd /usr/local
|
||||
@name dxpc-3.7.0
|
||||
bin/dxpc
|
||||
man/man1/dxpc.1
|
Loading…
Reference in New Issue
Block a user