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


1.6
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.29.10.29.23;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.26.19.43.57;	author brix;	state Exp;
branches;
next	1.3;

1.3
date	2010.04.04.15.13.49;	author brix;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.21.16.36.54;	author brix;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.01.20.58.23;	author brix;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Crypt-Eksblowfish
# Date created:				01 Jun 2008
# Whom:					brix@@FreeBSD.org
#
# $FreeBSD: head/security/p5-Crypt-Eksblowfish/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Eksblowfish
PORTVERSION=	0.009
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	brix@@FreeBSD.org
COMMENT=	Perl module for the Eksblowfish block cipher

RUN_DEPENDS=	p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \
		p5-parent>=0:${PORTSDIR}/devel/p5-parent

LICENSE_COMB=	dual
LICENSE=	ART10 GPLv1
PERL_MODBUILD=	yes

MAN3=	Crypt::Eksblowfish.3 \
	Crypt::Eksblowfish::Bcrypt.3 \
	Crypt::Eksblowfish::Blowfish.3 \
	Crypt::Eksblowfish::Family.3 \
	Crypt::Eksblowfish::Subkeyed.3 \
	Crypt::Eksblowfish::Uklblowfish.3

.include <bsd.port.mk>
@


1.5
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to v0.009
- Add LICENSE
@
text
@d17 2
a18 2
RUN_DEPENDS=	${SITE_PERL}/Class/Mix.pm:${PORTSDIR}/devel/p5-Class-Mix \
		${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
@


1.3
log
@- Update to v0.008
@
text
@d9 1
a9 1
PORTVERSION=	0.008
d20 2
@


1.2
log
@- Update to v0.007
@
text
@d9 1
a9 1
PORTVERSION=	0.007
@


1.1
log
@Eksblowfish is a variant of the Blowfish cipher, modified to make the
key setup very expensive.  ("Eks" stands for "expensive key
schedule".)  This doesn't make it significantly cryptographically
stronger, but is intended to hinder brute-force attacks.  It also
makes it unsuitable for any application requiring key agility.  It was
designed by Niels Provos and David Mazieres for password hashing in
OpenBSD.

Eksblowfish is a parameterised (family-keyed) cipher.  It takes a cost
parameter that controls how expensive the key scheduling is.  It also
takes a family key, known as the "salt".  Cost and salt parameters
together define a cipher family.  Within each family, a key determines
an encryption function in the usual way.

This distribution also includes an implementation of "bcrypt", the
Unix crypt() password hashing algorithm based on Eksblowfish.

WWW: http://search.cpan.org/dist/Crypt-Eksblowfish/

Approved by:	erwin (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.005
d17 3
@

