freebsd-ports/security/john/pkg-plist
Alexey Dokuchaev 026cfe3180 - Update to version 1.7.5 and the latest contributed patchset [*]
- Prefer HTTP mirrors as they are generally more accessible than FTP ones
- Install support scripts in addition to datafiles
- Simplify PORTDOCS handling, utilize BUILD_WRKSRC, and clean up things

PR:		ports/146114 [*]
Submitted by:	lme
2010-05-22 11:08:09 +00:00

17 lines
455 B
Text

bin/john
bin/unshadow
bin/xtract
@unexec if cmp -s %D/etc/john.conf %D/etc/john.conf.default; then rm -f %D/etc/john.conf; fi
etc/john.conf.default
@exec [ -f %B/john.conf ] || cp %B/%f %B/john.conf
%%DATADIR%%/all.chr
%%DATADIR%%/alnum.chr
%%DATADIR%%/alpha.chr
%%DATADIR%%/digits.chr
%%DATADIR%%/genincstats.rb
%%DATADIR%%/lanman.chr
%%DATADIR%%/netntlm.pl
%%DATADIR%%/netscreen.py
%%DATADIR%%/password.lst
%%DATADIR%%/sap_prepare.pl
@dirrm %%DATADIR%%