Bug 72842 - new port: security/sks (OpenPGP keyserver)
Summary: new port: security/sks (OpenPGP keyserver)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 21:00 UTC by Johan van Selst
Modified: 2004-11-09 16:39 UTC (History)
0 users

See Also:


Attachments
file.shar (4.99 KB, text/plain)
2004-10-18 21:00 UTC, Johan van Selst
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2004-10-18 21:00:40 UTC
	
SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy,
decentralized, and highly reliable synchronization.

This FreeBSD port has been tested on -CURRENT en -STABLE.
Comment 1 Sergei Kolobov freebsd_committer freebsd_triage 2004-10-18 22:33:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Grab.
Comment 2 Johan van Selst 2004-10-28 15:55:50 UTC
Here is an update to the 0.9.0 version of SKS. It is basically the same
(all patches remain), but this version actually comes with a manpage.

The following diff should apply to the earlier shar archive.
Let me know if another format is prefered (or if I should hold my
updates untill it actually makes the ports tree).


diff -ur sks/Makefile sks/Makefile
--- sks/Makefile	Thu Oct 28 16:51:31 2004
+++ sks/Makefile	Thu Oct 28 16:49:06 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sks
-PORTVERSION=	1.0.7
+PORTVERSION=	1.0.9
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=sks
@@ -19,6 +19,9 @@
 LIB_DEPENDS=	db41:${PORTSDIR}/databases/db41
 
 USE_GMAKE=	yes
+MANCOMPRESSED=	yes
+INSTALL_TARGET=	sks.8.gz install MANDIR=${MANPREFIX}/man
+MAN8=		sks.8
 
 post-patch:
 	@${CP} ${FILESDIR}/sks.numerix.patch ${WRKDIR}
diff -ur sks/distinfo sks/distinfo
--- sks/distinfo	Thu Oct 28 16:51:31 2004
+++ sks/distinfo	Thu Oct 28 16:19:55 2004
@@ -1,2 +1,2 @@
-MD5 (sks-1.0.7.tgz) = 886f2ecfc9ef01e2bf5883c65a65daa3
-SIZE (sks-1.0.7.tgz) = 897646
+MD5 (sks-1.0.9.tgz) = 90d42c61de9121aa5102739b2ca6c952
+SIZE (sks-1.0.9.tgz) = 925362
Comment 3 Sergei Kolobov freebsd_committer freebsd_triage 2004-11-09 16:39:40 UTC
State Changed
From-To: open->closed

New port added, thanks!