2009-06-25 16:29:25 +00:00
|
|
|
# -*- 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
|
|
|
|
|
|
2021-12-25 05:20:40 -05:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup openssl 1.0
|
2009-06-25 16:29:25 +00:00
|
|
|
|
|
|
|
|
name scrypt
|
2025-11-02 15:06:12 +01:00
|
|
|
version 1.3.3
|
2021-12-25 05:20:40 -05:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
homepage https://www.tarsnap.com/scrypt.html
|
|
|
|
|
|
2009-06-25 16:29:25 +00:00
|
|
|
description key derivation function
|
2021-12-25 05:20:40 -05:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2009-06-25 16:29:25 +00:00
|
|
|
categories security
|
2021-12-25 05:20:40 -05:00
|
|
|
installs_libs no
|
2015-10-28 21:10:09 +00:00
|
|
|
maintainers nomaintainer
|
2011-11-23 08:47:45 +00:00
|
|
|
license BSD
|
2009-06-25 16:29:25 +00:00
|
|
|
|
2025-11-02 15:06:12 +01:00
|
|
|
checksums rmd160 9bfdc58ade6fe8791a47fc2da85d2b135b864dc0 \
|
|
|
|
|
sha256 1c2710517e998eaac2e97db11f092e37139e69886b21a1b2661f64e130215ae9 \
|
|
|
|
|
size 432339
|
2011-11-23 08:47:45 +00:00
|
|
|
|
2021-12-25 05:20:40 -05:00
|
|
|
master_sites https://www.tarsnap.com/scrypt/
|
2011-11-23 08:47:45 +00:00
|
|
|
|
|
|
|
|
extract.suffix .tgz
|
|
|
|
|
|
|
|
|
|
livecheck.type regex
|
|
|
|
|
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|