head	1.5;
access;
symbols
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	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
	ARCHIE_1:1.1.1.1
	WHISTLE_ARCHIE:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2006.04.06.13.54.44;	author archie;	state dead;
branches;
next	1.4;

1.4
date	2000.01.26.01.55.08;	author archie;	state Exp;
branches;
next	1.3;

1.3
date	99.07.22.18.37.06;	author archie;	state Exp;
branches;
next	1.2;

1.2
date	99.03.10.22.27.52;	author archie;	state Exp;
branches;
next	1.1;

1.1
date	98.01.09.23.23.46;	author julian;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.01.09.23.23.46;	author julian;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove the skip port. Created before there was an IPSec implementation on
FreeBSD, it is now extremely obsolete. In any case it doesn't compile. Earlier
version of this port can still be used on older versions of FreeBSD of course.
@
text
@diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/test_ca.C work.new/certs/lib/test_ca.C
--- skipsrc-1.0.orig/certs/lib/test_ca.C	Fri Oct 25 13:11:50 1996
+++ work.new/certs/lib/test_ca.C	Mon Jan 24 12:35:37 2000
@@@@ -46,6 +46,7 @@@@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <sys/types.h>
 #include "Time.h"
 #include "Bigint.h"
@


1.4
log
@Bash this port until it compiles under -current again.
@
text
@@


1.3
log
@Add new file README.FreeBSD+NAT to the documentation subdirectory, describing
how to run SKIP and natd together.

Submitted by:	Jim Flowers <jflowers@@ezo.net>

Mark this port as BROKEN until the device registration bit is fixed.
@
text
@d1 4
a4 6
diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/ROADMAP work.new/doc/ROADMAP
--- skipsrc-1.0.orig/doc/ROADMAP	Fri Oct 25 13:11:55 1996
+++ work.new/doc/ROADMAP	Thu Jul 22 11:13:09 1999
@@@@ -1,6 +1,13 @@@@
 This directory contains documentation and legal statements for this
 release.
d6 6
a11 15
+README.FreeBSD			- Notes on the FreeBSD port of SKIP.
+
+README.FreeBSD+NAT		- Notes on using SKIP with FreeBSD's NAT
+				  (Network Address Translation).
+
+All of the other documentation is NOT specific to FreeBSD:
+
 00README		        - Introduction, Release notes and Build 
 			          Instructions.  Read this first.  You
 				  should read this if only for the 
@@@@ -24,3 +31,4 @@@@
 				  architecture and performance.
 
 usersguide.*			- User's guide in various formats
+
@


1.2
log
@Build SKIP port as a KLD instead of an LKM.
@
text
@d3 2
a4 2
+++ work.new/doc/ROADMAP	Mon Mar  8 21:33:38 1999
@@@@ -1,6 +1,10 @@@@
d9 5
a13 2
+				  All of the other documentation is NOT
+				  specific to FreeBSD.
d18 1
a18 1
@@@@ -24,3 +28,4 @@@@
@


1.1
log
@Initial revision
@
text
@d1 6
a6 6
diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/PORT/freebsd2.1/include/compat.h skipsrc-1.0/libdb/PORT/freebsd2.1/include/compat.h
--- skipsrc-1.0.orig/libdb/PORT/freebsd2.1/include/compat.h	Fri Oct 25 13:12:04 1996
+++ skipsrc-1.0/libdb/PORT/freebsd2.1/include/compat.h	Tue Dec  9 11:24:35 1997
@@@@ -125,13 +125,6 @@@@
 #define	bcopy(a, b, n)		memmove(b, a, n)
 #endif
d8 12
a19 10
-#if defined(BSD) || defined(BSD4_3)
-#define	strchr(a, b)		index(a, b)
-#define	strrchr(a, b)		rindex(a, b)
-#define	memcmp(a, b, n)		bcmp(a, b, n)
-#define	memmove(a, b, n)	bcopy(b, a, n)
-#endif
-
 /*
  * 32-bit machine.  The db routines are theoretically independent of
  * the size of u_shorts and u_longs, but I don't know that anyone has
@


1.1.1.1
log
@Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
@
text
@@
