# $Id: Portfile 28505 2007-09-02 20:15:23Z yeled@macports.org $ PortSystem 1.0 name john-devel version 1.7.2 categories sysutils security maintainers nomaintainer@macports.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/f/ \ ftp://ftp2.msk.ru.openwall.com/pub/projects/john/${version}/ \ ftp://ftp.ibiblio.org/pub/linux/distributions/openwall/projects/john/${version}/ \ ftp://ftp.cert.dfn.de/pub/tools/net/Openwall/projects/john/${version}/ \ http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/${version}/ \ ftp://ftp.mirrorgeek.com/openwall/projects/john/${version}/ \ http://mirrorgeek.com/openwall/projects/john/${version}/ \ ftp://ftp1.msk.ru.openwall.com/pub/projects/john/${version}/ \ ftp://ftp.spb.ru.openwall.com/pub/projects/john/${version}/ \ ftp://ftp.man.szczecin.pl/pub/Linux/Owl/projects/john/${version}/ \ ftp://ftp.se.openwall.com/pub/projects/john/${version}/ \ http://ftp.sunet.se/pub/security/tools/net/Openwall/projects/john/${version}/ \ ftp://ftp.sunet.se/pub/security/tools/net/Openwall/projects/john/${version}/ \ ftp://ftp.mathematik.uni-marburg.de/pub/mirror/openwall/projects/john/${version}/ \ ftp://ftp.wiretapped.net/pub/openwall/projects/john/${version}/ \ ftp://ftp.ua.openwall.com/pub/projects/john/${version}/ \ ftp://ftp.cz.openwall.com/pub/projects/john/${version}/ use_bzip2 yes checksums md5 dc6a6c2a885110ccb5da4c1e2010cb07 \ sha1 7cc994f9cbd1582b46cbdeb1d5f318891ea8b411 \ rmd160 3754da88a98f1c120e28de1eb10b214bf7dd3baf distname john-${version} worksrcdir ${distname}/src post-patch { if {[variant_isset powerpc]} { reinplace "s,CFLAGS =,CFLAGS = -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\",g" ${worksrcpath}/Makefile reinplace "s,CFLAGS=\",CFLAGS=\"-DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" ,g" ${worksrcpath}/Makefile } else { reinplace "s,CFLAGS =,CFLAGS = -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\"${prefix}/share/john\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\"${prefix}/share/john\\\\\\\",g" ${worksrcpath}/Makefile reinplace "s,CFLAGS=\",CFLAGS=\"-DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\"${prefix}/share/john\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\"${prefix}/share/john\\\\\\\" ,g" ${worksrcpath}/Makefile } } use_configure no platform powerpc { build.target "clean macosx-ppc32" } platform i386 { build.target "clean macosx-x86-mmx" } variant altivec conflicts i386 { build.target "clean macosx-ppc32-altivec" } destroot { xinstall -d ${destroot}${prefix}/bin file copy ${workpath}/${distname}/run ${destroot}${prefix}/share/john system "chmod -R a+rx ${destroot}${prefix}/share/john" system "ln -s ${prefix}/share/john/john ${destroot}${prefix}/bin/john" xinstall -d ${destroot}${prefix}/share/doc file copy ${workpath}/${distname}/doc ${destroot}${prefix}/share/doc/john system "chmod -R a+rx ${destroot}${prefix}/share/doc/john" } post-install { ui_msg "" ui_msg "You'll find the john files under ${prefix}/share/john/" ui_msg "" }