head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.04.19.10.43.41;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.13.09.45.59;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.09.00.26.25;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.07.11.55.08;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	seccure
# Date created:				30 August 2007
# Whom:					Lukasz Komsta
#
# $FreeBSD: head/security/ssss/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ssss
PORTVERSION=	0.5
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	http://point-at-infinity.org/ssss/

MAINTAINER=	luke@@novum.am.lublin.pl
COMMENT=	Shamir's Secret Sharing Scheme

LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp

PLIST_FILES=	bin/ssss-combine bin/ssss-split

MAN1=		ssss.1

.include <bsd.port.mk>
@


1.4
log
@Switch to use newer GMP version.

PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Chase libgmp and bump PORTREVISION.
@
text
@d10 1
a10 1
PORTREVISION=	2
d17 1
a17 1
LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4
@


1.2
log
@Add fix for compilation problems as suggested at
http://point-at-infinity.org/ssss/

Noticed by: YAPHR
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
@


1.1
log
@new port security/ssss - Shamir's Secret Sharing Scheme

	ssss is an implementation of Shamir's secret sharing scheme
	for UNIX/linux machines. It is free software, the code is
	licensed under the GNU GPL. ssss does both: the generation
	of shares for a known secret and the reconstruction of a
	secret using user provided shares. The software was written
	in 2006 by B. Poettering, it links against the GNU libgmp
	multiprecision library (version 4.1.4 works well) and
	requires the /dev/random entropy source.

PR:		ports/115949
Submitted by:	Lukasz Komsta <luke@@novum.am.lublin.pl>
@
text
@d10 1
@

