head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	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.4
date	2006.04.06.13.54.44;	author archie;	state dead;
branches;
next	1.3;

1.3
date	2000.01.26.01.55.09;	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.47;	author julian;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@


1.4
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_passwd.C work.new/certs/lib/test_passwd.C
--- skipsrc-1.0.orig/certs/lib/test_passwd.C	Fri Oct 25 13:11:50 1996
+++ work.new/certs/lib/test_passwd.C	Mon Jan 24 12:35:38 2000
@@@@ -46,6 +46,7 @@@@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include "Bstream.h"
 #include "Bigint.h"
 #include "ObjId.h"
@


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


1.2
log
@Build SKIP port as a KLD instead of an LKM.
@
text
@d1 4
a4 6
diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/PORT/freebsd2.1/include/compat.h work.new/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
+++ work.new/libdb/PORT/freebsd2.1/include/compat.h	Mon Mar  8 21:33:38 1999
@@@@ -125,13 +125,6 @@@@
 #define	bcopy(a, b, n)		memmove(b, a, n)
 #endif
d6 6
a11 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
log
@Initial revision
@
text
@d1 6
a6 14
diff -ur --unidirectional-new-file skipsrc-1.0.orig/mkpkgs/freebsd/Makefile skipsrc-1.0/mkpkgs/freebsd/Makefile
--- skipsrc-1.0.orig/mkpkgs/freebsd/Makefile	Fri Oct 25 13:12:32 1996
+++ skipsrc-1.0/mkpkgs/freebsd/Makefile	Mon Dec  8 16:34:23 1997
@@@@ -64,6 +64,7 @@@@
 	$(BLD_DIR)/doc/SKIP_SOFTWARE_LICENSE \
 	$(BLD_DIR)/doc/BN_SOFTWARE_LICENSE \
 	$(BLD_DIR)/doc/README.PATENT \
+	$(BLD_DIR)/doc/README.FreeBSD \
 	$(BLD_DIR)/doc/00README \
 	$(BLD_DIR)/doc/INSTALL \
 	$(BLD_DIR)/doc/advanced.TOPICS \
@@@@ -104,10 +105,10 @@@@
 	$(MKDIR) $(BSDPROTO)/bin
 	$(MKDIR) $(BSDPROTO)/doc
d8 10
a17 31
-	$(INSTALL) -m 0555 $(BLD_DIR)/skip/freebsd/install.skip \
-					$(BSDPROTO)/install.skip
-	$(INSTALL) -m 0555 $(BLD_DIR)/admin/remove.skip	 \
-					$(BSDPROTO)/remove.skip
+#	$(INSTALL) -m 0555 $(BLD_DIR)/skip/freebsd/install.skip \
+#					$(BSDPROTO)/install.skip
+#	$(INSTALL) -m 0555 $(BLD_DIR)/admin/remove.skip	 \
+#					$(BSDPROTO)/remove.skip
 
 	@@echo "Initializing skip/etc directory"
 	$(INSTALL) -m 0444 $(BLD_DIR)/admin/SunICG_CA_selfcert \
@@@@ -191,6 +192,8 @@@@
 		$(BSDPROTO)/doc/BN_SOFTWARE_LICENSE
 	$(INSTALL) -m 0644 $(BLD_DIR)/doc/README.PATENT \
 		$(BSDPROTO)/doc/README.PATENT
+	$(INSTALL) -m 0644 $(BLD_DIR)/doc/README.FreeBSD \
+		$(BSDPROTO)/doc/README.FreeBSD
 	$(INSTALL) -m 0644 $(BLD_DIR)/doc/00README \
 		$(BSDPROTO)/doc/00README
 	$(INSTALL) -m 0644 $(BLD_DIR)/doc/INSTALL \
@@@@ -239,8 +242,8 @@@@
 		$(BSDPROTO)/man/man4/raw_keys.4
 	$(INSTALL) -m 0644 $(BLD_DIR)/certs/man/print_cert.1m \
 		$(BSDPROTO)/man/man1/print_cert.1
-	(cd $(BSDBIN); tar cvf skip.tar skip)
-	(cd $(BSDBIN); compress skip.tar)
+#	(cd $(BSDBIN); tar cvf skip.tar skip)
+#	(cd $(BSDBIN); compress skip.tar)
 
 clean:
 	@@-$(RM) -rf $(BSDBIN)
@


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