head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.06.21.15.12.10;	author johans;	state dead;
branches;
next	1.1;

1.1
date	2004.11.09.16.39.05;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.1.0
- New master site; new documentation url
- Remove obsolete patches
@
text
@--- Makefile.orig	Thu Oct 21 06:56:02 2004
+++ Makefile	Tue Nov  9 16:35:02 2004
@@@@ -148,7 +148,7 @@@@ sks.8.gz: sks.8
 	gzip -f sks.8
 
 sks.8: sks.pod
-	pod2man -c "SKS OpenPGP Key server" --section 8 -r 0.1 -name sks sks.pod sks.8
+	pod2man -c "SKS OpenPGP Key server" --section 8 -r 0.1 sks.pod > sks.8
 
 sks: $(LIBS) $(ALLOBJS) sks.cmx
 	$(OCAMLOPT) -o sks $(OCAMLOPTFLAGS) $(ALLOBJS) sks.cmx
@@@@ -294,6 +294,7 @@@@ NXDIR=numerix-0.19
 
 $(NXDIR)/READ.ME:
 	tar xvmfz $(NXDIR)-3.tar.gz
+	patch -p0 < ../sks.numerix.patch
 
 $(NXDIR)/config.status: $(NXDIR)/READ.ME
 	cd $(NXDIR) && \
@


1.1
log
@Add security/sks - SKS OpenPGP Key Server:

SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy,
decentralized, and highly reliable synchronization. That means that a
key submitted to one SKS server will quickly be distributed to all key
servers; and even wildly out-of-date servers, or servers that experience
spotty connectivity, can fully synchronize with rest of the system.

Refer to the online wiki for pointers on downloading a full copy of the
public PGP databse (about 4Gb) and on customising the local configuration
http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome

WWW:	http://www.nongnu.org/sks/

PR:		ports/72842
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@@

