aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-29 11:56:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-29 11:56:22 +0000
commite741fcf7f9917a341df6b98d2529e31ba2fca34f (patch)
tree91abe501a4fb3a9984aafceaa3118f882ee87bc3
parent6c14855e8ff4d61991216b86451b7cdee246344b (diff)
downloadports-e741fcf7f9917a341df6b98d2529e31ba2fca34f.tar.gz
ports-e741fcf7f9917a341df6b98d2529e31ba2fca34f.zip
Notes
-rw-r--r--security/Makefile1
-rw-r--r--security/scrypt/Makefile24
-rw-r--r--security/scrypt/distinfo3
-rw-r--r--security/scrypt/pkg-descr6
4 files changed, 34 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e6c510529f0a..81e541497737 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -724,6 +724,7 @@
SUBDIR += scanhill
SUBDIR += scanlogd
SUBDIR += scanssh
+ SUBDIR += scrypt
SUBDIR += seahorse
SUBDIR += seahorse-plugins
SUBDIR += seccure
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
new file mode 100644
index 000000000000..a9d19ebf85c3
--- /dev/null
+++ b/security/scrypt/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: scrypt
+# Date created: 26 May, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scrypt
+PORTVERSION= 1.1.3
+CATEGORIES= security
+MASTER_SITES= http://www.tarsnap.com/scrypt/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= Key Derivation Function
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+PLIST_FILES= bin/scrypt
+
+MAN1= scrypt.1
+
+.include <bsd.port.mk>
diff --git a/security/scrypt/distinfo b/security/scrypt/distinfo
new file mode 100644
index 000000000000..ab05a4b868bc
--- /dev/null
+++ b/security/scrypt/distinfo
@@ -0,0 +1,3 @@
+MD5 (scrypt-1.1.3.tgz) = 36d8554574cebe45613273de9bed310a
+SHA256 (scrypt-1.1.3.tgz) = 437009b4ac70e4c2477d1ea31ae0ad8218e14eb9d41073ff51d8f074f11a374f
+SIZE (scrypt-1.1.3.tgz) = 79571
diff --git a/security/scrypt/pkg-descr b/security/scrypt/pkg-descr
new file mode 100644
index 000000000000..9b58e4fe4291
--- /dev/null
+++ b/security/scrypt/pkg-descr
@@ -0,0 +1,6 @@
+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/