diff options
Diffstat (limited to 'x11/sxpc')
-rw-r--r-- | x11/sxpc/Makefile | 19 | ||||
-rw-r--r-- | x11/sxpc/distinfo | 1 | ||||
-rw-r--r-- | x11/sxpc/files/patch-aa | 19 | ||||
-rw-r--r-- | x11/sxpc/pkg-comment | 1 | ||||
-rw-r--r-- | x11/sxpc/pkg-descr | 15 | ||||
-rw-r--r-- | x11/sxpc/pkg-plist | 2 |
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 |