[86403] trunk/dports/security/unhash/Portfile
mww at macports.org
mww at macports.org
Tue Oct 25 01:40:04 PDT 2011
Revision: 86403
http://trac.macports.org/changeset/86403
Author: mww at macports.org
Date: 2011-10-25 01:40:03 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
unhash: whitespace changes
Modified Paths:
--------------
trunk/dports/security/unhash/Portfile
Modified: trunk/dports/security/unhash/Portfile
===================================================================
--- trunk/dports/security/unhash/Portfile 2011-10-25 08:38:37 UTC (rev 86402)
+++ trunk/dports/security/unhash/Portfile 2011-10-25 08:40:03 UTC (rev 86403)
@@ -2,42 +2,42 @@
PortSystem 1.0
-name unhash
-version 1.1
-revision 1
-categories security
-platforms darwin
-maintainers mww openmaintainer
-license GPL-2
-description brute force attack against MD5 or SHA1 hashes
-long_description UnHash is a program that tries a brute force attack \
- against a given hash. The hash can be MD5 or SHA1, and \
- the program will auto-detect which one is given.
+name unhash
+version 1.1
+revision 1
+categories security
+platforms darwin
+maintainers mww openmaintainer
+license GPL-2
+description brute force attack against MD5 or SHA1 hashes
+long_description UnHash is a program that tries a brute force attack \
+ against a given hash. The hash can be MD5 or SHA1, and \
+ the program will auto-detect which one is given.
-homepage http://www.dxp2532.info/
-master_sites ${homepage}/tools/
+homepage http://www.dxp2532.info/
+master_sites ${homepage}/tools/
checksums md5 b0cce452ec2eb64c4e0a8ec1b04a32d5 \
sha1 ea9638aa3e8969a674d3e3f67144bd47cfeffa53 \
rmd160 4f6a896783073249b5b3b8021f61b57943146d93
-use_bzip2 yes
+use_bzip2 yes
-depends_lib port:openssl
+depends_lib port:openssl
patchfiles patch-Makefile
post-extract {
- file copy ${filespath}/strnlen.h ${filespath}/strnlen.c ${worksrcpath}
+ file copy ${filespath}/strnlen.h ${filespath}/strnlen.c ${worksrcpath}
}
-use_configure no
-use_parallel_build no
+use_configure no
+use_parallel_build no
-build.type gnu
-build.args CPPFLAGS="${configure.cppflags}" CFLAGS="${configure.cflags}" LIBS="-L${prefix}/lib -lssl -lcrypto" CC="${configure.cc}"
+build.type gnu
+build.args CPPFLAGS="${configure.cppflags}" CFLAGS="${configure.cflags}" LIBS="-L${prefix}/lib -lssl -lcrypto" CC="${configure.cc}"
destroot {
- xinstall -m 755 -s ${worksrcpath}/unhash ${destroot}${prefix}/bin
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}-${version}
- xinstall -m 444 -W ${worksrcpath} CHANGES COPYING INSTALL README TODO ${destroot}${prefix}/share/doc/${name}-${version}
+ xinstall -m 755 -s ${worksrcpath}/unhash ${destroot}${prefix}/bin
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}-${version}
+ xinstall -m 444 -W ${worksrcpath} CHANGES COPYING INSTALL README TODO ${destroot}${prefix}/share/doc/${name}-${version}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/1056a908/attachment.html>
More information about the macports-changes
mailing list