summaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-17 06:27:46 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-17 06:27:46 +0000
commitc02b34c2087ceaae0a6da62bff115c34889a1ec4 (patch)
treeddc052c2f33e3f1f7bfbc946d971e6691b11c9b7 /x11/dxpc
parentActivate maelstrom. (diff)
Import of dxpc, an X11 proxy that considerably compresses the
protocol, making it nicer on slow links. PR: 6493 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
Notes
Notes: svn path=/head/; revision=11021
Diffstat (limited to 'x11/dxpc')
-rw-r--r--x11/dxpc/Makefile24
-rw-r--r--x11/dxpc/distinfo1
-rw-r--r--x11/dxpc/pkg-comment1
-rw-r--r--x11/dxpc/pkg-descr11
-rw-r--r--x11/dxpc/pkg-plist2
5 files changed, 39 insertions, 0 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
new file mode 100644
index 000000000000..36ac7b11f590
--- /dev/null
+++ b/x11/dxpc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dxpc
+# Version required: 3.7.0
+# Date created: 2 May 1998
+# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
+#
+# $Id$
+#
+
+DISTNAME= dxpc-3.7.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= utilities
+
+MAINTAINER= bmah@ca.sandia.gov
+
+MAN1= dxpc.1
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+post-install:
+ strip ${PREFIX}/bin/dxpc
+
+.include <bsd.port.mk>
diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo
new file mode 100644
index 000000000000..63e7f9aa0fa2
--- /dev/null
+++ b/x11/dxpc/distinfo
@@ -0,0 +1 @@
+MD5 (dxpc-3.7.0.tar.gz) = 9b9b6605e46bf1731d44e150049a019e
diff --git a/x11/dxpc/pkg-comment b/x11/dxpc/pkg-comment
new file mode 100644
index 000000000000..8eb2d0fe56d2
--- /dev/null
+++ b/x11/dxpc/pkg-comment
@@ -0,0 +1 @@
+Compressing X protocol proxy designed to support X11 over slow links.
diff --git a/x11/dxpc/pkg-descr b/x11/dxpc/pkg-descr
new file mode 100644
index 000000000000..644b087be4f8
--- /dev/null
+++ b/x11/dxpc/pkg-descr
@@ -0,0 +1,11 @@
+dxpc is an X protocol compressor designed to improve the speed of X11
+applications run over low-bandwidth links (such as dialup PPP
+connections). dxpc attempts to exploit patterns in X protocol
+messages to limit the amount of data actually sent over the network.
+
+The homepage for dxpc is:
+
+http://ccwf.cc.utexas.edu/~zvonler/dxpc/
+
+Bruce A. Mah
+bmah@ca.sandia.gov
diff --git a/x11/dxpc/pkg-plist b/x11/dxpc/pkg-plist
new file mode 100644
index 000000000000..c98162225195
--- /dev/null
+++ b/x11/dxpc/pkg-plist
@@ -0,0 +1,2 @@
+bin/dxpc
+man/man1/dxpc.1.gz