1 | # -*- coding: utf-8; mode: _tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- vim:fenc=utf-8:ft=tcl:et:sw=2:ts=2:sts=2 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | PortGroup compiler_blacklist_versions 1.0 |
---|
6 | |
---|
7 | name hashcat |
---|
8 | version 4.1.1 |
---|
9 | github.setup gaming-hacker hashcat bde4f7a09273c529784c8b5019c48a2977d42468 |
---|
10 | fetch.type git |
---|
11 | github.version ${version} |
---|
12 | git.branch master |
---|
13 | distname ${name}-${github.version} |
---|
14 | |
---|
15 | categories security develop |
---|
16 | license BSD |
---|
17 | platforms darwin |
---|
18 | maintainers github:gaming-hacker |
---|
19 | description World's fastest and most advanced password recovery utility. |
---|
20 | long_description hashcat is the world's fastest and most advanced \ |
---|
21 | password recovery utility, supporting five unique modes \ |
---|
22 | of attack for over 200 highly-optimized hashing algorithms. \ |
---|
23 | hashcat currently supports CPUs, GPUs, and other hardware \ |
---|
24 | accelerators on Linux, Windows, and macOS, and has \ |
---|
25 | facilities to help enable distributed password cracking |
---|
26 | homepage https://hashcat.net/hashcat/ |
---|
27 | |
---|
28 | compiler.blacklist-append gcc |
---|
29 | |
---|
30 | configure.compiler macports-clang-6.0 |
---|
31 | |
---|
32 | build.cmd ${prefix}/bin/gmake |
---|
33 | build.target-delete -w all |
---|
34 | |
---|
35 | # build.type gnu |
---|
36 | # build.type xcode |
---|
37 | |
---|
38 | use_configure no |
---|
39 | use_autoreconf no |
---|
40 | use_automake no |
---|
41 | |
---|
42 | depends_build port:gmake |
---|
43 | |
---|