[52899] trunk/dports/security
brett at macports.org
brett at macports.org
Thu Jun 25 09:29:26 PDT 2009
Revision: 52899
http://trac.macports.org/changeset/52899
Author: brett at macports.org
Date: 2009-06-25 09:29:25 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
initial scrypt port
Added Paths:
-----------
trunk/dports/security/scrypt/
trunk/dports/security/scrypt/Portfile
Added: trunk/dports/security/scrypt/Portfile
===================================================================
--- trunk/dports/security/scrypt/Portfile (rev 0)
+++ trunk/dports/security/scrypt/Portfile 2009-06-25 16:29:25 UTC (rev 52899)
@@ -0,0 +1,19 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+
+PortSystem 1.0
+
+name scrypt
+version 1.1.4
+description key derivation function
+long_description 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.
+maintainers brett openmaintainer
+categories security
+platforms darwin
+homepage http://www.tarsnap.com/scrypt
+master_sites http://www.tarsnap.com/scrypt/
+checksums sha1 05f53d661ae50e6df3cbf5d8ba2ec169e3fceeff
+extract.suffix .tgz
+configure.args --mandir=${prefix}/share/man
+
Property changes on: trunk/dports/security/scrypt/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/86af62fc/attachment.html>
More information about the macports-changes
mailing list