summaryrefslogtreecommitdiff
path: root/x11/sxpc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-03-22 21:14:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-03-22 21:14:56 +0000
commit6d0f1f4db03d7079e701717a5870f9096bb2e7ef (patch)
treee020877e77bf50442be2fe12abc0e2008989ae64 /x11/sxpc
parentUpgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5. (diff)
Bring in the simple X protocol compressor.
Notes
Notes: svn path=/head/; revision=1182
Diffstat (limited to 'x11/sxpc')
-rw-r--r--x11/sxpc/Makefile19
-rw-r--r--x11/sxpc/distinfo1
-rw-r--r--x11/sxpc/files/patch-aa19
-rw-r--r--x11/sxpc/pkg-comment1
-rw-r--r--x11/sxpc/pkg-descr15
-rw-r--r--x11/sxpc/pkg-plist2
6 files changed, 57 insertions, 0 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile
new file mode 100644
index 000000000000..c123dcc7ed87
--- /dev/null
+++ b/x11/sxpc/Makefile
@@ -0,0 +1,19 @@
+# New ports collection Makefile for: sxpc
+# Version required: 1.4
+# Date created: 22nd March 1995
+# Whom: jkh@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= sxpc-1.4
+USE_IMAKE= yes
+MASTER_SITES= ftp://ftp.x.org/R5contrib/
+MAINTAINER= jkh@FreeBSD.ORG
+NO_WRKSUBDIR= yes
+EXTRACT_SUFX= .shar.Z
+EXTRACT_CMD= zcat
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= |sh
+
+.include <bsd.port.mk>
diff --git a/x11/sxpc/distinfo b/x11/sxpc/distinfo
new file mode 100644
index 000000000000..025d685a5249
--- /dev/null
+++ b/x11/sxpc/distinfo
@@ -0,0 +1 @@
+MD5 (sxpc-1.4.shar.Z) = 077abc5486aff8dda38a01197d886bd9
diff --git a/x11/sxpc/files/patch-aa b/x11/sxpc/files/patch-aa
new file mode 100644
index 000000000000..d6a17ad3b8ae
--- /dev/null
+++ b/x11/sxpc/files/patch-aa
@@ -0,0 +1,19 @@
+*** sxpc.c.orig Wed Mar 22 12:50:31 1995
+--- sxpc.c Wed Mar 22 12:51:04 1995
+***************
+*** 925,931 ****
+ }
+
+ #ifdef DOFORK
+! #if defined(_POSIX_SOURCE) || defined(_IBMR2) || defined(__hpux) || defined(hpux) || defined(FreeBSD)
+ setpgid(0, 0);
+ #else
+ setpgrp(getpid());
+--- 925,931 ----
+ }
+
+ #ifdef DOFORK
+! #if defined(_POSIX_SOURCE) || defined(_IBMR2) || defined(__hpux) || defined(hpux) || defined(__FreeBSD__)
+ setpgid(0, 0);
+ #else
+ setpgrp(getpid());
diff --git a/x11/sxpc/pkg-comment b/x11/sxpc/pkg-comment
new file mode 100644
index 000000000000..7ce63655c3ec
--- /dev/null
+++ b/x11/sxpc/pkg-comment
@@ -0,0 +1 @@
+sxpc - The Simple X Protocol Compressor
diff --git a/x11/sxpc/pkg-descr b/x11/sxpc/pkg-descr
new file mode 100644
index 000000000000..f231fd67d1ca
--- /dev/null
+++ b/x11/sxpc/pkg-descr
@@ -0,0 +1,15 @@
+The Simple X Protocol Compressor
+
+This program provides compression of the X protocol stream.
+It is intended to be used to improve the performance of X applications
+over a slow internet connection. (e.g. slip,cslip. or term) It assumes
+a Unix operating system at both ends of the link. Transferring large
+bitmaps or images through sxpc may be slower than not using it.
+The algorithms used are geared primarily for the data exchanged
+during interactive use where the same data may be sent several times
+with only small changes. (e.g. editing)
+
+ WARNING WARNING DANGER DANGER
+ If you use this program use xauth to provide SECURITY, since
+ host-based security will be BYPASSED. See README.xauth in the work
+ sub-directory.
diff --git a/x11/sxpc/pkg-plist b/x11/sxpc/pkg-plist
new file mode 100644
index 000000000000..06390ccb04a4
--- /dev/null
+++ b/x11/sxpc/pkg-plist
@@ -0,0 +1,2 @@
+bin/sxpc
+man/man1/sxpc.1.gz