[30894] trunk/dports/security
source_changes at macosforge.org
source_changes at macosforge.org
Sat Nov 10 04:25:31 PST 2007
Revision: 30894
http://trac.macosforge.org/projects/macports/changeset/30894
Author: mww at macports.org
Date: 2007-11-10 04:25:31 -0800 (Sat, 10 Nov 2007)
Log Message:
-----------
new port security/unhash
Added Paths:
-----------
trunk/dports/security/unhash/
trunk/dports/security/unhash/Portfile
Added: trunk/dports/security/unhash/Portfile
===================================================================
--- trunk/dports/security/unhash/Portfile (rev 0)
+++ trunk/dports/security/unhash/Portfile 2007-11-10 12:25:31 UTC (rev 30894)
@@ -0,0 +1,32 @@
+# $Id: $
+
+PortSystem 1.0
+
+name unhash
+version 0.8
+categories security
+platforms darwin
+maintainers mww
+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.geocities.com/dxp2532/
+master_sites ${homepage}
+extract.suffix .tgz
+checksums sha1 b8580c0e2c017842bfeb5447c6cb7ff23f590836
+
+depends_lib port:openssl
+
+use_configure no
+
+build.type gnu
+build.args CFLAGS="-I${prefix}/include" LIBS="-L${prefix}/lib -lssl -lcrypto"
+
+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} AUTHOR 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/20071110/eaad5d9d/attachment-0001.html
More information about the macports-changes
mailing list