Ravenports generated: 19 Feb 2023 14:11
[ravenports.git] / bucket_BA / scrypt
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               scrypt
4 VERSION=                1.3.1
5 KEYWORDS=               security
6 VARIANTS=               standard
7 SDESC[standard]=        Key Derivation Function
8 HOMEPAGE=               https://www.tarsnap.com/scrypt.html
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://www.tarsnap.com/scrypt/
13 DISTFILE[1]=            scrypt-1.3.1.tgz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   ssl
21
22 LICENSE=                BSD2CLAUSE:single
23 LICENSE_FILE=           BSD2CLAUSE:{{WRKSRC}}/COPYRIGHT
24 LICENSE_SCHEME=         solo
25
26 FPC_EQUIVALENT=         security/scrypt
27
28 MUST_CONFIGURE=         gnu
29
30 CFLAGS=                 -I{{OPENSSLINC}}
31                         -L{{OPENSSLLIB}}
32
33 [FILE:232:descriptions/desc.single]
34 The scrypt key derivation function was originally developed for use in
35 the Tarsnap online backup system and is designed to be far more secure
36 against hardware brute-force attacks than alternative functions such as
37 PBKDF2 or bcrypt.
38
39
40 [FILE:95:distinfo]
41 df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2       394516 scrypt-1.3.1.tgz
42
43
44 [FILE:38:manifests/plist.single]
45 bin/scrypt
46 share/man/man1/scrypt.1.gz
47
48
49 [FILE:358:patches/patch-configure]
50 --- configure.orig      2020-08-27 23:01:16 UTC
51 +++ configure
52 @@ -12940,7 +12940,7 @@ fi
53  
54         # Get the default value of PATH which is specified to find the
55         # standard POSIX utilities.
56 -       POSIX_PATH=`command -p getconf PATH`
57 +       POSIX_PATH=`printenv PATH`
58         if test "x${POSIX_PATH}" = "x"; then :
59    as_fn_error $? "\"cannot get the default PATH\"" "$LINENO" 5
60  fi
61