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;
locks; strict;
comment	@# @;


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

1.4
date	2010.05.26.08.11.57;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.04.22.37.09;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.30.15.02.39;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.29.11.56.22;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	scrypt
# Date created:				26 May, 2009
# Whom:					Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/security/scrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	scrypt
PORTVERSION=	1.1.6
CATEGORIES=	security
MASTER_SITES=	http://www.tarsnap.com/scrypt/
EXTRACT_SUFX=	.tgz

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Key Derivation Function

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes
PLIST_FILES=	bin/scrypt

MAN1=	scrypt.1

OPTIONS=	SSE2 "Use SSE2-optimized code" Off

.include <bsd.port.options.mk>

.if defined(WITH_SSE2)
CONFIGURE_ARGS+=	--enable-sse2
.else
CONFIGURE_ARGS+=	--disable-sse2
.endif

.include <bsd.port.mk>
@


1.4
log
@- Update to 1.1.6
- Update my mail to FreeBSD
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.1.4

PR:		136317
Submitted by:	cperciva@@
@
text
@d9 1
a9 1
PORTVERSION=	1.1.4
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@


1.2
log
@- Add SSE2 OPTION

PR:		135064
Submitted by:	Colin Percival <cperciva@@tarsnap.com>
Approved by:	wen heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
@


1.1
log
@The scrypt key derivation function was originally developed for use in
the Tarsnap online backup system and is designed to be far more secure
against hardware brute-force attacks than alternative functions such as
PBKDF2 or bcrypt.

WWW:   http://www.tarsnap.com/scrypt/

PR:		ports/134961
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d24 10
@

