You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
name crunch
|
|
version 3.6
|
|
revision 0
|
|
categories security
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
license GPL-2
|
|
|
|
description Wordlist generator
|
|
long_description \
|
|
Crunch is a wordlist generator where you can specify a standard character \
|
|
set or a character set you specify. crunch can generate all possible \
|
|
combinations and permutations.
|
|
|
|
homepage https://sourceforge.net/projects/crunch-wordlist/
|
|
master_sites sourceforge:crunch-wordlist
|
|
extract.suffix .tgz
|
|
patchfiles patch-destroot-fix.diff
|
|
makefile.override-append \
|
|
PREFIX
|
|
|
|
checksums rmd160 a567c6b97b010a44a88d3ae577550151a729ee41 \
|
|
sha256 6a8f6c3c7410cc1930e6854d1dadc6691bfef138760509b33722ff2de133fe55 \
|
|
size 38635
|
|
|
|
livecheck.regex /crunch-(\\d+(?:\\.\\d+)*)
|