head	1.2;
access;
symbols
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	jdp_1_0:1.1.1.1
	JDP:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.01.02.19.31.55;	author jdp;	state dead;
branches;
next	1.1;

1.1
date	96.11.01.02.37.35;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.11.01.02.37.35;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the modula-3-socks port.  It is obsolete.  CVSup works fine
now with standard runsocks, and I have finally updated the manual
page to reflect that.
@
text
@#! /bin/sh

files="SOCKS-SOURCE/h/socksdef.h \
  m3socks/m3socks.sh \
  m3socks/m3socks.1 \
  m3socks/m3socks.conf.5"

cd ${WRKSRC}
for i in ${files}; do
  test -f $i.bak || cp $i $i.bak
  chmod +w $i
  sed "s|/usr/local/|${PREFIX}/|g" $i.bak > $i && rm -f $i.bak
done
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@This package implements SOCKS support for Modula-3 applications.  It
will be used to support SOCKS operation in the soon-to-be-released next
version of CVSup.

A tip of the hat to:  Darryl Okahata, who developed the patches
necessary to make the SOCKS library work with Modula-3's multithreaded
I/O system.
@
text
@@
