1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Bring in the simple X protocol compressor.

This commit is contained in:
Jordan K. Hubbard 1995-03-22 21:14:56 +00:00
parent 6a9a45d040
commit 6d0f1f4db0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1182
6 changed files with 57 additions and 0 deletions

19
x11/sxpc/Makefile Normal file
View File

@ -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>

1
x11/sxpc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (sxpc-1.4.shar.Z) = 077abc5486aff8dda38a01197d886bd9

19
x11/sxpc/files/patch-aa Normal file
View File

@ -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());

1
x11/sxpc/pkg-comment Normal file
View File

@ -0,0 +1 @@
sxpc - The Simple X Protocol Compressor

15
x11/sxpc/pkg-descr Normal file
View File

@ -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.

2
x11/sxpc/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/sxpc
man/man1/sxpc.1.gz