# $Id: Portfile,v 1.8 2003/03/03 07:13:34 mij Exp $ PortSystem 1.0 name john version 1.6 revision 0 categories net maintainers jpm@opendarwin.org description Featureful Unix password cracker long_description \ John the Ripper is a UNIX password cracker, currently available for \ UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 \ Alpha), DOS, WinNT/Win95. homepage http://www.openwall.com/john/ platforms darwin master_sites \ http://www.openwall.com/john/ \ ftp://ftp.ca.openwall.com/pub/projects/john/ \ ftp://ftp.openwall.com/pub/projects/john/ \ ftp://ftp1.ru.openwall.com/pub/projects/john/ \ ftp://ftp2.ru.openwall.com/pub/projects/john/ \ ftp://ftp.pl.openwall.com/pub/projects/john/ \ ftp://ftp.ua.openwall.com/pub/projects/john/ \ ftp://ftp.cz.openwall.com/pub/projects/john/ checksums md5 aae782f160041b2bdc624b0a84054e32 patchfiles patch-Makefile worksrcdir ${distname}/src configure {} build.args macosx-ppc-cc build.target install { file mkdir ${destroot}${prefix}/share/john/ file mkdir ${destroot}${prefix}/bin system "cp -fR ${portpath}/${workdir}/${distname}/run ${destroot}${prefix}/share/john/" #file copy -force ${portpath}/${workdir}/${distname}/run ${destroot}${prefix}/share/john/ system "chmod -R ugo+rx ${destroot}${prefix}/share/john/run/" system "ln -s ${destroot}${prefix}/share/john/run/john ${destroot}${prefix}/bin/john" file mkdir ${destroot}${prefix}/share/doc/john/ system "cp -fR ${portpath}/${workdir}/${distname}/doc/* ${destroot}${prefix}/share/doc/john/" #file copy -force ${portpath}/${workdir}/${distname}/doc/* ${destroot}${prefix}/share/doc/john/ system "chmod -R ugo+rx ${destroot}${prefix}/share/doc/john/" } variant unstable { version 1.6.32 checksums md5 fc43647268a2841bf9c8df819fafef26 patchfiles-delete patch-Makefile worksrcdir ${distname}/src }